Tone.js/examples/scripts/ExampleList.js
Yotam Mann 15f4aa734c resize callback
adding spatialpanner to example list

[skip ci]
2016-10-05 10:17:09 -04:00

44 lines
No EOL
984 B
JavaScript

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