mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
34 lines
No EOL
646 B
JavaScript
34 lines
No EOL
646 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",
|
|
"Convolver" : "convolver"
|
|
},
|
|
"Instruments" : {
|
|
"MonoSynth" : "monoSynth",
|
|
"DuoSynth" : "duoSynth",
|
|
"FMSynth" : "fmSynth",
|
|
},
|
|
"Timing" : {
|
|
"Notes / Scores" : "score",
|
|
"Transport" : "stepSequencer"
|
|
},
|
|
"Apps" : {
|
|
"JSON Sandbox" : "json",
|
|
"Dots" : "interaction",
|
|
"Play Along" : "shiny"
|
|
},
|
|
}; |