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