Browse Source

Update build for Bidoo, Admiral, CatroBlanco, moDllz, aridacity, WhatTheRack, WrongPeople, STS

v1
Andrew Belt 5 years ago
parent
commit
25de0c5295
8 changed files with 272 additions and 21 deletions
  1. +47
    -0
      manifests/Admiral.json
  2. +3
    -3
      manifests/Bidoo.json
  3. +87
    -0
      manifests/CatroBlanco.json
  4. +11
    -1
      manifests/STS.json
  5. +1
    -1
      manifests/WhatTheRack.json
  6. +50
    -0
      manifests/WrongPeople.json
  7. +46
    -0
      manifests/aridacity.json
  8. +27
    -16
      manifests/moDllz.json

+ 47
- 0
manifests/Admiral.json View File

@@ -0,0 +1,47 @@
{
"slug": "Admiral",
"name": "Admiral",
"version": "1.0.0",
"license": "MIT",
"brand": "Admiral",
"author": "Wannes Rombouts",
"authorEmail": "wapiflapi@gmail.com",
"authorUrl": "https://github.com/wapiflapi",
"pluginUrl": "https://github.com/wapiflapi/admiral",
"manualUrl": "https://github.com/wapiflapi/admiral",
"sourceUrl": "https://github.com/wapiflapi/admiral",
"donateUrl": "",
"modules": [
{
"slug": "Watches",
"name": "Watches",
"description": "Dual switched multiples.",
"tags": [
"Dual",
"Multiple",
"Switch",
"Utility"
]
},
{
"slug": "Shifts",
"name": "Shifts",
"description": "Two stage Bernoulli mixer.",
"tags": [
"Mixer",
"Panning",
"Random"
]
},
{
"slug": "Tables",
"name": "Tables",
"description": "Quad sequencer.",
"tags": [
"Clock modulator",
"Quad",
"Sequencer"
]
}
]
}

+ 3
- 3
manifests/Bidoo.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "Bidoo", "slug": "Bidoo",
"version": "1.0.6",
"version": "1.0.7",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"name": "Bidoo", "name": "Bidoo",
"brand": "Bidoo", "brand": "Bidoo",
@@ -10,7 +10,7 @@
"authorUrl": "https://github.com/sebastien-bouffier/Bidoo", "authorUrl": "https://github.com/sebastien-bouffier/Bidoo",
"manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki", "manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki",
"sourceUrl": "https://github.com/sebastien-bouffier/Bidoo", "sourceUrl": "https://github.com/sebastien-bouffier/Bidoo",
"changelogUrl": "https://github.com/sebastien-bouffier/Bidoo/blob/v1.0/changelog.txt",
"changelogUrl": "https://github.com/sebastien-bouffier/Bidoo/blob/v1.0/changelog.md",
"donateUrl": "https://www.paypal.me/sebastienbouffier", "donateUrl": "https://www.paypal.me/sebastienbouffier",
"modules": [ "modules": [
{ {
@@ -209,7 +209,7 @@
{ {
"slug": "LoURdE", "slug": "LoURdE",
"name": "LoURdE", "name": "LoURdE",
"description": "Neural comparator",
"description": "Neural comparator & gate",
"tags": [ "tags": [
"Logic" "Logic"
] ]


+ 87
- 0
manifests/CatroBlanco.json View File

@@ -0,0 +1,87 @@
{
"slug": "CatroBlanco",
"name": "Catro/Blanco",
"version": "1.0.0",
"license": "BSD-3-Clause",
"brand": "Catro/Blanco",
"author": "catronomix",
"authorEmail": "catronomix+dev@gmail.com",
"authorUrl": "https://www.instagram.com/catronomix/",
"pluginUrl": "https://github.com/catronomix/catro-blanco",
"manualUrl": "",
"sourceUrl": "https://github.com/catronomix/catro-blanco",
"donateUrl": "",
"modules": [
{
"slug": "CatroBlanco_CB-1",
"name": "2hp Blanco",
"description": "2hp decorated blank panel",
"tags": [
"Blank",
"Visual"
]
},
{
"slug": "CatroBlanco_CB-2",
"name": "3hp Blanco",
"description": "3hp decorated blank panel",
"tags": [
"Blank",
"Visual"
]
},
{
"slug": "CatroBlanco_CB-3",
"name": "3hp Blanco flipped",
"description": "3hp decorated blank panel",
"tags": [
"Blank",
"Visual"
]
},
{
"slug": "CatroBlanco_CB-4",
"name": "4hp Blanco",
"description": "4hp decorated blank panel",
"tags": [
"Blank",
"Visual"
]
},
{
"slug": "CatroBlanco_CB-5",
"name": "4hp Blanco alternate",
"description": "4hp decorated blank panel",
"tags": [
"Blank",
"Visual"
]
},
{
"slug": "CatroBlanco_CB-6",
"name": "5hp Blanco",
"description": "5hp decorated blank panel",
"tags": [
"Blank",
"Visual"
]
},
{
"slug": "CatroBlanco_CB-7",
"name": "10hp Blanco",
"description": "10hp decorated blank panel",
"tags": [
"Blank",
"Visual"
]
},
{
"slug": "CatroBlanco_CB-meter",
"name": "2hp Meter",
"description": "2hp decorated meter",
"tags": [
"Visual"
]
}
]
}

+ 11
- 1
manifests/STS.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "STS", "slug": "STS",
"version": "1.0.4",
"version": "1.1.1",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"name": "STS", "name": "STS",
"author": "STS", "author": "STS",
@@ -79,6 +79,16 @@
"LFO", "LFO",
"Polyphonic" "Polyphonic"
] ]
},
{
"slug": "MidiPlayer",
"name": "MidiPlayer",
"description": "Poly Midi Player",
"tags": [
"Utility",
"Synth Voice",
"Polyphonic"
]
} }
] ]
} }

