Tone.js/examples/ExampleList.js

18 lines
289 B
JavaScript
Raw Normal View History

2014-08-27 15:16:49 +00:00
var ExampleList = {
2014-08-28 04:39:17 +00:00
"Sources" : {
"Oscillators" : "oscillator",
},
2014-08-27 15:16:49 +00:00
"Components" : {
"Envelope" : "envelope",
2014-08-29 16:25:10 +00:00
"LFO" : "lfo"
2014-08-27 15:16:49 +00:00
},
"Signal" : {
"Signal Math" : "signalMath",
2014-08-27 16:20:29 +00:00
},
"Effects" : {
"AutoPanner" : "autoPanner",
2014-09-02 16:15:20 +00:00
},
"Instruments" : {
"MonoSynth" : "monoSynth",
2014-08-27 15:16:49 +00:00
}
};