Browse Source

Update manifest voxglitch to 2.12.0, squinkylabs-plug1 to 2.1.5, LoudNumbers to 2.0.0, WhatTheRack to 2.0.3, Prism to 2.3.4, 3HR to 2.2.0, PS-PurrSoftware to 2.0.18, Coffee to 2.0.0

pull/785/head
Andrew Belt 3 years ago
parent
commit
39a69babe2
10 changed files with 155 additions and 16 deletions
  1. +43
    -7
      manifests-cache.json
  2. +11
    -3
      manifests/3HR.json
  3. +53
    -0
      manifests/Coffee.json
  4. +26
    -0
      manifests/LoudNumbers.json
  5. +1
    -1
      manifests/PS-PurrSoftware.json
  6. +1
    -1
      manifests/Prism.json
  7. +1
    -1
      manifests/WhatTheRack.json
  8. +9
    -1
      manifests/alefsbits.json
  9. +1
    -1
      manifests/squinkylabs-plug1.json
  10. +9
    -1
      manifests/voxglitch.json

+ 43
- 7
manifests-cache.json View File

@@ -381,7 +381,7 @@
}
},
"voxglitch": {
"buildTimestamp": 1647285810.6791806,
"buildTimestamp": 1652102548.5844424,
"creationTimestamp": 1579792597.0,
"modules": {
"autobreak": {
@@ -443,6 +443,9 @@
},
"digitalsequencerxp": {
"creationTimestamp": 1643909900.7177145
},
"groovebox": {
"creationTimestamp": 1652104144.5374343
}
}
},
@@ -2698,7 +2701,7 @@
}
},
"squinkylabs-plug1": {
"buildTimestamp": 1642835729.4112866,
"buildTimestamp": 1652103271.051025,
"creationTimestamp": 1521738241.0,
"modules": {
"squinkylabs-ev3": {
@@ -3717,7 +3720,7 @@
"modules": {}
},
"PS-PurrSoftware": {
"buildTimestamp": 1651360728.5529945,
"buildTimestamp": 1652103943.9465523,
"creationTimestamp": 1579232908.0,
"modules": {
"Meander": {
@@ -4540,7 +4543,7 @@
}
},
"WhatTheRack": {
"buildTimestamp": 1651360670.8649464,
"buildTimestamp": 1652103700.2142482,
"creationTimestamp": 1553743009.0,
"modules": {
"WhatTheRack": {
@@ -6409,7 +6412,7 @@
}
},
"Prism": {
"buildTimestamp": 1639113089.0592773,
"buildTimestamp": 1652103829.5639062,
"creationTimestamp": 1562952023.0,
"modules": {
"Rainbow": {
@@ -10764,7 +10767,7 @@
}
},
"3HR": {
"buildTimestamp": 1643909686.6312566,
"buildTimestamp": 1652103879.128387,
"creationTimestamp": 1643066844.4075267,
"modules": {
"Repeat3hr": {
@@ -10781,6 +10784,9 @@
},
"FMFILT3HR": {
"creationTimestamp": 1643909901.4576619
},
"GLTCH3HR": {
"creationTimestamp": 1652104145.1241918
}
}
},
@@ -10869,7 +10875,7 @@
}
},
"alefsbits": {
"buildTimestamp": 1651015163.0179596,
"buildTimestamp": 1651534303.2734542,
"creationTimestamp": 1650829410.386362,
"modules": {
"simplexandhold": {
@@ -10883,6 +10889,9 @@
},
"polyrand": {
"creationTimestamp": 1650829411.5355408
},
"noize": {
"creationTimestamp": 1651534304.18078
}
}
},
@@ -10927,5 +10936,32 @@
"creationTimestamp": 1651394350.3873904
}
}
},
"LoudNumbers": {
"buildTimestamp": 1652103673.026953,
"creationTimestamp": 1652104144.7608788,
"modules": {
"LoudNumbers": {
"creationTimestamp": 1652104144.9336355
}
}
},
"Coffee": {
"buildTimestamp": 1652104143.7111597,
"creationTimestamp": 1652104145.2936816,
"modules": {
"Between": {
"creationTimestamp": 1652104145.4212408
},
"Travel": {
"creationTimestamp": 1652104145.5345888
},
"HiLo": {
"creationTimestamp": 1652104145.6502612
},
"Some": {
"creationTimestamp": 1652104145.7657568
}
}
}
}

+ 11
- 3
manifests/3HR.json View File

@@ -1,7 +1,7 @@
{
"slug": "3HR",
"name": "3HR",
"version": "2.1.0",
"version": "2.2.0",
"license": "GPL-3.0-or-later",
"brand": "3HR",
"author": "Robin Hammar",
@@ -28,8 +28,7 @@
"description": "CV-controlled crossfader and attenuverter.",
"tags": [
"attenuator",
"utility",
"polyphonic"
"utility"
]
},
{
@@ -58,6 +57,15 @@
"filter",
"polyphonic"
]
},
{
"slug": "GLTCH3HR",
"name": "GLTCH3HR",
"description": "Threshold-controlled glitch loop generator",
"tags": [
"sampler",
"effect"
]
}
]
}

