Browse Source

Update manifest for MockbaModular, huaba, DrumKit, SubmarineFree, Kosmodules-Free, Sckitam

v1
Andrew Belt 5 years ago
parent
commit
0924bf35fb
6 changed files with 120 additions and 14 deletions
  1. +1
    -1
      manifests/DrumKit.json
  2. +27
    -0
      manifests/Kosmodules-Free.json
  3. +1
    -1
      manifests/MockbaModular.json
  4. +50
    -0
      manifests/Sckitam.json
  5. +13
    -4
      manifests/SubmarineFree.json
  6. +28
    -8
      manifests/huaba.json

+ 1
- 1
manifests/DrumKit.json View File

@@ -1,7 +1,7 @@
{
"slug": "DrumKit",
"name": "DrumKit",
"version": "1.1.2",
"version": "1.1.3",
"license": "CC0-1.0",
"author": "Jerry Sievert",
"authorEmail": "rack@legitimatesounding.com",


+ 27
- 0
manifests/Kosmodules-Free.json View File

@@ -0,0 +1,27 @@
{
"slug": "Kosmodules-Free",
"name": "Kosmodules-Free",
"version": "1.0.0",
"license": "Apache-2.0",
"brand": "Kosmodules",
"author": "Calvin Kosmatka",
"authorEmail": "calvin.kosmatka@gmail.com",
"authorUrl": "https://github.com/calvinkosmatka",
"pluginUrl": "https://github.com/calvinkosmatka/Kosmodules-Free",
"manualUrl": "https://github.com/calvinkosmatka/Kosmodules-Free#free-modules",
"sourceUrl": "https://github.com/calvinkosmatka/Kosmodules-Free",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "OSF",
"name": "OSF",
"description": "Offset Scale Fold",
"tags": [
"attenuator",
"dual",
"utility"
]
}
]
}

+ 1
- 1
manifests/MockbaModular.json View File

@@ -1,7 +1,7 @@
{
"slug": "MockbaModular",
"name": "Mockba Modular",
"version": "1.1.7",
"version": "1.1.8",
"license": "MIT",
"brand": "Mockba Modular",
"author": "Mockba the Borg",


+ 50
- 0
manifests/Sckitam.json View File

@@ -0,0 +1,50 @@
{
"slug": "Sckitam",
"name": "Sckitam",
"version": "1.0.0",
"license": "GPL-3.0-only",
"brand": "Sckitam",
"author": "Philippe Salembier",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/philippesalembier/SckitamVCV",
"sourceUrl": "https://github.com/philippesalembier/SckitamVCV",
"donateUrl": "PayPal.Me/Sckitam",
"changelogUrl": "",
"modules": [
{
"slug": "2DRotation",
"name": "2DRotation",
"description": "2D Rotation of 2 input signals",
"tags": [
"Utility"
]
},
{
"slug": "2DAffine",
"name": "2DAffine",
"description": "2D Affine transform of 2 input signals",
"tags": [
"Utility"
]
},
{
"slug": "MarkovSeq",
"name": "MarkovSeq",
"description": "Sequencer based on Markov chain",
"tags": [
"Sequencer",
"Switch"
]
},
{
"slug": "PolygonalVCO",
"name": "PolygonalVCO",
"description": "Polygonal VCO",
"tags": [
"VCO"
]
}
]
}

+ 13
- 4
manifests/SubmarineFree.json View File

@@ -11,7 +11,7 @@
"donateUrl": "https://www.paypal.me/SubmarineFree",
"pluginUrl": "https://github.com/david-c14/SubmarineFree/blob/master/README.md",
"changelogUrl": "https://github.com/david-c14/SubmarineFree/blob/master/changelog.md",
"version": "1.1.0",
"version": "1.1.1",
"modules": [
{
"slug": "AG-104",
@@ -368,6 +368,15 @@
"DIGITAL"
]
},
{
"slug": "SN-101",
"name": "SN-101",
"description": "SN-101 Smooth Noise Generator",
"tags": [
"OSCILLATOR",
"NOISE"
]
},
{
"slug": "SS-112",
"name": "SS-112",
@@ -546,10 +555,10 @@
},
{
"slug": "XX-219",
"name": "Secret Santa 2019",
"description": "You'd better not cry",
"name": "Obsolete",
"description": "This was Secret Santa 2019",
"tags": [
"VISUAL"
"BLANK"
]
}
]

+ 28
- 8
manifests/huaba.json View File

@@ -1,13 +1,33 @@
{
"slug": "huaba",
"name": "huaba",
"author": "David Huber",
"authorEmail": "dhuber318@gmail.com",
"version": "1.1.0",
"license": "MIT",
"authorUrl": "https://github.com/dhuber81",
"pluginUrl": "https://github.com/dhuber81/huaba",
"brand": "huaba",
"author": "Daniel Huber",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/dhuber81/huaba",
"manualUrl": "https://github.com/dhuber81/huaba",
"donateUrl": "https://paypal.me/DanielHuber81",
"slug": "huaba",
"version": "0.6.3"
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "EQ3",
"name": "EQ3",
"description": "3-Band Equalizer",
"tags": [
"Equalizer"
]
},
{
"slug": "ABBus",
"name": "A+B Bus",
"description": "Merges signals on the selected output bus",
"tags": [
"Utility"
]
}
]
}

Loading…
Cancel
Save