Tone.js/examples/ExampleList.js

27 lines
499 B
JavaScript
Raw Normal View History

2014-08-27 15:16:49 +00:00
var ExampleList = {
2014-09-04 02:36:27 +00:00
"Core" : {
2014-09-04 04:06:01 +00:00
"Transport" : "stepSequencer",
2014-09-04 02:36:27 +00:00
"Notes / Scores" : "score"
},
2014-08-28 04:39:17 +00:00
"Sources" : {
"Oscillators" : "oscillator",
2014-09-04 04:06:01 +00:00
"Noise" : "noises",
"Player" : "player"
2014-08-28 04:39:17 +00:00
},
2014-08-27 15:16:49 +00:00
"Components" : {
"Envelope" : "envelope",
2014-08-29 16:25:10 +00:00
"LFO" : "lfo"
2014-08-27 15:16:49 +00:00
},
"Signal" : {
"Signal Math" : "signalMath",
2014-08-27 16:20:29 +00:00
},
"Effects" : {
"AutoPanner" : "autoPanner",
2014-09-04 04:06:01 +00:00
"PingPongDelay" : "pingPongDelay"
2014-09-02 16:15:20 +00:00
},
"Instruments" : {
"MonoSynth" : "monoSynth",
"DuoSynth" : "duoSynth",
2014-09-04 02:36:27 +00:00
"FMSynth" : "fmSynth",
2014-08-27 15:16:49 +00:00
}
};