@@ -381,7 +381,7 @@ | |||
} | |||
}, | |||
"voxglitch": { | |||
"buildTimestamp": 1655698403.5668192, | |||
"buildTimestamp": 1657333500.876773, | |||
"creationTimestamp": 1579792597.0, | |||
"modules": { | |||
"autobreak": { | |||
@@ -4642,7 +4642,7 @@ | |||
} | |||
}, | |||
"Bidoo": { | |||
"buildTimestamp": 1653084948.7849908, | |||
"buildTimestamp": 1657333290.3984265, | |||
"creationTimestamp": 1518016501.0, | |||
"modules": { | |||
"vOId": { | |||
@@ -8556,7 +8556,7 @@ | |||
"modules": {} | |||
}, | |||
"Ahornberg": { | |||
"buildTimestamp": 1655698759.4035733, | |||
"buildTimestamp": 1657333778.9833972, | |||
"creationTimestamp": 1562952023.0, | |||
"modules": { | |||
"EqualDivision": { | |||
@@ -8591,6 +8591,9 @@ | |||
}, | |||
"MIDIPolyExpression": { | |||
"creationTimestamp": 1639402260.0874789 | |||
}, | |||
"CopyPastePreset": { | |||
"creationTimestamp": 1657334361.4613907 | |||
} | |||
} | |||
}, | |||
@@ -9492,7 +9495,7 @@ | |||
} | |||
}, | |||
"Sha-Bang-Modules": { | |||
"buildTimestamp": 1645570508.3181822, | |||
"buildTimestamp": 1657334324.8033793, | |||
"creationTimestamp": 1602486511.7177973, | |||
"modules": { | |||
"StochSeq": { | |||
@@ -9545,6 +9548,9 @@ | |||
}, | |||
"StochSeqGrid": { | |||
"creationTimestamp": 1643909901.635519 | |||
}, | |||
"PhotronStrip": { | |||
"creationTimestamp": 1657334360.6907086 | |||
} | |||
} | |||
}, | |||
@@ -10683,7 +10689,7 @@ | |||
} | |||
}, | |||
"dbRackModules": { | |||
"buildTimestamp": 1643065455.6016936, | |||
"buildTimestamp": 1657334063.9901857, | |||
"creationTimestamp": 1641209269.2091281, | |||
"modules": { | |||
"GeneticTerrain": { | |||
@@ -10769,6 +10775,33 @@ | |||
}, | |||
"HexSeqExp": { | |||
"creationTimestamp": 1642327813.333794 | |||
}, | |||
"Pad2": { | |||
"creationTimestamp": 1657334358.9781966 | |||
}, | |||
"PHSR": { | |||
"creationTimestamp": 1657334359.2188187 | |||
}, | |||
"PhS": { | |||
"creationTimestamp": 1657334359.430969 | |||
}, | |||
"SPL": { | |||
"creationTimestamp": 1657334359.668806 | |||
}, | |||
"PhO": { | |||
"creationTimestamp": 1657334359.8269541 | |||
}, | |||
"Faders": { | |||
"creationTimestamp": 1657334360.0177503 | |||
}, | |||
"YAC": { | |||
"creationTimestamp": 1657334360.1828833 | |||
}, | |||
"PLC": { | |||
"creationTimestamp": 1657334360.3592708 | |||
}, | |||
"MPad2": { | |||
"creationTimestamp": 1657334360.528405 | |||
} | |||
} | |||
}, | |||
@@ -10905,7 +10938,7 @@ | |||
} | |||
}, | |||
"alefsbits": { | |||
"buildTimestamp": 1653085173.100447, | |||
"buildTimestamp": 1657333548.9912527, | |||
"creationTimestamp": 1650829410.386362, | |||
"modules": { | |||
"simplexandhold": { | |||
@@ -10983,7 +11016,7 @@ | |||
} | |||
}, | |||
"Coffee": { | |||
"buildTimestamp": 1654476318.1844678, | |||
"buildTimestamp": 1657334166.1759531, | |||
"creationTimestamp": 1652104145.2936816, | |||
"modules": { | |||
"Between": { | |||
@@ -11015,6 +11048,18 @@ | |||
}, | |||
"Tap": { | |||
"creationTimestamp": 1654476375.5891972 | |||
}, | |||
"Fork2": { | |||
"creationTimestamp": 1657334360.8595145 | |||
}, | |||
"Some3": { | |||
"creationTimestamp": 1657334361.0166903 | |||
}, | |||
"Juice": { | |||
"creationTimestamp": 1657334361.16825 | |||
}, | |||
"Twinned2": { | |||
"creationTimestamp": 1657334361.315665 | |||
} | |||
} | |||
}, | |||
@@ -11037,7 +11082,7 @@ | |||
} | |||
}, | |||
"fruitsofkarma": { | |||
"buildTimestamp": 1653085305.6407392, | |||
"buildTimestamp": 1657334357.7041628, | |||
"creationTimestamp": 1652376852.6430357, | |||
"modules": { | |||
"Quadro360": { | |||
@@ -1,6 +1,6 @@ | |||
{ | |||
"slug": "Ahornberg", | |||
"version": "2.1.5", | |||
"version": "2.1.6", | |||
"license": "GPL-3.0-only", | |||
"name": "Ahornberg", | |||
"brand": "Ahornberg", | |||
@@ -155,6 +155,16 @@ | |||
"Multiple", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "CopyPastePreset", | |||
"name": "Copy Paste Preset", | |||
"description": "copy-paste a preset from the module on the left side to the modules on the right side", | |||
"disabled": false, | |||
"manualUrl": "https://github.com/Ahornberg/Ahornberg-VCV-Modules/blob/master/manuals/README.md#copy-paste-preset", | |||
"tags": [ | |||
"Utility" | |||
] | |||
} | |||
] | |||
} |
@@ -1,6 +1,6 @@ | |||
{ | |||
"slug": "Bidoo", | |||
"version": "2.0.14", | |||
"version": "2.0.15", | |||
"license": "GPL-3.0-or-later", | |||
"name": "Bidoo", | |||
"brand": "Bidoo", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "Coffee", | |||
"name": "Coffee", | |||
"version": "2.2.1", | |||
"version": "2.3.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Coffee", | |||
"author": "CoffeeVCV", | |||
@@ -110,6 +110,44 @@ | |||
"tags": [ | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Fork2", | |||
"name": "Fork2", | |||
"description": "Compare an input with a threshold and output one of two other inputs.", | |||
"tags": [ | |||
"Logic", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Some3", | |||
"name": "Some3", | |||
"description": "From a polyphonic input, when triggered, mute a number of the inputs, based on a probability", | |||
"tags": [ | |||
"Polyphonic", | |||
"Random", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Juice", | |||
"name": "Juice", | |||
"description": "Select one of 16 sets of 8 fixed voltages, based on a CV input.", | |||
"tags": [ | |||
"Polyphonic", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Twinned2", | |||
"name": "Twinned2", | |||
"description": "A sequencer with pair of 8 step notes, gates, randomisation and polyphonic input.", | |||
"tags": [ | |||
"Sequencer", | |||
"Polyphonic", | |||
"Random" | |||
] | |||
} | |||
] | |||
} |
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "Sha-Bang-Modules", | |||
"name": "Sha#Bang! Modules", | |||
"version": "2.1.1", | |||
"version": "2.2.1", | |||
"license": "GPL-3.0-only", | |||
"author": "Jeremy Muller", | |||
"authorEmail": "jeremy@jeremymuller.com", | |||
@@ -87,10 +87,21 @@ | |||
"name": "Photron Panel", | |||
"description": "Animated panel", | |||
"tags": [ | |||
"Visual" | |||
"Visual", | |||
"Expander" | |||
], | |||
"manualUrl": "https://github.com/jeremymuller/Sha-Bang-Modules#photron-panel" | |||
}, | |||
{ | |||
"slug": "PhotronStrip", | |||
"name": "Photron Strip", | |||
"description": "Animated panel", | |||
"tags": [ | |||
"Visual", | |||
"Expander" | |||
], | |||
"manualUrl": "https://github.com/jeremymuller/Sha-Bang-Modules#photron-strip" | |||
}, | |||
{ | |||
"slug": "PolyrhythmClock", | |||
"name": "Polyrhythm Clock", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "alefsbits", | |||
"name": "alef's bits", | |||
"version": "2.3.0", | |||
"version": "2.3.2", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "alef's bits", | |||
"author": "alefnull", | |||
@@ -70,7 +70,7 @@ | |||
{ | |||
"slug": "fibb", | |||
"name": "fibb", | |||
"description": "a clock divider based on the fibbonacci sequence", | |||
"description": "a clock divider based on the fibonacci sequence", | |||
"tags": [ | |||
"Clock modulator" | |||
] | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "dbRackModules", | |||
"name": "dbRackModules", | |||
"version": "2.0.5", | |||
"version": "2.1.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "docB", | |||
"author": "docB", | |||
@@ -219,6 +219,15 @@ | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Pad2", | |||
"name": "Pad2", | |||
"description": "PadSynth with smooth control", | |||
"tags": [ | |||
"Oscillator", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "RndG", | |||
"name": "RndG", | |||
@@ -253,6 +262,75 @@ | |||
"tags": [ | |||
"Expander" | |||
] | |||
}, | |||
{ | |||
"slug": "PHSR", | |||
"name": "PHSR", | |||
"description": "Phasor", | |||
"tags": [ | |||
"Oscillator", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "PhS", | |||
"name": "PhS", | |||
"description": "Phase Shaper", | |||
"tags": [ | |||
"Waveshaper", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "SPL", | |||
"name": "SPL", | |||
"description": "Spline wave oscillator with phase input", | |||
"tags": [ | |||
"Oscillator", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "PhO", | |||
"name": "PhO", | |||
"description": "Phase driven additive oscillator", | |||
"tags": [ | |||
"Oscillator", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Faders", | |||
"name": "Faders", | |||
"description": "Three polyphonic slider banks with modulation and value grids", | |||
"tags": [ | |||
"Controller", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "YAC", | |||
"name": "YAC", | |||
"description": "Yet another chorus, this one can be modulated", | |||
"tags": [ | |||
"Chorus" | |||
] | |||
}, | |||
{ | |||
"slug": "PLC", | |||
"name": "PLC", | |||
"description": "Poly Controller", | |||
"tags": [ | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "MPad2", | |||
"name": "\u00b5Pad2", | |||
"description": "Micro Pad2", | |||
"tags": [ | |||
"Oscillator" | |||
] | |||
} | |||
] | |||
} |
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "fruitsofkarma", | |||
"name": "fruitsofkarma", | |||
"version": "2.0.3", | |||
"version": "2.0.4", | |||
"license": "MIT", | |||
"brand": "fruitsofkarma", | |||
"author": "Alexey Komarov", | |||
@@ -1,7 +1,7 @@ | |||
{ | |||
"slug": "voxglitch", | |||
"name": "Voxglitch", | |||
"version": "2.16.1", | |||
"version": "2.17.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Voxglitch", | |||
"author": "Bret Truchan", | |||
@@ -11,7 +11,7 @@ | |||
"manualUrl": "https://github.com/clone45/voxglitch", | |||
"sourceUrl": "https://github.com/clone45/voxglitch", | |||
"donateUrl": "https://www.patreon.com/voxglitch", | |||
"changelogUrl": "", | |||
"changelogUrl": "https://github.com/clone45/voxglitch/blob/master/docs/changelog.md", | |||
"modules": [ | |||
{ | |||
"slug": "autobreak", | |||