+ 53
- 0
manifests/Coffee.json View File

@@ -0,0 +1,53 @@
{
"slug": "Coffee",
"name": "Coffee",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "Coffee",
"author": "CoffeeVCV",
"authorEmail": "CoffeeVCV@protonmail.com",
"authorUrl": "",
"pluginUrl": "https://github.com/CoffeeVCV/CoffeeVCV/",
"manualUrl": "https://github.com/CoffeeVCV/CoffeeVCV/blob/master/README.md",
"sourceUrl": "https://github.com/CoffeeVCV/CoffeeVCV/blob/master/README.md",
"donateUrl": "",
"changelogUrl": "https://github.com/CoffeeVCV/CoffeeVCV/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "Between",
"name": "Between",
"description": "On trigger, out puts a random CV value between two values.",
"tags": [
"Random",
"Sample and hold"
]
},
{
"slug": "Travel",
"name": "Travel",
"description": "On trigger, take two samples and interpolate an output",
"tags": [
"Utility",
"Slew Limiter",
"Sample and hold"
]
},
{
"slug": "HiLo",
"name": "HiLo",
"description": "Given one or two inputs, output the maximum and minimum voltage.",
"tags": [
"Utility"
]
},
{
"slug": "Some",
"name": "Some",
"description": "From a group of active inputs, when triggered, mute a number of the inputs, based on a probability",
"tags": [
"Utility",
"Random"
]
}
]
}

+ 26
- 0
manifests/LoudNumbers.json View File

@@ -0,0 +1,26 @@
{
"slug": "LoudNumbers",
"name": "Loud Numbers",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "",
"author": "Duncan Geere",
"authorEmail": "numbersloud@gmail.com",
"authorUrl": "http://www.loudnumbers.net",
"pluginUrl": "http://www.loudnumbers.net",
"manualUrl": "https://github.com/loudnumbers/loudnumbers_vcv",
"sourceUrl": "https://github.com/loudnumbers/loudnumbers_vcv",
"donateUrl": "",
"changelogUrl": "https://github.com/loudnumbers/loudnumbers_vcv",
"modules": [
{
"slug": "LoudNumbers",
"name": "Loud Numbers",
"description": "Data sonification",
"tags": [
"Sequencer",
"Utility"
]
}
]
}

+ 1
- 1
manifests/PS-PurrSoftware.json View File

@@ -1,7 +1,7 @@
{
"slug": "PS-PurrSoftware",
"name": "PS-PurrSoftware",
"version": "2.0.17",
"version": "2.0.18",
"license": "GPL-3.0-or-later",
"brand": "PurrSoftware",
"author": "Ken Chaffin",


+ 1
- 1
manifests/Prism.json View File

@@ -8,7 +8,7 @@
"pluginUrl": "https://github.com/SteveRussell33/Prism",
"sourceUrl": "https://github.com/SteveRussell33/Prism",
"changelogUrl": "https://github.com/SteveRussell33/Prism/blob/Rack2/CHANGELOG.md",
"version": "2.3.3",
"version": "2.3.4",
"modules": [
{
"slug": "Rainbow",


+ 1
- 1
manifests/WhatTheRack.json View File

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


+ 9
- 1
manifests/alefsbits.json View File

@@ -1,7 +1,7 @@
{
"slug": "alefsbits",
"name": "alef's bits",
"version": "2.1.5",
"version": "2.2.0",
"license": "GPL-3.0-or-later",
"brand": "alef's bits",
"author": "alefnull",
@@ -47,6 +47,14 @@
"Utility",
"Polyphonic"
]
},
{
"slug": "noize",
"name": "noize",
"description": "random noise generator with duration parameter and 0-10V cv input",
"tags": [
"Noise"
]
}
]
}

+ 1
- 1
manifests/squinkylabs-plug1.json View File

@@ -8,7 +8,7 @@
"sourceUrl": "https://github.com/kockie69/SquinkyVCV-main",
"manualUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/docs/booty-shifter.md",
"changelogUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/CHANGELOG.md",
"version": "2.1.4",
"version": "2.1.5",
"modules": [
{
"slug": "squinkylabs-mixm",


+ 9
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{
"slug": "voxglitch",
"name": "Voxglitch",
"version": "2.11.1",
"version": "2.12.0",
"license": "GPL-3.0-or-later",
"brand": "Voxglitch",
"author": "Bret Truchan",
@@ -163,6 +163,14 @@
"Sampler"
]
},
{
"slug": "groovebox",
"name": "Groove Box",
"description": "8-track sample based groovebox with parameter locks",
"tags": [
"Sampler"
]
},
{
"slug": "wavbank",
"name": "Wav Bank",


Loading…
Cancel
Save