|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"slug": "AS", |
|
|
"slug": "AS", |
|
|
"version": "1.0.3", |
|
|
|
|
|
|
|
|
"version": "1.0.4", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"name": "AS", |
|
|
"name": "AS", |
|
|
"brand": "AS", |
|
|
"brand": "AS", |
|
@@ -14,7 +14,7 @@ |
|
|
"modules": [ |
|
|
"modules": [ |
|
|
{ |
|
|
{ |
|
|
"slug": "SineOSC", |
|
|
"slug": "SineOSC", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "TinySine", |
|
|
"name": "TinySine", |
|
|
"description": "Simple Voltage-controlled sine oscillator", |
|
|
"description": "Simple Voltage-controlled sine oscillator", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -23,7 +23,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "SawOSC", |
|
|
"slug": "SawOSC", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "TinySawish", |
|
|
"name": "TinySawish", |
|
|
"description": "Simple Voltage-controlled saw oscillator", |
|
|
"description": "Simple Voltage-controlled saw oscillator", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -32,7 +32,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "ADSR", |
|
|
"slug": "ADSR", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "ADSR", |
|
|
"name": "ADSR", |
|
|
"description": "Generates an envelope with Attack/Decay/Sustain/Release", |
|
|
"description": "Generates an envelope with Attack/Decay/Sustain/Release", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -41,7 +41,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "VCA", |
|
|
"slug": "VCA", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "VCA", |
|
|
"name": "VCA", |
|
|
"description": "Voltage-controlled amplifier", |
|
|
"description": "Voltage-controlled amplifier", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -51,7 +51,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "QuadVCA", |
|
|
"slug": "QuadVCA", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "QuadVCA/Mixer", |
|
|
"name": "QuadVCA/Mixer", |
|
|
"description": "VCA module x 4, plus mixer functionality", |
|
|
"description": "VCA module x 4, plus mixer functionality", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -61,7 +61,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "TriLFO", |
|
|
"slug": "TriLFO", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "TriLFO", |
|
|
"name": "TriLFO", |
|
|
"description": "Low-frequency oscillator", |
|
|
"description": "Low-frequency oscillator", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -70,7 +70,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "AtNuVrTr", |
|
|
"slug": "AtNuVrTr", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "AtNuVrTr", |
|
|
"name": "AtNuVrTr", |
|
|
"description": "Dual Attenuator", |
|
|
"description": "Dual Attenuator", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -80,7 +80,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "BPMClock", |
|
|
"slug": "BPMClock", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "BPM Clock", |
|
|
"name": "BPM Clock", |
|
|
"description": "BPM Clock", |
|
|
"description": "BPM Clock", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -89,7 +89,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "BPMCalc", |
|
|
"slug": "BPMCalc", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "BPM to delay/hz calculator", |
|
|
"name": "BPM to delay/hz calculator", |
|
|
"description": "BPM to delay/hz calculator helper", |
|
|
"description": "BPM to delay/hz calculator helper", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -98,7 +98,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "BPMCalc2", |
|
|
"slug": "BPMCalc2", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "BPM to delay/ms calculator", |
|
|
"name": "BPM to delay/ms calculator", |
|
|
"description": "BPM Delay/MS Calculator", |
|
|
"description": "BPM Delay/MS Calculator", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -107,7 +107,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "SEQ16", |
|
|
"slug": "SEQ16", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "SEQ16", |
|
|
"name": "SEQ16", |
|
|
"description": "3-channel 16-step sequencer with step editor", |
|
|
"description": "3-channel 16-step sequencer with step editor", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -116,7 +116,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "Mixer2ch", |
|
|
"slug": "Mixer2ch", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Mixer2ch", |
|
|
"name": "Mixer2ch", |
|
|
"description": "2 channel Mixer", |
|
|
"description": "2 channel Mixer", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -125,7 +125,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "Mixer4ch", |
|
|
"slug": "Mixer4ch", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Mixer4ch", |
|
|
"name": "Mixer4ch", |
|
|
"description": "4 channel Mixer", |
|
|
"description": "4 channel Mixer", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -134,7 +134,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "Mixer8ch", |
|
|
"slug": "Mixer8ch", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Mixer8ch", |
|
|
"name": "Mixer8ch", |
|
|
"description": "8 channel Mixer", |
|
|
"description": "8 channel Mixer", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -143,7 +143,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "MonoVUmeter", |
|
|
"slug": "MonoVUmeter", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "MonoVUmeter", |
|
|
"name": "MonoVUmeter", |
|
|
"description": "Mono VU meter", |
|
|
"description": "Mono VU meter", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -153,7 +153,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "StereoVUmeter", |
|
|
"slug": "StereoVUmeter", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "StereoVUmeter", |
|
|
"name": "StereoVUmeter", |
|
|
"description": "Stereo VU meter", |
|
|
"description": "Stereo VU meter", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -163,7 +163,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "Steps", |
|
|
"slug": "Steps", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Steps", |
|
|
"name": "Steps", |
|
|
"description": "3 channel 64 steps counter", |
|
|
"description": "3 channel 64 steps counter", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -173,7 +173,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "LaunchGate", |
|
|
"slug": "LaunchGate", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "LaunchGate", |
|
|
"name": "LaunchGate", |
|
|
"description": "2 channel signal flow start counter", |
|
|
"description": "2 channel signal flow start counter", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -184,7 +184,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "KillGate", |
|
|
"slug": "KillGate", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "KillGate", |
|
|
"name": "KillGate", |
|
|
"description": "2 channel signal stop counter", |
|
|
"description": "2 channel signal stop counter", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -195,7 +195,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "Flow", |
|
|
"slug": "Flow", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Flow", |
|
|
"name": "Flow", |
|
|
"description": "Cut the flow of signals with a switch or a cv signal input", |
|
|
"description": "Cut the flow of signals with a switch or a cv signal input", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -206,7 +206,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "SignalDelay", |
|
|
"slug": "SignalDelay", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Signal Delay", |
|
|
"name": "Signal Delay", |
|
|
"description": "Delay the incomming CV signal by set milliseconds", |
|
|
"description": "Delay the incomming CV signal by set milliseconds", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -217,7 +217,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "Cv2T", |
|
|
"slug": "Cv2T", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "CV 2 Trigger", |
|
|
"name": "CV 2 Trigger", |
|
|
"description": "CV to Trigger generator", |
|
|
"description": "CV to Trigger generator", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -226,7 +226,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "ZeroCV2T", |
|
|
"slug": "ZeroCV2T", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Zero CV 2 Trigger", |
|
|
"name": "Zero CV 2 Trigger", |
|
|
"description": "Zero Crossing CV to Trigger generator", |
|
|
"description": "Zero Crossing CV to Trigger generator", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -235,7 +235,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "ReScale", |
|
|
"slug": "ReScale", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "ReScale", |
|
|
"name": "ReScale", |
|
|
"description": "Utility module to convert from one voltage range to another", |
|
|
"description": "Utility module to convert from one voltage range to another", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -244,7 +244,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "Multiple2_5", |
|
|
"slug": "Multiple2_5", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Multi 2x5", |
|
|
"name": "Multi 2x5", |
|
|
"description": "2x5 Signal multiplier", |
|
|
"description": "2x5 Signal multiplier", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -254,7 +254,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "Merge2_5", |
|
|
"slug": "Merge2_5", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Merge2x5", |
|
|
"name": "Merge2x5", |
|
|
"description": "2x5 CV Signal merger", |
|
|
"description": "2x5 CV Signal merger", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -291,7 +291,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "DelayPlusFx", |
|
|
"slug": "DelayPlusFx", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Delay Plus Fx", |
|
|
"name": "Delay Plus Fx", |
|
|
"description": "Delay effect with MS digital display, wet signal send & return and bypass switch", |
|
|
"description": "Delay effect with MS digital display, wet signal send & return and bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -301,7 +301,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "DelayPlusStereoFx", |
|
|
"slug": "DelayPlusStereoFx", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Delay Plus Stereo Fx", |
|
|
"name": "Delay Plus Stereo Fx", |
|
|
"description": "Stereo Delay effect with MS digital display, wet signal send & return and bypass switch", |
|
|
"description": "Stereo Delay effect with MS digital display, wet signal send & return and bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -311,7 +311,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "PhaserFx", |
|
|
"slug": "PhaserFx", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Phaser Fx", |
|
|
"name": "Phaser Fx", |
|
|
"description": "Phaser FX with CV input for each parameter and bypass switch", |
|
|
"description": "Phaser FX with CV input for each parameter and bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -321,7 +321,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "ReverbFx", |
|
|
"slug": "ReverbFx", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Reverb Fx", |
|
|
"name": "Reverb Fx", |
|
|
"description": "Reverb FX with CV input for each parameter and bypass switch", |
|
|
"description": "Reverb FX with CV input for each parameter and bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -331,7 +331,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "ReverbStereoFx", |
|
|
"slug": "ReverbStereoFx", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Reverb Stereo Fx", |
|
|
"name": "Reverb Stereo Fx", |
|
|
"description": "Stereo Reverb FX with CV input for each parameter and bypass switch", |
|
|
"description": "Stereo Reverb FX with CV input for each parameter and bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -341,7 +341,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "SuperDriveFx", |
|
|
"slug": "SuperDriveFx", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "SuperDrive Fx", |
|
|
"name": "SuperDrive Fx", |
|
|
"description": "Overdrive FX with CV input for each parameter and bypass switch", |
|
|
"description": "Overdrive FX with CV input for each parameter and bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -351,7 +351,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "SuperDriveStereoFx", |
|
|
"slug": "SuperDriveStereoFx", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "SuperDrive Stereo Fx", |
|
|
"name": "SuperDrive Stereo Fx", |
|
|
"description": "Stereo Overdrive FX with CV input for each parameter and bypass switch", |
|
|
"description": "Stereo Overdrive FX with CV input for each parameter and bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -361,7 +361,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "TremoloFx", |
|
|
"slug": "TremoloFx", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Tremolo Fx", |
|
|
"name": "Tremolo Fx", |
|
|
"description": "Tremolo Fx with CV input for each parameter and bypass switch", |
|
|
"description": "Tremolo Fx with CV input for each parameter and bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -370,7 +370,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "TremoloStereoFx", |
|
|
"slug": "TremoloStereoFx", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Tremolo Stereo Fx", |
|
|
"name": "Tremolo Stereo Fx", |
|
|
"description": "Stereo Tremolo Fx with CV input for each parameter and bypass switch", |
|
|
"description": "Stereo Tremolo Fx with CV input for each parameter and bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -379,7 +379,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "WaveShaper", |
|
|
"slug": "WaveShaper", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Wave Shaper", |
|
|
"name": "Wave Shaper", |
|
|
"description": "WaveShaper Fx with bypass switch", |
|
|
"description": "WaveShaper Fx with bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -389,7 +389,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "WaveShaperStereo", |
|
|
"slug": "WaveShaperStereo", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Wave Shaper Stereo", |
|
|
"name": "Wave Shaper Stereo", |
|
|
"description": "WaveShaper Stereo Fx with bypass switch", |
|
|
"description": "WaveShaper Stereo Fx with bypass switch", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -399,7 +399,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "BlankPanel4", |
|
|
"slug": "BlankPanel4", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "BlankPanel4", |
|
|
"name": "BlankPanel4", |
|
|
"description": "Blank Panel 4 HP", |
|
|
"description": "Blank Panel 4 HP", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -408,7 +408,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "BlankPanel6", |
|
|
"slug": "BlankPanel6", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "BlankPanel6", |
|
|
"name": "BlankPanel6", |
|
|
"description": "Blank Panel 6 HP", |
|
|
"description": "Blank Panel 6 HP", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -417,7 +417,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "BlankPanel8", |
|
|
"slug": "BlankPanel8", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "BlankPanel8", |
|
|
"name": "BlankPanel8", |
|
|
"description": "Blank Panel 8 HP", |
|
|
"description": "Blank Panel 8 HP", |
|
|
"tags": [ |
|
|
"tags": [ |
|
@@ -426,7 +426,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "BlankPanelSpecial", |
|
|
"slug": "BlankPanelSpecial", |
|
|
"disabled": "false", |
|
|
|
|
|
|
|
|
"disabled": false, |
|
|
"name": "Blank Panel Special", |
|
|
"name": "Blank Panel Special", |
|
|
"description": "Blank Panel goodies", |
|
|
"description": "Blank Panel goodies", |
|
|
"tags": [ |
|
|
"tags": [ |
|
|