Skip to content

davidryan59/retuner

Repository files navigation

ReTuner

You can try the app out in a web browser, or access the Facebook support group.

Brief / Scope of Project

Making a musical instrument in a web browser

What I did

Made a Javascript web app, hosted by Firebase, which allows the user to type various keys on their keyboard, and hear different notes coming out of their speakers. The notes should retune with every key press! This means that music is played by intervals between subsequent notes, and not by absolute position / pitch of note.

Technologies I used

  • HTML
  • CSS + Flexbox
  • Javascript (ES6) + npm + Babel + Webpack
  • Web Canvas API
  • Firebase

Result

Some melodies become a lot easier to play, e.g. arpeggios, since all that is needed is to repeat the intervals multiple times. Some things are harder, e.g. keeping track of where a specific pitch is. Some things are features (definitely not bugs) - e.g. if two notes are played simultaneously then the two events happen in a random order and one of two chords is possible. The note order is non-commutative! This instrument is therefore suited to melody, and not harmony, however quick arpeggios are fine.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published