0.0.1 • Published 6 years ago

prodigy.js v0.0.1

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
6 years ago

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.