diff --git a/manifests-cache.json b/manifests-cache.json index b6b3dc13..ad171a77 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -2446,7 +2446,7 @@ } }, "squinkylabs-plug1": { - "buildTimestamp": 1595806050.1351125, + "buildTimestamp": 1598028671.074886, "creationTimestamp": 1521738241.0, "modules": { "squinkylabs-ev3": { @@ -2532,6 +2532,9 @@ }, "squinkylabs-sub": { "creationTimestamp": 1595057942.5306096 + }, + "squinkylabs-sines": { + "creationTimestamp": 1598029968.1040394 } } }, @@ -4641,7 +4644,7 @@ } }, "CountModula": { - "buildTimestamp": 1594796944.6063392, + "buildTimestamp": 1598029377.729564, "creationTimestamp": 1560722026.0, "modules": { "AnalogueShiftRegister": { @@ -4967,6 +4970,15 @@ }, "Palette": { "creationTimestamp": 1594797087.49433 + }, + "Megalomaniac": { + "creationTimestamp": 1598029968.829009 + }, + "SingleTFlipFlop": { + "creationTimestamp": 1598029969.1171217 + }, + "SingleSRFlipFlop": { + "creationTimestamp": 1598029969.3221807 } } }, @@ -4976,7 +4988,7 @@ "modules": {} }, "AriaSalvatrice": { - "buildTimestamp": 1595861320.2466145, + "buildTimestamp": 1598029966.5439994, "creationTimestamp": 1576593342.0, "modules": { "Splort": { @@ -5032,6 +5044,15 @@ }, "Solomon16": { "creationTimestamp": 1595861323.2792523 + }, + "Pokies4": { + "creationTimestamp": 1598029969.5247142 + }, + "Grabby": { + "creationTimestamp": 1598029969.730724 + }, + "Rotatoes4": { + "creationTimestamp": 1598029969.932541 } } }, @@ -8303,7 +8324,7 @@ } }, "ChowDSP": { - "buildTimestamp": 1596177666.9832532, + "buildTimestamp": 1598028759.7770176, "creationTimestamp": 1596178135.934532, "modules": { "ChowTape": { @@ -8317,6 +8338,12 @@ }, "ChowFDN": { "creationTimestamp": 1596178136.8302577 + }, + "ChowRNN": { + "creationTimestamp": 1598029968.4080982 + }, + "ChowModal": { + "creationTimestamp": 1598029968.6083245 } } } diff --git a/manifests/AriaSalvatrice.json b/manifests/AriaSalvatrice.json index 03bb337f..de8f9ce9 100644 --- a/manifests/AriaSalvatrice.json +++ b/manifests/AriaSalvatrice.json @@ -1,7 +1,7 @@ { "slug": "AriaSalvatrice", "name": "Aria Salvatrice", - "version": "1.6.1", + "version": "1.7.0", "license": "GPL-3.0-only", "brand": "Aria Salvatrice", "author": "Aria Salvatrice", @@ -73,7 +73,7 @@ { "slug": "Qqqq", "name": "Quatherina's Quality Quad Quantizer", - "description": "Quatherina the Quantum Duck's Quantizer with custom & external scales, 16 scenes, offset, sample and hold,\ntransposition, lead sheet chords parsing, 4 polyphonic quantizer columns, and a licensed illustration of Quatherina", + "description": "Quatherina the Quantum Duck's Quantizer with custom & Poly External Scales, 16 scenes, offset, sample and hold,\ntransposition, lead sheet chords parsing, 4 polyphonic quantizer columns, and a licensed illustration of Quatherina", "manualUrl": "https://aria.dog/modules/qqqq", "tags": [ "Quantizer", @@ -195,6 +195,33 @@ "Expander" ] }, + { + "slug": "Pokies4", + "name": "Signature Series Pokies", + "description": "4 tiny buttons for automation or manual performance of CV parameters. Right-click options to change output values, and use in latch mode.", + "tags": [ + "Controller", + "Utility" + ] + }, + { + "slug": "Grabby", + "name": "Signature Series Grabby", + "description": "A lil fader for automation or manual performance of CV parameters. Right-click options to offset and invert output.\n Support for Poly External Scales from Quatherina's Quantizer.", + "tags": [ + "Controller", + "Utility" + ] + }, + { + "slug": "Rotatoes4", + "name": "Signature Series Rotatoes", + "description": "4 tiny knobs for automation or manual performance of CV parameters. Right-click options to offset and invert output.\n Support for Poly External Scales from Quatherina's Quantizer.", + "tags": [ + "Controller", + "Utility" + ] + }, { "slug": "Undular", "name": "Signature Series Undular", diff --git a/manifests/ChowDSP.json b/manifests/ChowDSP.json index 351b7ed1..1d333732 100644 --- a/manifests/ChowDSP.json +++ b/manifests/ChowDSP.json @@ -1,8 +1,8 @@ { "slug": "ChowDSP", "name": "ChowDSP", - "version": "1.0.0", - "license": "GPL-3.0", + "version": "1.1.0", + "license": "GPL-3.0-or-later", "brand": "chowdsp", "author": "Jatin Chowdhury", "authorEmail": "jatin@ccmra.stanford.edu", @@ -11,7 +11,7 @@ "manualUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/README.md#modules", "sourceUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV", "donateUrl": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=93S67ZSKMBG68&source=url", - "changelogUrl": "", + "changelogUrl": "https://github.com/jatinchowdhury18/ChowDSP-VCV/blob/master/CHANGELOG.md", "modules": [ { "slug": "ChowTape", @@ -49,6 +49,24 @@ "Effect", "Reverb" ] + }, + { + "slug": "ChowRNN", + "name": "ChowRNN", + "description": "Simple recurrent neural network", + "tags": [ + "Effect" + ] + }, + { + "slug": "ChowModal", + "name": "ChowModal", + "description": "Single resonant mode", + "tags": [ + "Effect", + "Oscillator", + "Filter" + ] } ] } \ No newline at end of file diff --git a/manifests/CountModula.json b/manifests/CountModula.json index c943a1e2..56da8dc5 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "1.11.0", + "version": "1.12.0", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", @@ -266,8 +266,8 @@ }, { "slug": "SRFlipFlop", - "name": "SR Flip Flop", - "description": "A logical Set/Reset flip flop with enable", + "name": "Dual SR Flip Flop", + "description": "A dual logical Set/Reset flip flop with enable", "tags": [ "Logic", "Dual" @@ -285,8 +285,8 @@ }, { "slug": "TFlipFlop", - "name": "T Flip Flop", - "description": "A logical T type (toggle) flip flop with enable", + "name": "Dual T Flip Flop", + "description": "A dual logical T type (toggle) flip flop with enable", "tags": [ "Logic", "Dual" @@ -965,6 +965,31 @@ "tags": [ "Utility" ] + }, + { + "slug": "Megalomaniac", + "name": "Megalomaniac - Hyper Maniacal LFO CV Expander", + "description": "Voltage control over the Hyper Maniacal LFO", + "tags": [ + "LFO", + "Expander" + ] + }, + { + "slug": "SingleTFlipFlop", + "name": "T Flip Flop", + "description": "A logical T type (toggle) flip flop with enable", + "tags": [ + "Logic" + ] + }, + { + "slug": "SingleSRFlipFlop", + "name": "SR Flip Flop", + "description": "A logical Set/Reset flip flop with enable", + "tags": [ + "Logic" + ] } ] } \ No newline at end of file diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json index 33bae984..51f6b535 100644 --- a/manifests/squinkylabs-plug1.json +++ b/manifests/squinkylabs-plug1.json @@ -8,7 +8,7 @@ "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/booty-shifter.md", "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/CHANGELOG.md", - "version": "1.0.10", + "version": "1.0.11", "modules": [ { "slug": "squinkylabs-ev3", @@ -280,7 +280,8 @@ "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/kitchen-sink.md", "tags": [ "VCO", - "Polyphonic" + "Polyphonic", + "Synth voice" ] }, { @@ -292,6 +293,18 @@ "VCO", "Polyphonic" ] + }, + { + "slug": "squinkylabs-sines", + "name": "Organ Three", + "description": "Hammond organ emulator", + "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/ck-1/docs/sines.md", + "tags": [ + "VCO", + "Polyphonic", + "Hardware", + "Synth voice" + ] } ] } \ No newline at end of file