Browse Source

Update build for Bidoo, SignalFlux

v1
Andrew Belt 5 years ago
parent
commit
033076fdae
2 changed files with 35 additions and 2 deletions
  1. +3
    -2
      manifests/Bidoo.json
  2. +32
    -0
      manifests/SignalFlux.json

+ 3
- 2
manifests/Bidoo.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "Bidoo", "slug": "Bidoo",
"version": "1.0.5",
"version": "1.0.6",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"name": "Bidoo", "name": "Bidoo",
"brand": "Bidoo", "brand": "Bidoo",
@@ -10,7 +10,8 @@
"authorUrl": "https://github.com/sebastien-bouffier/Bidoo", "authorUrl": "https://github.com/sebastien-bouffier/Bidoo",
"manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki", "manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki",
"sourceUrl": "https://github.com/sebastien-bouffier/Bidoo", "sourceUrl": "https://github.com/sebastien-bouffier/Bidoo",
"changelogUrl": "https://github.com/sebastien-bouffier/Bidoo",
"changelogUrl": "https://github.com/sebastien-bouffier/Bidoo/blob/v1.0/changelog.txt",
"donateUrl": "https://www.paypal.me/sebastienbouffier",
"modules": [ "modules": [
{ {
"slug": "vOId", "slug": "vOId",


+ 32
- 0
manifests/SignalFlux.json View File

@@ -0,0 +1,32 @@
{
"slug": "SignalFlux",
"name": "Signal Flux",
"version": "1.0.1",
"license": "GPL-3.0-or-later",
"brand": "Signal Flux",
"author": "Sam Wolk and Signal Flux",
"authorEmail": "info@signalflux.org",
"authorUrl": "https://signalflux.org",
"pluginUrl": "https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules",
"manualUrl": "https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules/blob/master/README.md",
"sourceUrl": "https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules",
"donateUrl": "https://signalflux.org/about/",
"modules": [
{
"slug": "SimpleKnob",
"name": "Simple Knob",
"description": "Generates a voltage offset based on the knob position.",
"tags": [
"Utility"
]
},
{
"slug": "BipolarKnob",
"name": "Bipolar Knob",
"description": "Outputs positive and negative voltage proprtional to knob position.",
"tags": [
"Utility"
]
}
]
}

Loading…
Cancel
Save