The purpose of this project is to build a simple monophonic synthesizer using Web Audio API.
Visit https://mcjlnrtwcz.github.io/monofonni/
Execute
$ npm install
$ npm start
and visit http://127.0.0.1:3000
Notes are mapped to the folliwng keys:
C | C# | D | D# | E | F | F# | G | G# | A | A# | B | C |
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | W | S | E | D | F | T | G | Y | H | U | J | K |
In order to debug audio issues, the signal can be rendered offile. Visit render.html
and save file to disk.
Articles that I've found helpful while working on the project.