+ 1
- 1
manifests/WhatTheRack.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "WhatTheRack", "slug": "WhatTheRack",
"name": "WhatTheRack", "name": "WhatTheRack",
"version": "1.0.0",
"version": "1.1.1",
"license": "WTFPL", "license": "WTFPL",
"author": "korfuri", "author": "korfuri",
"authorEmail": "korfuri@gmail.com", "authorEmail": "korfuri@gmail.com",


+ 50
- 0
manifests/WrongPeople.json View File

@@ -0,0 +1,50 @@
{
"slug": "WrongPeople",
"name": "Wrong People",
"version": "1.0.0",
"license": "GPL-3.0",
"brand": "Wrong People",
"author": "Wrong People",
"authorEmail": "wrngppl@gmail.com",
"authorUrl": "https://github.com/WrongPeople",
"pluginUrl": "https://github.com/WrongPeople/WrongPeopleVCV",
"manualUrl": "",
"sourceUrl": "https://github.com/WrongPeople/WrongPeopleVCV",
"donateUrl": "https://www.donationalerts.com/r/wrongpeople",
"modules": [
{
"slug": "MIDIPlayer",
"name": "MIDI Player",
"description": "Multitrack MIDI files player",
"tags": [
"Clock generator",
"Envelope generator",
"MIDI",
"Polyphonic",
"Sequencer"
]
},
{
"slug": "Lua",
"name": "Lua",
"description": "Lua interpreter with 8 inputs, 8 outputs and display",
"tags": [
"Utility",
"Polyphonic",
"Visual"
]
},
{
"slug": "Tourette",
"name": "Tourette",
"description": "Tourette syndrome simulator",
"tags": [
"Drum",
"Effect",
"Granular",
"Random",
"Sampler"
]
}
]
}

+ 46
- 0
manifests/aridacity.json View File

@@ -0,0 +1,46 @@
{
"slug": "aridacity",
"name": "aridacity",
"version": "1.0.0",
"license": "BSD-3-Clause",
"brand": "aridacity",
"author": "aridacity",
"authorEmail": "",
"authorUrl": "https://cubeleco.blogspot.com",
"pluginUrl": "https://github.com/aridacity/aridacity",
"manualUrl": "",
"sourceUrl": "https://github.com/aridacity/aridacity",
"donateUrl": "",
"modules": [
{
"slug": "ClockDiv",
"name": "Clock Divider",
"description": "16 step clock divider and sequencer",
"tags": [
"Clock modulator",
"Switch",
"Sequencer"
]
},
{
"slug": "BCrush",
"name": "Bit Crush",
"description": "Bit crusher with bit operators",
"tags": [
"Digital",
"Distortion",
"Sample and hold",
"Polyphonic"
]
},
{
"slug": "Clip",
"name": "Clip Limiter",
"description": "Hard Limiter with inner and outer limits",
"tags": [
"Limiter",
"Polyphonic"
]
}
]
}

+ 27
- 16
manifests/moDllz.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "moDllz", "slug": "moDllz",
"name": "moDllz", "name": "moDllz",
"version": "1.0.0",
"version": "1.1.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "moDllz", "brand": "moDllz",
"author": "Pablo DeLaLoza", "author": "Pablo DeLaLoza",
@@ -13,22 +13,14 @@
"donateUrl": "", "donateUrl": "",
"modules": [ "modules": [
{ {
"slug": "TwinGlider",
"name": "TwinGlider",
"description": "Slew limiter / Glide / Portamento",
"slug": "MIDIpolyMPE",
"name": "MIDIpolyMPE",
"description": "Polyphonic MIDI with MPE mode",
"tags": [ "tags": [
"Dual",
"Slew limiter",
"Envelope Follower"
]
},
{
"slug": "XBender",
"name": "Xbender",
"description": "",
"tags": [
"Effect",
"Multiple"
"MIDI",
"External",
"Multiple",
"Polyphonic"
] ]
}, },
{ {
@@ -64,6 +56,25 @@
"Clock generator", "Clock generator",
"Clock modulator" "Clock modulator"
] ]
},
{
"slug": "XBender",
"name": "Xbender",
"description": "",
"tags": [
"Effect",
"Multiple"
]
},
{
"slug": "TwinGlider",
"name": "TwinGlider",
"description": "Slew limiter / Glide / Portamento",
"tags": [
"Dual",
"Slew limiter",
"Envelope Follower"
]
} }
] ]
} }

Loading…
Cancel
Save