Browse Source

Update manifest AmalgamatedHarmonics to 2.0.1, Bidoo to 2.0.25, voxglitch to 2.22.0, InfrasonicAudio to 2.0.0, BlushAudio to 2.2.0, SickoCV to 2.3.1

pull/785/head
Andrew Belt 2 years ago
parent
commit
4621cef992
7 changed files with 89 additions and 14 deletions
  1. +23
    -5
      manifests-cache.json
  2. +1
    -1
      manifests/AmalgamatedHarmonics.json
  3. +12
    -1
      manifests/Bidoo.json
  4. +10
    -1
      manifests/BlushAudio.json
  5. +26
    -0
      manifests/InfrasonicAudio.json
  6. +7
    -5
      manifests/SickoCV.json
  7. +10
    -1
      manifests/voxglitch.json

+ 23
- 5
manifests-cache.json View File

@@ -381,7 +381,7 @@
}
},
"voxglitch": {
"buildTimestamp": 1664896403.2493072,
"buildTimestamp": 1665390049.5724592,
"creationTimestamp": 1579792597.0,
"modules": {
"autobreak": {
@@ -449,6 +449,9 @@
},
"GrooveBoxExpander": {
"creationTimestamp": 1653920289.7923827
},
"AutobreakStudio": {
"creationTimestamp": 1665390506.1288252
}
}
},
@@ -743,7 +746,7 @@
}
},
"AmalgamatedHarmonics": {
"buildTimestamp": 1647285663.8222241,
"buildTimestamp": 1665389421.6031475,
"creationTimestamp": 1518016501.0,
"modules": {
"Arp31": {
@@ -4654,7 +4657,7 @@
}
},
"Bidoo": {
"buildTimestamp": 1664896219.41442,
"buildTimestamp": 1665389836.1736872,
"creationTimestamp": 1518016501.0,
"modules": {
"vOId": {
@@ -4818,6 +4821,9 @@
},
"ENCORE-Expander": {
"creationTimestamp": 1659356422.630664
},
"RATEAU": {
"creationTimestamp": 1665390507.0926597
}
}
},
@@ -11358,7 +11364,7 @@
}
},
"SickoCV": {
"buildTimestamp": 1664898555.7703004,
"buildTimestamp": 1665390504.1940844,
"creationTimestamp": 1661903994.336356,
"modules": {
"Btoggler": {
@@ -11406,7 +11412,7 @@
}
},
"BlushAudio": {
"buildTimestamp": 1664896721.1244087,
"buildTimestamp": 1665390418.8152292,
"creationTimestamp": 1663459028.9480162,
"modules": {
"BuffMult": {
@@ -11417,6 +11423,9 @@
},
"Logician": {
"creationTimestamp": 1663459029.605835
},
"TrackAndField": {
"creationTimestamp": 1665390507.4432476
}
}
},
@@ -11473,5 +11482,14 @@
"creationTimestamp": 1665388303.8026252
}
}
},
"InfrasonicAudio": {
"buildTimestamp": 1665390384.6843548,
"creationTimestamp": 1665390506.454866,
"modules": {
"WarpCore": {
"creationTimestamp": 1665390506.6890182
}
}
}
}

+ 1
- 1
manifests/AmalgamatedHarmonics.json View File

@@ -9,7 +9,7 @@
"authorUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki",
"sourceUrl": "https://github.com/jhoar/AmalgamatedHarmonics",
"changelogUrl": "https://github.com/jhoar/AmalgamatedHarmonics/releases",
"version": "2.0.0",
"version": "2.0.1",
"modules": [
{
"slug": "Arp31",


+ 12
- 1
manifests/Bidoo.json View File

@@ -1,6 +1,6 @@
{
"slug": "Bidoo",
"version": "2.0.23",
"version": "2.0.25",
"license": "GPL-3.0-or-later",
"name": "Bidoo",
"brand": "Bidoo",
@@ -52,6 +52,17 @@
"Sequencer"
]
},
{
"slug": "RATEAU",
"name": "ratEaU",
"description": "Gate generator",
"manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki#rateau",
"tags": [
"Clock modulator",
"Logic",
"Sequencer"
]
},
{
"slug": "dTrOY",
"name": "dTrOY",


+ 10
- 1
manifests/BlushAudio.json View File

@@ -1,7 +1,7 @@
{
"slug": "BlushAudio",
"name": "Blush Audio",
"version": "2.1.2",
"version": "2.2.0",
"license": "GPL-3.0-or-later",
"brand": "Blush Audio",
"author": "Blush Audio",
@@ -38,6 +38,15 @@
"tags": [
"Logic"
]
},
{
"slug": "TrackAndField",
"name": "Track and Field",
"description": "A S&H / T&H module",
"tags": [
"Sample and hold",
"Random"
]
}
]
}

+ 26
- 0
manifests/InfrasonicAudio.json View File

@@ -0,0 +1,26 @@
{
"slug": "InfrasonicAudio",
"name": "Infrasonic Audio",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "Infrasonic Audio",
"author": "Infrasonic Audio LLC (Nick Donaldson)",
"authorEmail": "nick@infrasonicaudio.com",
"authorUrl": "https://www.infrasonicaudio.com",
"pluginUrl": "https://www.infrasonicaudio.com/vcv-rack-modules",
"manualUrl": "https://github.com/infrasonicaudio/Infrasonic-VCV/blob/main/doc/README.md",
"sourceUrl": "https://github.com/infrasonicaudio/Infrasonic-VCV",
"donateUrl": "",
"changelogUrl": "https://github.com/infrasonicaudio/Infrasonic-VCV/releases",
"modules": [
{
"slug": "WarpCore",
"name": "Warp Core",
"description": "Dual-algorithm phase distortion and phase modulation oscillator",
"tags": [
"Oscillator",
"Polyphonic"
]
}
]
}

+ 7
- 5
manifests/SickoCV.json View File

@@ -1,7 +1,7 @@
{
"slug": "SickoCV",
"name": "SickoCV",
"version": "2.3.0",
"version": "2.3.1",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
@@ -97,17 +97,19 @@
{
"slug": "Switcher",
"name": "Switcher",
"description": "2>1 or 1<2 signal switch with crossfade, flip flop",
"description": "2>1 switch, 1>2 router, 2 signal swapper, mute, flip flop, toggle gate",
"tags": [
"Switch"
"Switch",
"Utility"
]
},
{
"slug": "SwitcherSt",
"name": "SwitcherSt",
"description": "2>1 or 1<2 stereo signal switch with crossfade, flip flop",
"description": "Stereo 2>1 switch, 1>2 router, 2 signal swapper, mute, flip flop, toggle gate",
"tags": [
"Switch"
"Switch",
"Utility"
]
}
]

+ 10
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{
"slug": "voxglitch",
"name": "Voxglitch",
"version": "2.21.4",
"version": "2.22.0",
"license": "GPL-3.0-or-later",
"brand": "Voxglitch",
"author": "Bret Truchan",
@@ -22,6 +22,15 @@
"Drum"
]
},
{
"slug": "AutobreakStudio",
"name": "Autobreak Studio",
"description": "Advanced automatic breakbeat sample chopper",
"tags": [
"Sampler",
"Drum"
]
},
{
"slug": "bytebeat",
"name": "Byte Beat",


Loading…
Cancel
Save