2
0
Fork 0
mirror of https://github.com/Tonejs/Tone.js synced 2025-02-15 20:18:24 +00:00
Tone.js/examples/js/ExampleList.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2019-01-08 20:21:29 -05:00
{
2015-06-27 17:25:01 -04:00
"Basic" : {
2014-08-28 00:39:17 -04:00
"Oscillators" : "oscillator",
2015-06-27 17:25:01 -04:00
"Envelope" : "envelope",
2014-09-04 00:06:01 -04:00
"Noise" : "noises",
2015-09-30 14:01:19 -04:00
"Player" : "player",
2017-08-27 15:00:38 -04:00
"Microphone" : "mic",
"Mixer" : "mixer"
2014-08-28 00:39:17 -04:00
},
2015-06-27 17:25:01 -04:00
"Instruments" : {
"Synth" : "simpleSynth",
2015-06-27 17:25:01 -04:00
"MonoSynth" : "monoSynth",
"FMSynth" : "fmSynth",
2019-01-09 23:25:30 -05:00
"AMSynth" : "amSynth",
2015-06-27 17:25:01 -04:00
"PolySynth" : "polySynth",
2016-01-30 16:19:03 -05:00
"FatOscillator" : "jump",
"MetalSynth" : "bembe",
"Granular Synthesis" : "grainPlayer",
2017-08-27 15:00:38 -04:00
"Sampler" : "sampler"
2014-08-27 12:20:29 -04:00
},
"Effects" : {
2015-06-27 17:25:01 -04:00
"LFO Effects" : "lfoEffects",
2014-09-05 00:58:19 -04:00
"PingPongDelay" : "pingPongDelay",
"Buses" : "buses",
2018-04-06 16:55:42 -07:00
"Reverb" : "reverb",
2019-10-28 13:05:02 +01:00
"Spatialization" : "spatialPanner",
"PitchShift" : "pitchShift"
2014-09-02 12:15:20 -04:00
},
2015-06-27 17:25:01 -04:00
"Sequencing / Timing" : {
"Step Sequencer" : "stepSequencer",
2015-12-05 19:11:02 -05:00
"Events" : "events",
"Play Along" : "shiny",
2015-12-05 19:11:02 -05:00
"Quantization" : "quantization",
"Playback Rate" : "pianoPhase",
"Transport Sync" : "daw"
2014-09-06 15:35:31 -04:00
},
2015-06-27 17:25:01 -04:00
"Signals" : {
"Control Voltage" : "signal",
2019-01-08 20:21:29 -05:00
"Ramping Values" : "rampTo"
2014-09-06 15:35:31 -04:00
},
2016-05-17 21:27:46 -04:00
"Visualization" : {
"Animation Sync" : "animationSync",
2018-04-06 16:55:42 -07:00
"Envelopes" : "funkyShape",
2016-05-17 21:27:46 -04:00
"Analysis" : "analysis",
"Meter" : "meter"
},
2015-08-10 14:41:23 -04:00
"Misc" : {
"Offline Rendering" : "offline"
2019-01-08 20:21:29 -05:00
}
}