Browse Source

Update builds

v1
Andrew Belt 5 years ago
parent
commit
17ade426f4
3 changed files with 42 additions and 4 deletions
  1. +9
    -1
      manifests/FrozenWasteland.json
  2. +11
    -2
      manifests/Stoermelder-P1.json
  3. +22
    -1
      manifests/dBiz.json

+ 9
- 1
manifests/FrozenWasteland.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "FrozenWasteland", "slug": "FrozenWasteland",
"name": "Frozen Wasteland", "name": "Frozen Wasteland",
"version": "1.6.0",
"version": "1.7.0",
"author": "almostEric", "author": "almostEric",
"license": "CC0-1.0", "license": "CC0-1.0",
"authorEmail": "almostEric@frozenwastelandmodules.com", "authorEmail": "almostEric@frozenwastelandmodules.com",
@@ -134,6 +134,14 @@
"LFO" "LFO"
] ]
}, },
{
"slug": "SeedsOfChange",
"name": "Seeds Of Change",
"description": "Repeatable Random Number Generator",
"tags": [
"Random"
]
},
{ {
"slug": "SeriouslySlowLFO", "slug": "SeriouslySlowLFO",
"name": "Seriously Slow LFO", "name": "Seriously Slow LFO",


+ 11
- 2
manifests/Stoermelder-P1.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "Stoermelder-P1", "slug": "Stoermelder-P1",
"version": "1.0.5",
"version": "1.1.0",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"author": "Benjamin Dill", "author": "Benjamin Dill",
"name": "PackOne", "name": "PackOne",
@@ -92,10 +92,19 @@
{ {
"slug": "EightFace", "slug": "EightFace",
"name": "8FACE", "name": "8FACE",
"description": "Preset sequencer for eight presets of any module",
"description": "Universal expander for sequencing up to eight presets of any module",
"tags": [ "tags": [
"Utility" "Utility"
] ]
},
{
"slug": "MidiCat",
"name": "MIDI-CAT",
"description": "Mapping module for midi CCs and notes to parameters of any module, similar to MIDI-MAP",
"tags": [
"Utility",
"MIDI"
]
} }
] ]
} }

+ 22
- 1
manifests/dBiz.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "dBiz", "slug": "dBiz",
"version": "1.1.0",
"version": "1.1.2",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"name": "dBiz", "name": "dBiz",
"brand": "dBiz", "brand": "dBiz",
@@ -26,6 +26,13 @@
"Envelope Generator" "Envelope Generator"
] ]
}, },
{
"slug": "ContornoMK2",
"name": "ContornoMK2",
"tags": [
"Envelope Generator"
]
},
{ {
"slug": "Transpose", "slug": "Transpose",
"name": "Transpose", "name": "Transpose",
@@ -163,6 +170,20 @@
"tags": [ "tags": [
"Sequencer" "Sequencer"
] ]
},
{
"slug": "QuePasa",
"name": "QuePasa",
"tags": [
"Blank"
]
},
{
"slug": "SPan",
"name": "SPan",
"tags": [
"VCA"
]
} }
] ]
} }

Loading…
Cancel
Save