mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
28 lines
No EOL
520 B
JavaScript
28 lines
No EOL
520 B
JavaScript
var ExampleList = {
|
|
"Core" : {
|
|
"Transport" : "stepSequencer",
|
|
"Notes / Scores" : "score"
|
|
},
|
|
"Sources" : {
|
|
"Oscillators" : "oscillator",
|
|
"Noise" : "noises",
|
|
"Player" : "player"
|
|
},
|
|
"Components" : {
|
|
"Envelope" : "envelope",
|
|
"LFO" : "lfo"
|
|
},
|
|
"Signal" : {
|
|
"Signal Math" : "signalMath",
|
|
},
|
|
"Effects" : {
|
|
"AutoPanner" : "autoPanner",
|
|
"PingPongDelay" : "pingPongDelay",
|
|
"Buses" : "buses"
|
|
},
|
|
"Instruments" : {
|
|
"MonoSynth" : "monoSynth",
|
|
"DuoSynth" : "duoSynth",
|
|
"FMSynth" : "fmSynth",
|
|
}
|
|
}; |