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