diff --git a/manifests/SignalFlux.json b/manifests/SignalFlux.json index fed55eae..7ae23f9c 100644 --- a/manifests/SignalFlux.json +++ b/manifests/SignalFlux.json @@ -1,7 +1,7 @@ { "slug": "SignalFlux", "name": "Signal Flux", - "version": "1.0.1", + "version": "1.1.0", "license": "GPL-3.0-or-later", "brand": "Signal Flux", "author": "Sam Wolk and Signal Flux", @@ -14,7 +14,7 @@ "modules": [ { "slug": "SimpleKnob", - "name": "Simple Knob", + "name": "Unipolar Offset", "description": "Generates a voltage offset based on the knob position.", "tags": [ "Utility" @@ -22,11 +22,35 @@ }, { "slug": "BipolarKnob", - "name": "Bipolar Knob", + "name": "Bipolar Offset", "description": "Outputs positive and negative voltage proprtional to knob position.", "tags": [ "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" + ] } ] } \ No newline at end of file diff --git a/repos/SignalFlux b/repos/SignalFlux index 7ad20f35..cca69215 160000 --- a/repos/SignalFlux +++ b/repos/SignalFlux @@ -1 +1 @@ -Subproject commit 7ad20f35a0b4ede7a90118610894a92a4ad794f3 +Subproject commit cca69215d807b3736a7601d3bce15c69f03331e4