Browse Source

Update build for SignalFlux

v1
Andrew Belt 5 years ago
parent
commit
f30d757693
2 changed files with 28 additions and 4 deletions
  1. +27
    -3
      manifests/SignalFlux.json
  2. +1
    -1
      repos/SignalFlux

+ 27
- 3
manifests/SignalFlux.json View File

@@ -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"
]
} }
] ]
} }

+ 1
- 1
repos/SignalFlux

@@ -1 +1 @@
Subproject commit 7ad20f35a0b4ede7a90118610894a92a4ad794f3
Subproject commit cca69215d807b3736a7601d3bce15c69f03331e4

Loading…
Cancel
Save