Tone.js/examples/scripts/ExampleList.js
Yotam Mann cd7379efe9 incorporating visualizing envelope example
cleaning up @polyrhythmatic’s p5 example
2015-07-04 13:48:44 -04:00

32 lines
No EOL
681 B
JavaScript

var ExampleList = {
"Basic" : {
"Oscillators" : "oscillator",
"Envelope" : "envelope",
"Noise" : "noises",
"Player" : "player"
},
"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",
},
"Advanced" : {
"Module Loaders" : "require",
},
};