prodigy.js
v0.0.1
Published
Framework on top of Web Audio Api for creation of electronic musical instruments in modern web applications
Downloads
0
Readme
Prodigy.js
Audio framework on pure JavaScript
Quick overview
Prodigy.js is an audio framework what created for everyone who has passion to invent their own electronical instruments. In the foundation lays conception about every part of an instrument as a component. Let's say for example we could disassemble simple synth on parts/components like:
- Osc as a sound source
- Envelops
- Effects
- Noise generators
- and etc
Now with Prodigy.js you able to constarct your own instruments with HTML5 Audio API.
