Browse Source

Update manifest for TinyTricks, NEXSwitches, MockbaModular

v1
Andrew Belt 5 years ago
parent
commit
15fc21e447
3 changed files with 43 additions and 2 deletions
  1. +1
    -1
      manifests/MockbaModular.json
  2. +33
    -0
      manifests/NEXSwitches.json
  3. +9
    -1
      manifests/TinyTricks.json

+ 1
- 1
manifests/MockbaModular.json View File

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


+ 33
- 0
manifests/NEXSwitches.json View File

@@ -0,0 +1,33 @@
{
"slug": "NEXSwitches",
"name": "NEX Switches",
"version": "1.0.0",
"license": "GPL-3.0-only",
"brand": "NEX",
"author": "Xavier Nayrac",
"authorEmail": "xavier.nayrac@gmail.com",
"authorUrl": "",
"pluginUrl": "https://github.com/lkdjiin/SwitchesModules",
"manualUrl": "https://github.com/lkdjiin/SwitchesModules",
"sourceUrl": "https://github.com/lkdjiin/SwitchesModules",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "DoubleMute",
"name": "Double Mute",
"description": "Mute two channels at once with fades",
"tags": [
"switch"
]
},
{
"slug": "TwoByTwo",
"name": "2 x 2 Mute",
"description": "Mute/unmute 2 groups of 2 inputs",
"tags": [
"switch"
]
}
]
}

+ 9
- 1
manifests/TinyTricks.json View File

@@ -2,7 +2,7 @@
"slug": "TinyTricks",
"name": "Tiny Tricks",
"brand": "Tiny Tricks",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"author": "Thomas Ren\u00e9 Sidor",
"authorEmail": "mail@thomassidor.com",
@@ -197,6 +197,14 @@
"tags": [
"oscillator"
]
},
{
"slug": "WAVE",
"name": "Wavetable Oscillator",
"description": "A wavetable oscillator where you can record your own waves.",
"tags": [
"oscillator"
]
}
]
}

Loading…
Cancel
Save