Tone.js/examples/ExampleList.js
2014-09-11 20:36:56 -04:00

33 lines
No EOL
617 B
JavaScript

var ExampleList = {
"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",
},
"Timing" : {
"Notes / Scores" : "score",
"Transport" : "stepSequencer"
},
"Apps" : {
"JSON Sandbox" : "json",
"Dots" : "interaction",
"Play Along" : "shiny"
},
};