Tone.js/examples/ExampleList.js

11 lines
170 B
JavaScript
Raw Normal View History

2014-08-27 15:16:49 +00:00
var ExampleList = {
"Components" : {
"Envelope" : "envelope",
},
"Signal" : {
"Signal Math" : "signalMath",
2014-08-27 16:20:29 +00:00
},
"Effects" : {
"AutoPanner" : "autoPanner",
2014-08-27 15:16:49 +00:00
}
};