Browse Source

Update build for computerscare, SubmarineFree, ZZC, SLM, trowaSoft, CountModula, FrozenWasteland

v1
Andrew Belt 5 years ago
parent
commit
0dd143b60e
7 changed files with 102 additions and 18 deletions
  1. +2
    -1
      manifests/CountModula.json
  2. +7
    -10
      manifests/FrozenWasteland.json
  3. +11
    -2
      manifests/SLM.json
  4. +2
    -1
      manifests/SubmarineFree.json
  5. +3
    -3
      manifests/ZZC.json
  6. +2
    -1
      manifests/computerscare.json
  7. +75
    -0
      manifests/trowaSoft.json

+ 2
- 1
manifests/CountModula.json View File

@@ -1,7 +1,7 @@
{
"slug": "CountModula",
"name": "Count Modula",
"version": "1.2.0",
"version": "1.2.1",
"license": "BSD-3-Clause",
"brand": "Count Modula",
"author": "Adam Verspaget",
@@ -9,6 +9,7 @@
"authorUrl": "https://github.com/countmodula",
"pluginUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/README.md",
"manualUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/MANUAL.md",
"changelogUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/CHANGELOG.md",
"sourceUrl": "https://github.com/countmodula/VCVRackPlugins",
"donateUrl": "https://paypal.me/countmodula?locale.x=en_AU",
"modules": [


+ 7
- 10
manifests/FrozenWasteland.json View File

@@ -1,7 +1,7 @@
{
"slug": "FrozenWasteland",
"name": "Frozen Wasteland",
"version": "1.5.1",
"version": "1.6.0",
"author": "almostEric",
"license": "CC0-1.0",
"authorEmail": "almostEric@frozenwastelandmodules.com",
@@ -103,20 +103,18 @@
]
},
{
"slug": "QuadGrooveExpander",
"name": "Quad Groove Expander",
"description": "Expander for QAR adds grooves...",
"slug": "QARGrooveExpander",
"name": "QAR - Groove",
"description": "Create Grooves and Microrhythms for QAR",
"tags": [
"Sequencer",
"Expander"
]
},
{
"slug": "QuadRhythmExpander",
"name": "Quad Rhythm Expander",
"description": "Expander for QAR adds probabilty and swing",
"slug": "QARProbabilityExpander",
"name": "QAR - Probability",
"description": "Add Randomness to QAR Rhythms",
"tags": [
"Sequencer",
"Expander"
]
},
@@ -165,7 +163,6 @@
"name": "Vox Inhumana Expander",
"description": "Resonance and Slope Control",
"tags": [
"VCF",
"Expander"
]
}


+ 11
- 2
manifests/SLM.json View File

@@ -1,7 +1,7 @@
{
"slug": "SLM",
"name": "SLM",
"version": "1.0.0",
"version": "1.1.0",
"license": "GPL-3.0-or-later",
"brand": "SLM",
"author": "Salvatore LA MALFA",
@@ -11,16 +11,25 @@
"manualUrl": "https://github.com/salvolm84/SLM-vcv-rack/blob/master/README.md",
"sourceUrl": "https://github.com/salvolm84/SLM-vcv-rack",
"donateUrl": "https://paypal.me/salvolm",
"changelogUrl": "https://github.com/salvolm84/SLM-vcv-rack/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "mux-freak",
"name": "mux-freak",
"name": "Mux Freak",
"description": "4 to 1 clocked multiplexer with switch probability and gate length controls",
"tags": [
"quad",
"switch",
"random"
]
},
{
"slug": "the-tailor",
"name": "The Tailor",
"description": "waveforms morphing tool",
"tags": [
"digital"
]
}
]
}

+ 2
- 1
manifests/SubmarineFree.json View File

@@ -10,7 +10,8 @@
"manualUrl": "https://github.com/david-c14/SubmarineFree/blob/master/manual/index.md",
"donateUrl": "https://www.paypal.me/SubmarineFree",
"pluginUrl": "https://github.com/david-c14/SubmarineFree/blob/master/README.md",
"version": "1.0.2",
"changelogUrl": "https://github.com/david-c14/SubmarineFree/blob/master/changelog.md",
"version": "1.0.3",
"modules": [
{
"slug": "AG-104",


+ 3
- 3
manifests/ZZC.json View File

@@ -2,13 +2,13 @@
"slug": "ZZC",
"name": "ZZC",
"brand": "ZZC",
"version": "1.0.0",
"version": "1.1.0",
"license": "GPL-3.0",
"author": "Sergey Ukolov",
"authorEmail": "zezic51@yandex.ru",
"authorUrl": "https://github.com/zezic",
"pluginUrl": "https://zzc-cv.github.io",
"manualUrl": "https://zzc-cv.github.io",
"pluginUrl": "https://zzc.github.io",
"manualUrl": "https://zzc.github.io",
"sourceUrl": "https://github.com/zezic/ZZC",
"donateUrl": "https://paypal.me/zezic",
"modules": [


+ 2
- 1
manifests/computerscare.json View File

@@ -1,5 +1,6 @@
{
"slug": "computerscare",
"version": "1.0.3",
"name": "computerscare",
"brand": "computerscare",
"author": "computerscare",
@@ -8,7 +9,7 @@
"pluginUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"authorUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"sourceUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"version": "1.0.0",
"manualUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"modules": [
{
"slug": "computerscare-knolypobs",


+ 75
- 0
manifests/trowaSoft.json View File

@@ -0,0 +1,75 @@
{
"slug": "trowaSoft",
"name": "trowaSoft",
"version": "1.0.1",
"license": "BSD-3-Clause",
"author": "j4s0n-c",
"authorEmail": "",
"authorUrl": "http://www.geekasaurusrex.net/",
"pluginUrl": "https://github.com/j4s0n-c/trowaSoft-VCV",
"manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md",
"sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV",
"donateUrl": "https://paypal.me/j4s0n",
"modules": [
{
"slug": "trigSeq",
"name": "trigSeq",
"description": "16-step pad sequencer with a built-in Open Sound Control (OSC) interface.",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "trigSeq64",
"name": "trigSeq64",
"description": "64-step pad sequencer with a built-in Open Sound Control (OSC) interface.",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "voltSeq",
"name": "voltSeq",
"description": "16-step variable voltage/note sequencer with a built-in Open Sound Control (OSC) interface.",
"tags": [
"Sequencer",
"External"
]
},
{
"slug": "multiWave",
"name": "multiWave",
"description": "Digital oscillator module with three (3) oscillators/clocks, each with two (2) configurable wave channel outputs.",
"tags": [
"Oscillator",
"Ring modulator"
]
},
{
"slug": "multiScope",
"name": "multiScope",
"description": "Visual effects scope, with lissajous mode, that allows three (3) waveforms to be drawn on the same screen/canvas.",
"tags": [
"Visual"
]
},
{
"slug": "cvOSCcv",
"name": "cvOSCcv",
"description": "Generic Open Sound Control (OSC) module for outputting Rack CVs to OSC and reading in simple OSC messages into Rack CVs.",
"tags": [
"External"
]
},
{
"slug": "tsBlank",
"name": "tsBlank",
"description": "Simple trowaSoft blank panel (variable width).",
"tags": [
"Blank"
]
}
]
}

Loading…
Cancel
Save