Browse Source

Update build for Bidoo, TheXOR, Skylights, Bogaudio, GoodSheperd

v1
Andrew Belt 5 years ago
parent
commit
f700577d30
5 changed files with 216 additions and 5 deletions
  1. +1
    -1
      manifests/Bidoo.json
  2. +2
    -3
      manifests/Bogaudio.json
  3. +42
    -0
      manifests/GoodSheperd.json
  4. +1
    -1
      manifests/Skylights.json
  5. +170
    -0
      manifests/TheXOR.json

+ 1
- 1
manifests/Bidoo.json View File

@@ -1,6 +1,6 @@
{
"slug": "Bidoo",
"version": "1.0.4",
"version": "1.0.5",
"license": "BSD-3-Clause",
"name": "Bidoo",
"brand": "Bidoo",


+ 2
- 3
manifests/Bogaudio.json View File

@@ -1,7 +1,7 @@
{
"slug": "Bogaudio",
"name": "Bogaudio",
"version": "1.1.21",
"version": "1.1.22",
"license": "BSD-3-Clause",
"brand": "Bogaudio",
"author": "Matt Demanett",
@@ -349,8 +349,7 @@
"name": "VU",
"description": "stereo signal meter",
"tags": [
"Visual",
"Dual"
"Visual"
]
},
{


+ 42
- 0
manifests/GoodSheperd.json View File

@@ -0,0 +1,42 @@
{
"slug": "GoodSheperd",
"name": "GoodSheperd",
"version": "1.0.0",
"license": "CC0-1.0",
"brand": "GoodSheperd",
"author": "Jens Schulze",
"authorEmail": "",
"authorUrl": "https://github.com/jensschulze",
"pluginUrl": "https://github.com/jensschulze/GoodSheperd",
"manualUrl": "https://github.com/jensschulze/GoodSheperd/README.md",
"sourceUrl": "https://github.com/jensschulze/GoodSheperd",
"donateUrl": "",
"modules": [
{
"slug": "Hurdle",
"name": "Hurdle",
"description": "",
"tags": [
"Switch",
"Random"
]
},
{
"slug": "Stable16",
"name": "Stable16",
"description": "",
"tags": [
"Sequencer"
]
},
{
"slug": "SEQ3st",
"name": "SEQ3st",
"description": "",
"tags": [
"Sequencer",
"Random"
]
}
]
}

+ 1
- 1
manifests/Skylights.json View File

@@ -2,7 +2,7 @@
"slug": "Skylights",
"name": "Skylights",
"brand": "Skrylar",
"version": "1.0.1",
"version": "1.0.2",
"license": "GPL-3.0",
"author": "Skrylar",
"authorEmail": "joshua.cearley@gmail.com",


+ 170
- 0
manifests/TheXOR.json View File

@@ -0,0 +1,170 @@
{
"slug": "TheXOR",
"name": "TheXOR",
"version": "1.1.0",
"license": "CC0-1.0",
"brand": "TheXOR",
"author": "The XOR",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/The-XOR/RackPlugins",
"donateUrl": "",
"modules": [
{
"slug": "Klee",
"name": "Klee",
"description": "Klee Sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "ascii",
"name": "ascii",
"description": "ascii Sequencer - make notes sing",
"tags": [
"Sequencer"
]
},
{
"slug": "M581",
"name": "M581",
"description": "581 Sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "Z8K",
"name": "Z8K",
"description": "Z8000 Sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "Renato",
"name": "Renato",
"description": "Renato Sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "Spiralone",
"name": "Spiralone",
"description": "Spiralone Sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "nag",
"name": "nag nag nag",
"description": "nag nag nag Sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "Burst",
"name": "Burst",
"description": "quick output bursts",
"tags": [
"Utility"
]
},
{
"slug": "Uncertain",
"name": "Uncertain",
"description": "uncertain, buchla-esque voltages",
"tags": [
"Random"
]
},
{
"slug": "PWMClock",
"name": "PWMClock",
"description": "PWM Clock Generator",
"tags": [
"Clock generator"
]
},
{
"slug": "Quantizer",
"name": "Quantizer",
"description": "note quantizer",
"tags": [
"Quantizer"
]
},
{
"slug": "midyQuant",
"name": "midyQuant",
"description": "quantized MIDI output",
"tags": [
"Quantizer",
"MIDI"
]
},
{
"slug": "AttAmp",
"name": "AttAmp",
"description": "attenuator/amplifier/offset",
"tags": [
"Attenuator",
"Amplifier"
]
},
{
"slug": "Boole",
"name": "Boole",
"description": "boolean logic for your signals",
"tags": [
"Logic"
]
},
{
"slug": "XSwitch",
"name": "XSwitch",
"description": "circuit breaker",
"tags": [
"Switch"
]
},
{
"slug": "Counter",
"name": "Counter",
"description": "count inputs and generate a signal when reaches 0",
"tags": [
"Utility"
]
},
{
"slug": "Mplex",
"name": "Mplex",
"description": "Multiplexer",
"tags": [
"Switch"
]
},
{
"slug": "Dmplex",
"name": "Dmplex",
"description": "Demultiplexer",
"tags": [
"Switch"
]
},
{
"slug": "empty",
"name": "empty",
"description": "a strategy to waste your precious rack space",
"tags": [
"Blank"
]
}
]
}

Loading…
Cancel
Save