Tone.js/examples/js/ExampleList.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2019-01-09 01:21:29 +00:00
{
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",
2017-08-27 19:00:38 +00:00
"Microphone" : "mic",
"Mixer" : "mixer"
2014-08-28 04:39:17 +00:00
},
2015-06-27 21:25:01 +00:00
"Instruments" : {
"Synth" : "simpleSynth",
2015-06-27 21:25:01 +00:00
"MonoSynth" : "monoSynth",
"FMSynth" : "fmSynth",
2019-01-10 04:25:30 +00:00
"AMSynth" : "amSynth",
2015-06-27 21:25:01 +00:00
"PolySynth" : "polySynth",
2016-01-30 21:19:03 +00:00
"FatOscillator" : "jump",
"MetalSynth" : "bembe",
"Granular Synthesis" : "grainPlayer",
2017-08-27 19:00:38 +00:00
"Sampler" : "sampler"
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",
"Buses" : "buses",
2018-04-06 23:55:42 +00:00
"Reverb" : "reverb",
2019-10-28 12:05:02 +00:00
"Spatialization" : "spatialPanner",
"PitchShift" : "pitchShift"
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",
"Play Along" : "shiny",
2015-12-06 00:11:02 +00:00
"Quantization" : "quantization",
"Playback Rate" : "pianoPhase",
"Transport Sync" : "daw"
2014-09-06 19:35:31 +00:00
},
2015-06-27 21:25:01 +00:00
"Signals" : {
"Control Voltage" : "signal",
2019-01-09 01:21:29 +00:00
"Ramping Values" : "rampTo"
2014-09-06 19:35:31 +00:00
},
2016-05-18 01:27:46 +00:00
"Visualization" : {
"Animation Sync" : "animationSync",
2018-04-06 23:55:42 +00:00
"Envelopes" : "funkyShape",
2016-05-18 01:27:46 +00:00
"Analysis" : "analysis",
"Meter" : "meter"
},
2015-08-10 18:41:23 +00:00
"Misc" : {
"Offline Rendering" : "offline"
2019-01-09 01:21:29 +00:00
}
}