Browse Source

Update manifest for Mog, TriggerFish-Elements, Bidoo

v1
Andrew Belt 5 years ago
parent
commit
1578c5e6ef
3 changed files with 74 additions and 9 deletions
  1. +1
    -1
      manifests/Bidoo.json
  2. +27
    -0
      manifests/Mog.json
  3. +46
    -8
      manifests/TriggerFish-Elements.json

+ 1
- 1
manifests/Bidoo.json View File

@@ -1,6 +1,6 @@
{
"slug": "Bidoo",
"version": "1.1.11",
"version": "1.1.12",
"license": "GPL-3.0-only",
"name": "Bidoo",
"brand": "Bidoo",


+ 27
- 0
manifests/Mog.json View File

@@ -0,0 +1,27 @@
{
"slug": "Mog",
"name": "Mog",
"version": "1.0.0",
"license": "CC0-1.0",
"brand": "Mog",
"author": "Mog",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/JustMog/Mog-VCV",
"sourceUrl": "https://github.com/JustMog/Mog-VCV",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Network",
"name": "Network",
"description": "Node-based polyphonic sequencer",
"tags": [
"Sequencer",
"Polyphonic"
],
"manualUrl": "https://github.com/JustMog/Mog-VCV/#network"
}
]
}

+ 46
- 8
manifests/TriggerFish-Elements.json View File

@@ -1,11 +1,49 @@
{
"name": "TriggerFish Elements",
"author": "J TriggerFish",
"authorEmail": "FastTriggerFish@gmail.com",
"license": "BSD-3-Clause",
"manualUrl": "https://github.com/JTriggerFish/TriggerFish-VCV/blob/master/README.md",
"sourceUrl": "https://github.com/JTriggerFish/TriggerFish-VCV.git",
"pluginUrl": "https://github.com/JTriggerFish/TriggerFish-VCV/blob/master/README.md",
"slug": "TriggerFish-Elements",
"version": "0.6.4"
"name": "TriggerFish-Elements",
"version": "1.0.0",
"license": "BSD-3-Clause",
"brand": "TriggerFish",
"author": "JTriggerFish",
"authorEmail": "FastTriggerFish@gmail.com",
"authorUrl": "",
"pluginUrl": "https://github.com/JTriggerFish/TriggerFish-VCV",
"manualUrl": "https://github.com/JTriggerFish/TriggerFish-VCV",
"sourceUrl": "https://github.com/JTriggerFish/TriggerFish-VCV",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "TfSlop",
"name": "Slop",
"description": "Slop",
"tags": [
"Noise"
]
},
{
"slug": "TfSlop4",
"name": "Slop4",
"description": "Slop",
"tags": [
"Noise"
]
},
{
"slug": "TfVDPO",
"name": "VDPO",
"description": "Van Der Pol Oscillator",
"tags": [
"Oscillator"
]
},
{
"slug": "TfVCA",
"name": "TFVCA",
"description": "analog modelled VCA that is loosely based on the minimoog's circuit",
"tags": [
"Voltage-controlled amplifier"
]
}
]
}

Loading…
Cancel
Save