mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"Basic" : {
|
|
"Oscillators" : "oscillator",
|
|
"Envelope" : "envelope",
|
|
"Noise" : "noises",
|
|
"Player" : "player",
|
|
"Microphone" : "mic",
|
|
"Mixer" : "mixer"
|
|
},
|
|
"Instruments" : {
|
|
"Synth" : "simpleSynth",
|
|
"MonoSynth" : "monoSynth",
|
|
"FMSynth" : "fmSynth",
|
|
"AMSynth" : "amSynth",
|
|
"PolySynth" : "polySynth",
|
|
"FatOscillator" : "jump",
|
|
"MetalSynth" : "bembe",
|
|
"Granular Synthesis" : "grainPlayer",
|
|
"Sampler" : "sampler"
|
|
},
|
|
"Effects" : {
|
|
"LFO Effects" : "lfoEffects",
|
|
"PingPongDelay" : "pingPongDelay",
|
|
"Buses" : "buses",
|
|
"Reverb" : "reverb",
|
|
"Spatialization" : "spatialPanner"
|
|
},
|
|
"Sequencing / Timing" : {
|
|
"Step Sequencer" : "stepSequencer",
|
|
"Events" : "events",
|
|
"Play Along" : "shiny",
|
|
"Quantization" : "quantization",
|
|
"Playback Rate" : "pianoPhase",
|
|
"Transport Sync" : "daw"
|
|
},
|
|
"Signals" : {
|
|
"Control Voltage" : "signal",
|
|
"Ramping Values" : "rampTo"
|
|
},
|
|
"Visualization" : {
|
|
"Animation Sync" : "animationSync",
|
|
"Envelopes" : "funkyShape",
|
|
"Analysis" : "analysis",
|
|
"Meter" : "meter"
|
|
},
|
|
"Misc" : {
|
|
"Offline Rendering" : "offline"
|
|
}
|
|
}
|