|
@@ -1,7 +1,7 @@ |
|
|
{ |
|
|
{ |
|
|
"slug": "SignalFlux", |
|
|
"slug": "SignalFlux", |
|
|
"name": "Signal Flux", |
|
|
"name": "Signal Flux", |
|
|
"version": "1.0.1", |
|
|
|
|
|
|
|
|
"version": "1.1.0", |
|
|
"license": "GPL-3.0-or-later", |
|
|
"license": "GPL-3.0-or-later", |
|
|
"brand": "Signal Flux", |
|
|
"brand": "Signal Flux", |
|
|
"author": "Sam Wolk and Signal Flux", |
|
|
"author": "Sam Wolk and Signal Flux", |
|
@@ -14,7 +14,7 @@ |
|
|
"modules": [ |
|
|
"modules": [ |
|
|
{ |
|
|
{ |
|
|
"slug": "SimpleKnob", |
|
|
"slug": "SimpleKnob", |
|
|
"name": "Simple Knob", |
|
|
|
|
|
|
|
|
"name": "Unipolar Offset", |
|
|
"description": "Generates a voltage offset based on the knob position.", |
|
|
"description": "Generates a voltage offset based on the knob position.", |
|
|
"tags": [ |
|
|
"tags": [ |
|
|
"Utility" |
|
|
"Utility" |
|
@@ -22,11 +22,35 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"slug": "BipolarKnob", |
|
|
"slug": "BipolarKnob", |
|
|
"name": "Bipolar Knob", |
|
|
|
|
|
|
|
|
"name": "Bipolar Offset", |
|
|
"description": "Outputs positive and negative voltage proprtional to knob position.", |
|
|
"description": "Outputs positive and negative voltage proprtional to knob position.", |
|
|
"tags": [ |
|
|
"tags": [ |
|
|
"Utility" |
|
|
"Utility" |
|
|
] |
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"slug": "Attenuate", |
|
|
|
|
|
"name": "Attenuate", |
|
|
|
|
|
"description": "A single attenuator.", |
|
|
|
|
|
"tags": [ |
|
|
|
|
|
"utility" |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"slug": "Attenuvert", |
|
|
|
|
|
"name": "Attenuvert", |
|
|
|
|
|
"description": "A single attenuverter.", |
|
|
|
|
|
"tags": [ |
|
|
|
|
|
"utility" |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"slug": "Invert", |
|
|
|
|
|
"name": "Invert", |
|
|
|
|
|
"description": "A single inverter.", |
|
|
|
|
|
"tags": [ |
|
|
|
|
|
"utility" |
|
|
|
|
|
] |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |