Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danigb/audio-instrument
Proposal for a javascript audio instrument common interface
https://github.com/danigb/audio-instrument
Last synced: 13 days ago
JSON representation
Proposal for a javascript audio instrument common interface
- Host: GitHub
- URL: https://github.com/danigb/audio-instrument
- Owner: danigb
- Created: 2015-06-03T16:39:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T21:44:33.000Z (over 9 years ago)
- Last Synced: 2023-04-11T13:58:20.935Z (over 1 year ago)
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# audio-instrument
Proposal for a javascript audio instrument common interface## Possible instruments
- Juno 106 Emulator: https://github.com/stevengoldberg/juno106
- Drum synth: https://dev.opera.com/articles/drum-sounds-webaudio/
- Tone.js synths: https://github.com/TONEnoTONE/Tone.js/wiki/Instruments
- WAD: https://github.com/rserota/wad
- Karplus-Strong guitar synthesizer: https://github.com/mrahtz/javascript-karplus-strong
- ...