@@ -381,7 +381,7 @@ | |||
} | |||
}, | |||
"voxglitch": { | |||
"buildTimestamp": 1652102548.5844424, | |||
"buildTimestamp": 1653085125.8164952, | |||
"creationTimestamp": 1579792597.0, | |||
"modules": { | |||
"autobreak": { | |||
@@ -3720,7 +3720,7 @@ | |||
"modules": {} | |||
}, | |||
"PS-PurrSoftware": { | |||
"buildTimestamp": 1652103943.9465523, | |||
"buildTimestamp": 1653085232.7020772, | |||
"creationTimestamp": 1579232908.0, | |||
"modules": { | |||
"Meander": { | |||
@@ -4627,7 +4627,7 @@ | |||
} | |||
}, | |||
"Bidoo": { | |||
"buildTimestamp": 1649866254.1755786, | |||
"buildTimestamp": 1653084948.7849908, | |||
"creationTimestamp": 1518016501.0, | |||
"modules": { | |||
"vOId": { | |||
@@ -10878,7 +10878,7 @@ | |||
} | |||
}, | |||
"alefsbits": { | |||
"buildTimestamp": 1651534303.2734542, | |||
"buildTimestamp": 1653085173.100447, | |||
"creationTimestamp": 1650829410.386362, | |||
"modules": { | |||
"simplexandhold": { | |||
@@ -10895,6 +10895,12 @@ | |||
}, | |||
"noize": { | |||
"creationTimestamp": 1651534304.18078 | |||
}, | |||
"steps": { | |||
"creationTimestamp": 1653085306.7357187 | |||
}, | |||
"fibb": { | |||
"creationTimestamp": 1653085307.0185673 | |||
} | |||
} | |||
}, | |||
@@ -10950,7 +10956,7 @@ | |||
} | |||
}, | |||
"Coffee": { | |||
"buildTimestamp": 1652104143.7111597, | |||
"buildTimestamp": 1653085271.3764687, | |||
"creationTimestamp": 1652104145.2936816, | |||
"modules": { | |||
"Between": { | |||
@@ -10964,6 +10970,9 @@ | |||
}, | |||
"Some": { | |||
"creationTimestamp": 1652104145.7657568 | |||
}, | |||
"Together": { | |||
"creationTimestamp": 1653085307.3999739 | |||
} | |||
} | |||
}, | |||
@@ -10986,7 +10995,7 @@ | |||
} | |||
}, | |||
"fruitsofkarma": { | |||
"buildTimestamp": 1652376851.1491158, | |||
"buildTimestamp": 1653085305.6407392, | |||
"creationTimestamp": 1652376852.6430357, | |||
"modules": { | |||
"Quadro360": { | |||
@@ -1,6 +1,6 @@ | |||
{ | |||
"slug": "Bidoo", | |||
"version": "2.0.13", | |||
"version": "2.0.14", | |||
"license": "GPL-3.0-or-later", | |||
"name": "Bidoo", | |||
"brand": "Bidoo", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "Coffee", | |||
"name": "Coffee", | |||
"version": "2.0.0", | |||
"version": "2.1.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Coffee", | |||
"author": "CoffeeVCV", | |||
@@ -18,6 +18,7 @@ | |||
"name": "Between", | |||
"description": "On trigger, out puts a random CV value between two values.", | |||
"tags": [ | |||
"Utility", | |||
"Random", | |||
"Sample and hold" | |||
] | |||
@@ -48,6 +49,18 @@ | |||
"Utility", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "Together", | |||
"name": "Together", | |||
"description": "An 8 channel, 4 group Euclidian sequencer, with triggered randomized movement.", | |||
"tags": [ | |||
"utility", | |||
"Clock modulator", | |||
"Logic", | |||
"Random", | |||
"Sequencer" | |||
] | |||
} | |||
] | |||
} |
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "PS-PurrSoftware", | |||
"name": "PS-PurrSoftware", | |||
"version": "2.0.18", | |||
"version": "2.0.19", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "PurrSoftware", | |||
"author": "Ken Chaffin", | |||
@@ -1,16 +1,16 @@ | |||
{ | |||
"slug": "alefsbits", | |||
"name": "alef's bits", | |||
"version": "2.2.0", | |||
"version": "2.3.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "alef's bits", | |||
"author": "alefnull", | |||
"authorEmail": "", | |||
"authorUrl": "https://twitter.com/alefnull", | |||
"pluginUrl": "https://github.com/alefnull/alefsbits", | |||
"manualUrl": "", | |||
"manualUrl": "https://github.com/alefnull/alefsbits/blob/master/README.md", | |||
"sourceUrl": "https://github.com/alefnull/alefsbits", | |||
"donateUrl": "", | |||
"donateUrl": "https://paypal.me/alefnull", | |||
"changelogUrl": "", | |||
"modules": [ | |||
{ | |||
@@ -19,7 +19,8 @@ | |||
"description": "sample & hold module using internal simplex noise source", | |||
"tags": [ | |||
"S&H", | |||
"Polyphonic" | |||
"Polyphonic", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
@@ -45,7 +46,8 @@ | |||
"description": "output a random channel of a poly input with a trigger", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
"Polyphonic", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
@@ -53,7 +55,24 @@ | |||
"name": "noize", | |||
"description": "random noise generator with duration parameter and 0-10V cv input", | |||
"tags": [ | |||
"Noise" | |||
"Noise", | |||
"Random" | |||
] | |||
}, | |||
{ | |||
"slug": "steps", | |||
"name": "steps", | |||
"description": "a simple 8 step sequencer with randomize trigger and eoc output", | |||
"tags": [ | |||
"Sequencer" | |||
] | |||
}, | |||
{ | |||
"slug": "fibb", | |||
"name": "fibb", | |||
"description": "a clock divider based on the fibbonacci sequence", | |||
"tags": [ | |||
"Clock modulator" | |||
] | |||
} | |||
] |
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "fruitsofkarma", | |||
"name": "fruitsofkarma", | |||
"version": "2.0.2", | |||
"version": "2.0.3", | |||
"license": "MIT", | |||
"brand": "fruitsofkarma", | |||
"author": "Alexey Komarov", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "voxglitch", | |||
"name": "Voxglitch", | |||
"version": "2.12.0", | |||
"version": "2.13.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Voxglitch", | |||
"author": "Bret Truchan", | |||
@@ -10,7 +10,7 @@ | |||
"pluginUrl": "https://github.com/clone45/voxglitch", | |||
"manualUrl": "https://github.com/clone45/voxglitch", | |||
"sourceUrl": "https://github.com/clone45/voxglitch", | |||
"donateUrl": "", | |||
"donateUrl": "https://www.patreon.com/voxglitch", | |||
"changelogUrl": "", | |||
"modules": [ | |||
{ | |||