Tone.js/examples/scripts/ExampleList.js
2015-09-30 14:01:19 -04:00

34 lines
No EOL
727 B
JavaScript

var ExampleList = {
"Basic" : {
"Oscillators" : "oscillator",
"Envelope" : "envelope",
"Noise" : "noises",
"Player" : "player",
"Microphone" : "mic"
},
"Instruments" : {
"SimpleSynth" : "simpleSynth",
"MonoSynth" : "monoSynth",
"FMSynth" : "fmSynth",
"PolySynth" : "polySynth",
},
"Effects" : {
"LFO Effects" : "lfoEffects",
"PingPongDelay" : "pingPongDelay",
"Buses" : "buses",
},
"Sequencing / Timing" : {
"Scores" : "score",
"Step Sequencer" : "stepSequencer",
"Play Along" : "shiny",
"Visualizing Envelopes": "funkyShape"
},
"Signals" : {
"Control Voltage" : "signal",
"Ramping Values" : "rampTo",
},
"Misc" : {
"Module Loaders" : "require",
"Analysis" : "analysis"
},
};