@@ -381,7 +381,7 @@ | |||
} | |||
}, | |||
"voxglitch": { | |||
"buildTimestamp": 1646918972.1886938, | |||
"buildTimestamp": 1647285810.6791806, | |||
"creationTimestamp": 1579792597.0, | |||
"modules": { | |||
"autobreak": { | |||
@@ -719,7 +719,7 @@ | |||
} | |||
}, | |||
"AmalgamatedHarmonics": { | |||
"buildTimestamp": 1577173066.110999, | |||
"buildTimestamp": 1647285663.8222241, | |||
"creationTimestamp": 1518016501.0, | |||
"modules": { | |||
"Arp31": { | |||
@@ -10254,7 +10254,7 @@ | |||
} | |||
}, | |||
"cvly": { | |||
"buildTimestamp": 1630329506.7512999, | |||
"buildTimestamp": 1647285869.9306562, | |||
"creationTimestamp": 1628185145.562309, | |||
"modules": { | |||
"ntrvlc": { | |||
@@ -10280,6 +10280,12 @@ | |||
}, | |||
"whl": { | |||
"creationTimestamp": 1630329893.8515399 | |||
}, | |||
"brst": { | |||
"creationTimestamp": 1647285943.933387 | |||
}, | |||
"vbrt": { | |||
"creationTimestamp": 1647285944.1348789 | |||
} | |||
} | |||
}, | |||
@@ -10515,7 +10521,7 @@ | |||
"buildTimestamp": 1638135908.8031194 | |||
}, | |||
"SequelSequencers": { | |||
"buildTimestamp": 1640299012.368548, | |||
"buildTimestamp": 1647285943.2491586, | |||
"creationTimestamp": 1639113349.024814, | |||
"modules": { | |||
"Sequel8": { | |||
@@ -10523,6 +10529,18 @@ | |||
}, | |||
"Sequel16": { | |||
"creationTimestamp": 1640299119.0541544 | |||
}, | |||
"Quantify": { | |||
"creationTimestamp": 1647285944.3333242 | |||
}, | |||
"Samuel": { | |||
"creationTimestamp": 1647285944.530566 | |||
}, | |||
"Blank3": { | |||
"creationTimestamp": 1647285944.7390532 | |||
}, | |||
"Blank5": { | |||
"creationTimestamp": 1647285944.9161818 | |||
} | |||
} | |||
}, | |||
@@ -3,13 +3,13 @@ | |||
"name": "Amalgamated Harmonics", | |||
"author": "John Hoar", | |||
"license": "BSD-3-Clause", | |||
"authorEmail": "amalgamatedharmonics@outlook.com", | |||
"authorEmail": "johnhoar@yahoo.co.uk", | |||
"manualUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", | |||
"pluginUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", | |||
"authorUrl": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", | |||
"sourceUrl": "https://github.com/jhoar/AmalgamatedHarmonics", | |||
"changelogUrl": "https://github.com/jhoar/AmalgamatedHarmonics/releases", | |||
"version": "1.0.4", | |||
"version": "2.0.0", | |||
"modules": [ | |||
{ | |||
"slug": "Arp31", | |||
@@ -177,7 +177,8 @@ | |||
"description": "A multi-input arpeggiator", | |||
"tags": [ | |||
"Arpeggiator" | |||
] | |||
], | |||
"deprecated": true | |||
}, | |||
{ | |||
"slug": "Progress", | |||
@@ -185,7 +186,8 @@ | |||
"description": "A chord sequencer", | |||
"tags": [ | |||
"Sequencer" | |||
] | |||
], | |||
"deprecated": true | |||
}, | |||
{ | |||
"slug": "ScaleQuantizer", | |||
@@ -193,7 +195,8 @@ | |||
"description": "Scale-aware quantizer", | |||
"tags": [ | |||
"Quantizer" | |||
] | |||
], | |||
"deprecated": true | |||
} | |||
] | |||
} |
@@ -1,14 +1,14 @@ | |||
{ | |||
"slug": "SequelSequencers", | |||
"name": "Sequel Sequencers", | |||
"version": "2.1.0", | |||
"name": "Daniel Davies", | |||
"version": "2.2.0", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Daniel Davies", | |||
"author": "Daniel Davies", | |||
"authorEmail": "danieldavies99@gmail.com", | |||
"authorUrl": "https://github.com/danieldavies99", | |||
"pluginUrl": "https://github.com/danieldavies99/sequel", | |||
"manualUrl": "", | |||
"manualUrl": "https://github.com/danieldavies99/sequel/blob/master/manual/daniel_davies_modular_manual.pdf", | |||
"sourceUrl": "https://github.com/danieldavies99/sequel", | |||
"donateUrl": "", | |||
"changelogUrl": "", | |||
@@ -30,6 +30,38 @@ | |||
"Clock modulator", | |||
"Sequencer" | |||
] | |||
}, | |||
{ | |||
"slug": "Quantify", | |||
"name": "Quantify", | |||
"description": "3x Quantizer with attenuverted inputs + nudge and transpose controls", | |||
"tags": [ | |||
"Quantizer" | |||
] | |||
}, | |||
{ | |||
"slug": "Samuel", | |||
"name": "Samuel", | |||
"description": "Morse code based rhythm generator", | |||
"tags": [ | |||
"Clock modulator" | |||
] | |||
}, | |||
{ | |||
"slug": "Blank3", | |||
"name": "Blank3", | |||
"description": "3HP wide blank panel", | |||
"tags": [ | |||
"Blank" | |||
] | |||
}, | |||
{ | |||
"slug": "Blank5", | |||
"name": "Blank5", | |||
"description": "5HP wide blank panel", | |||
"tags": [ | |||
"Blank" | |||
] | |||
} | |||
] | |||
} |
@@ -1,18 +1,30 @@ | |||
{ | |||
"slug": "cvly", | |||
"name": "cvly", | |||
"version": "1.0.4", | |||
"version": "2.0.1", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "cvly", | |||
"author": "Benja Appel", | |||
"authorEmail": "beno.appel@gmail.com", | |||
"authorUrl": "", | |||
"pluginUrl": "", | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules#modules", | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules/tree/v2/docs", | |||
"sourceUrl": "https://github.com/Lyqst/cvly-modules", | |||
"donateUrl": "https://www.buymeacoffee.com/cvly", | |||
"changelogUrl": "https://github.com/Lyqst/cvly-modules/releases", | |||
"donateUrl": "https://ko-fi.com/cvlymodules", | |||
"changelogUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/CHANGELOG.md", | |||
"modules": [ | |||
{ | |||
"slug": "brst", | |||
"name": "brst", | |||
"description": "Burst generator with up to 8 outputs", | |||
"tags": [ | |||
"poly", | |||
"sample and hold", | |||
"sequencer", | |||
"switch" | |||
], | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/brst.md#brst" | |||
}, | |||
{ | |||
"slug": "bss", | |||
"name": "bss", | |||
@@ -22,7 +34,8 @@ | |||
"quantizer", | |||
"sample and hold", | |||
"utility" | |||
] | |||
], | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/bss.md#bss" | |||
}, | |||
{ | |||
"slug": "crcl", | |||
@@ -33,7 +46,8 @@ | |||
"poly", | |||
"sample and hold", | |||
"sequencer" | |||
] | |||
], | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/crcl.md#crcl" | |||
}, | |||
{ | |||
"slug": "ntrvlc", | |||
@@ -43,7 +57,8 @@ | |||
"quantizer", | |||
"poly", | |||
"sequencer" | |||
] | |||
], | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/ntrvlc.md#ntrvlc" | |||
}, | |||
{ | |||
"slug": "ntrvlx", | |||
@@ -51,7 +66,8 @@ | |||
"description": "ntrvlc expander with output triggers and stacking configuration", | |||
"tags": [ | |||
"expander" | |||
] | |||
], | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/ntrvlc.md#ntrvlx-expander" | |||
}, | |||
{ | |||
"slug": "spc", | |||
@@ -61,7 +77,8 @@ | |||
"quantizer", | |||
"poly", | |||
"utility" | |||
] | |||
], | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/spc.md#spc" | |||
}, | |||
{ | |||
"slug": "stpr", | |||
@@ -70,7 +87,8 @@ | |||
"tags": [ | |||
"sequencer", | |||
"switch" | |||
] | |||
], | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/stpr.md#stpr" | |||
}, | |||
{ | |||
"slug": "txt", | |||
@@ -81,6 +99,17 @@ | |||
"utility" | |||
] | |||
}, | |||
{ | |||
"slug": "vbrt", | |||
"name": "vbrt", | |||
"description": "Multiple pitch voltage detuner with incorporated per-channel LFO", | |||
"tags": [ | |||
"multiple", | |||
"lfo", | |||
"poly" | |||
], | |||
"manualUrl": "https://github.com/Lyqst/cvly-modules/blob/v2/docs/vbrt.md#vbrt" | |||
}, | |||
{ | |||
"slug": "whl", | |||
"name": "whl", | |||
@@ -1,8 +1,8 @@ | |||
{ | |||
"slug": "voxglitch", | |||
"name": "Voxglitch", | |||
"version": "2.11.0", | |||
"license": "BSD-3-Clause", | |||
"version": "2.11.1", | |||
"license": "GPL-3.0-or-later", | |||
"brand": "Voxglitch", | |||
"author": "Bret Truchan", | |||
"authorEmail": "clone45@gmail.com", | |||