Tone.js/examples/scripts/ExampleList.js
Yotam Mann 1688c40b0e example with the Meter
[skip ci]
2016-05-17 21:27:46 -04:00

41 lines
No EOL
886 B
JavaScript

var ExampleList = {
"Basic" : {
"Oscillators" : "oscillator",
"Envelope" : "envelope",
"Noise" : "noises",
"Player" : "player",
"Microphone" : "mic"
},
"Instruments" : {
"SimpleSynth" : "simpleSynth",
"MonoSynth" : "monoSynth",
"FMSynth" : "fmSynth",
"PolySynth" : "polySynth",
"FatOscillator" : "jump",
"MetalSynth" : "bembe",
},
"Effects" : {
"LFO Effects" : "lfoEffects",
"PingPongDelay" : "pingPongDelay",
"Buses" : "buses",
},
"Sequencing / Timing" : {
"Step Sequencer" : "stepSequencer",
"Events" : "events",
"Play Along" : "shiny",
"Quantization" : "quantization",
"Playback Rate" : "pianoPhase",
},
"Signals" : {
"Control Voltage" : "signal",
"Ramping Values" : "rampTo",
},
"Visualization" : {
"Envelopes": "funkyShape",
"Analysis" : "analysis",
"Meter" : "meter"
},
"Misc" : {
"Module Loaders" : "require",
},
};