@@ -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 | |||
} | |||
} | |||
} | |||
} |
@@ -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" | |||
] | |||
} | |||
] | |||
} |
@@ -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" | |||
] | |||
} | |||
] | |||
} |
@@ -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,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", | |||
@@ -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,7 +1,7 @@ | |||
{ | |||
"slug": "WhatTheRack", | |||
"name": "WhatTheRack", | |||
"version": "2.0.1", | |||
"version": "2.0.3", | |||
"license": "WTFPL", | |||
"author": "korfuri", | |||
"authorEmail": "korfuri@gmail.com", | |||
@@ -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" | |||
] | |||
} | |||
] | |||
} |
@@ -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", | |||
@@ -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", | |||