Tone.js/examples/ExampleList.js
2014-09-05 00:58:19 -04:00

28 lines
No EOL
520 B
JavaScript

var ExampleList = {
"Core" : {
"Transport" : "stepSequencer",
"Notes / Scores" : "score"
},
"Sources" : {
"Oscillators" : "oscillator",
"Noise" : "noises",
"Player" : "player"
},
"Components" : {
"Envelope" : "envelope",
"LFO" : "lfo"
},
"Signal" : {
"Signal Math" : "signalMath",
},
"Effects" : {
"AutoPanner" : "autoPanner",
"PingPongDelay" : "pingPongDelay",
"Buses" : "buses"
},
"Instruments" : {
"MonoSynth" : "monoSynth",
"DuoSynth" : "duoSynth",
"FMSynth" : "fmSynth",
}
};