2014-08-27 15:16:49 +00:00
|
|
|
var ExampleList = {
|
2015-06-27 21:25:01 +00:00
|
|
|
"Basic" : {
|
2014-08-28 04:39:17 +00:00
|
|
|
"Oscillators" : "oscillator",
|
2015-06-27 21:25:01 +00:00
|
|
|
"Envelope" : "envelope",
|
2014-09-04 04:06:01 +00:00
|
|
|
"Noise" : "noises",
|
2015-09-30 18:01:19 +00:00
|
|
|
"Player" : "player",
|
|
|
|
"Microphone" : "mic"
|
2014-08-28 04:39:17 +00:00
|
|
|
},
|
2015-06-27 21:25:01 +00:00
|
|
|
"Instruments" : {
|
2016-05-23 23:52:56 +00:00
|
|
|
"Synth" : "simpleSynth",
|
2015-06-27 21:25:01 +00:00
|
|
|
"MonoSynth" : "monoSynth",
|
|
|
|
"FMSynth" : "fmSynth",
|
|
|
|
"PolySynth" : "polySynth",
|
2016-01-30 21:19:03 +00:00
|
|
|
"FatOscillator" : "jump",
|
|
|
|
"MetalSynth" : "bembe",
|
2016-07-07 15:23:21 +00:00
|
|
|
"Granular Synthesis" : "grainPlayer",
|
2014-08-27 16:20:29 +00:00
|
|
|
},
|
|
|
|
"Effects" : {
|
2015-06-27 21:25:01 +00:00
|
|
|
"LFO Effects" : "lfoEffects",
|
2014-09-05 04:58:19 +00:00
|
|
|
"PingPongDelay" : "pingPongDelay",
|
2014-10-21 18:55:29 +00:00
|
|
|
"Buses" : "buses",
|
2016-10-05 14:17:09 +00:00
|
|
|
"Spatialization" : "spatialPanner"
|
2014-09-02 16:15:20 +00:00
|
|
|
},
|
2015-06-27 21:25:01 +00:00
|
|
|
"Sequencing / Timing" : {
|
|
|
|
"Step Sequencer" : "stepSequencer",
|
2015-12-06 00:11:02 +00:00
|
|
|
"Events" : "events",
|
2015-07-04 17:48:44 +00:00
|
|
|
"Play Along" : "shiny",
|
2015-12-06 00:11:02 +00:00
|
|
|
"Quantization" : "quantization",
|
|
|
|
"Playback Rate" : "pianoPhase",
|
2016-09-29 14:42:35 +00:00
|
|
|
"Transport Sync" : "daw"
|
2014-09-06 19:35:31 +00:00
|
|
|
},
|
2015-06-27 21:25:01 +00:00
|
|
|
"Signals" : {
|
|
|
|
"Control Voltage" : "signal",
|
|
|
|
"Ramping Values" : "rampTo",
|
2014-09-06 19:35:31 +00:00
|
|
|
},
|
2016-05-18 01:27:46 +00:00
|
|
|
"Visualization" : {
|
|
|
|
"Envelopes": "funkyShape",
|
|
|
|
"Analysis" : "analysis",
|
|
|
|
"Meter" : "meter"
|
|
|
|
},
|
2015-08-10 18:41:23 +00:00
|
|
|
"Misc" : {
|
2015-06-27 21:25:01 +00:00
|
|
|
"Module Loaders" : "require",
|
2014-09-06 22:07:45 +00:00
|
|
|
},
|
2014-08-27 15:16:49 +00:00
|
|
|
};
|