Max vst~ plugin name finder abstraction
If you look at the vst~ help file. Under the Plugin Names tab – there’s a bpatcher which uses javascript code: get_plugs.js to retrieve a list of all AU and VST plugins on the machine.
Web Audio sine wave using scriptnode
By Colin Clark
https://github.com/colinbdclark/webaudio-javascript-sine
(4/28/2016 – appears to be broken)
Demo: http://zerokidz.com/sine/sine.html
Slider for Bootstrap
creativeJS audio
howler.js soundsprite library
A web audio wrapper for audio sprites.
By James Simpson at Goldfire Studios
http://goldfirestudios.com/blog/104/howler.js-Modern-Web-Audio-Javascript-Library
uglyhack
Stuff without purpose.
by Daniel Pettersson
Includes: webAudioToy which is visual programming language, with patch cords, for the web audio API. – Note you may need “Chrome” to run these…
local source code: tkzic/uglyhack
soundJS
Open source javascript wrapper for the web audio API.
by createJS
http://www.createjs.com/#!/SoundJS
audiolet
phantomJS
phantomJS runs outside the browser but implements enough of the DOM that you can use it for testing, rendering screenshots, running http: requests, etc.,
http://phantomjs.org/index.html
Have installed locally in: tkzic/phantomjs (binary is in the bin/ folder)
- tutorial: http://net.tutsplus.com/tutorials/javascript-ajax/testing-javascript-with-phantomjs/
- wiki: https://github.com/ariya/phantomjs/wiki/Quick-Start
- examples (look under automation) https://github.com/ariya/phantomjs/wiki/Examples