John fbb9e4a9ac working on keyboard | 6 years ago | |
---|---|---|
lib | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
VeraMono.ttf | 6 years ago | |
fm.js | 6 years ago | |
funPatches.js | 6 years ago | |
index.html | 6 years ago | |
notesAndScales.js | 6 years ago | |
sketch.js | 6 years ago |
This is a tool for live coding FM synth patches. It (ab)uses the Javascript Proxy object to create a hopefully very clear way of expressing your synth.
Thanks to p5.js for being generally awesome. All of this is built on top of p5.sound.js.
Thanks to github user mcluck90 for inspiring the use of Proxies and his article which helped start this.