diff --git a/manifests-cache.json b/manifests-cache.json index 4e3ed562..10b1112d 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -381,7 +381,7 @@ } }, "voxglitch": { - "buildTimestamp": 1641683900.2131214, + "buildTimestamp": 1642326503.2713492, "creationTimestamp": 1579792597.0, "modules": { "autobreak": { @@ -437,6 +437,9 @@ }, "wavbankmc": { "creationTimestamp": 1641209268.5142982 + }, + "digitalprogrammer": { + "creationTimestamp": 1642327812.9051208 } } }, @@ -3511,11 +3514,14 @@ } }, "AnimatedCircuits": { - "buildTimestamp": 1640708931.8253314, + "buildTimestamp": 1642326530.2287302, "creationTimestamp": 1518016501.0, "modules": { "ACFolding": { "creationTimestamp": 1562696243.0 + }, + "ACLFold": { + "creationTimestamp": 1642327813.092963 } } }, @@ -5086,7 +5092,7 @@ } }, "CountModula": { - "buildTimestamp": 1639932199.7891166, + "buildTimestamp": 1642327794.4087212, "creationTimestamp": 1560722026.0, "modules": { "AnalogueShiftRegister": { @@ -8445,7 +8451,7 @@ "modules": {} }, "Ahornberg": { - "buildTimestamp": 1640298965.4072936, + "buildTimestamp": 1642326707.6500943, "creationTimestamp": 1562952023.0, "modules": { "EqualDivision": { @@ -10302,7 +10308,7 @@ } }, "AlliewayAudio_Freebies": { - "buildTimestamp": 1632097169.2988586, + "buildTimestamp": 1642327812.2158551, "creationTimestamp": 1632097260.8113873, "modules": { "chilly_cheese": { @@ -10509,7 +10515,7 @@ } }, "dbRackModules": { - "buildTimestamp": 1641208624.838811, + "buildTimestamp": 1642326885.1481192, "creationTimestamp": 1641209269.2091281, "modules": { "GeneticTerrain": { @@ -10592,6 +10598,9 @@ }, "SuperLFO": { "creationTimestamp": 1641209272.7491941 + }, + "HexSeqExp": { + "creationTimestamp": 1642327813.333794 } } } diff --git a/manifests/Ahornberg.json b/manifests/Ahornberg.json index 387b2e63..87015038 100644 --- a/manifests/Ahornberg.json +++ b/manifests/Ahornberg.json @@ -1,6 +1,6 @@ { "slug": "Ahornberg", - "version": "2.1.2", + "version": "2.1.3", "license": "GPL-3.0-only", "name": "Ahornberg", "brand": "Ahornberg", diff --git a/manifests/AlliewayAudio_Freebies.json b/manifests/AlliewayAudio_Freebies.json index 9282c58d..5120d0c2 100644 --- a/manifests/AlliewayAudio_Freebies.json +++ b/manifests/AlliewayAudio_Freebies.json @@ -1,10 +1,10 @@ { "slug": "AlliewayAudio_Freebies", "name": "AlliewayAudio_Freebies", - "version": "1.0.2", + "version": "2.0.5", "license": "GPL-3.0-or-later", "brand": "AlliewayAudio", - "author": "Allie", + "author": "Allie Way", "authorEmail": "alliewayaudio@gmail.com", "authorUrl": "https://github.com/AlliewayAudio", "pluginUrl": "https://github.com/AlliewayAudio/AlliewayAudio_Freebies", diff --git a/manifests/AnimatedCircuits.json b/manifests/AnimatedCircuits.json index 6f055b50..e1599d23 100644 --- a/manifests/AnimatedCircuits.json +++ b/manifests/AnimatedCircuits.json @@ -1,7 +1,7 @@ { "slug": "AnimatedCircuits", "name": "Animated Circuits", - "version": "2.1.0", + "version": "2.2.0", "brand": "Animated Circuits", "author": "Animated Circuits", "license": "GPL-3.0-or-later", @@ -20,6 +20,16 @@ "Waveshaper", "Polyphonic" ] + }, + { + "slug": "ACLFold", + "name": "LFold", + "description": "Folded LFO", + "tags": [ + "Low-frequency oscillator", + "Waveshaper", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/CountModula.json b/manifests/CountModula.json index 4353473f..a1c86557 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "2.0.2", + "version": "2.0.3", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", diff --git a/manifests/dbRackModules.json b/manifests/dbRackModules.json index 1c2d8156..d2bbb061 100644 --- a/manifests/dbRackModules.json +++ b/manifests/dbRackModules.json @@ -1,7 +1,7 @@ { "slug": "dbRackModules", "name": "dbRackModules", - "version": "2.0.3", + "version": "2.0.4", "license": "GPL-3.0-or-later", "brand": "docB", "author": "docB", @@ -54,7 +54,8 @@ "name": "JTScaler", "description": "Tunes standard V/OCT pitches to Just Intonation Scales", "tags": [ - "Utility" + "Utility", + "Polyphonic" ] }, { @@ -96,7 +97,8 @@ "name": "JTKeys", "description": "Just Intonation Keyboard", "tags": [ - "Utility" + "Utility", + "Polyphonic" ] }, { @@ -136,7 +138,8 @@ "name": "HexSeqP", "description": "A 16x16x64 Trigger Sequencer", "tags": [ - "Sequencer" + "Sequencer", + "Polyphonic" ] }, { @@ -239,7 +242,16 @@ "description": "2D LFO for superformula curves", "tags": [ "Oscillator", - "Low-frequency Oscillator" + "Low-frequency Oscillator", + "Polyphonic" + ] + }, + { + "slug": "HexSeqExp", + "name": "HexSeqExp", + "description": "Gate, clock and inverted outputs for HexSeq", + "tags": [ + "Expander" ] } ] diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index 5ce0089a..7d675689 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "2.4.1", + "version": "2.7.0", "license": "BSD-3-Clause", "brand": "Voxglitch", "author": "Bret Truchan", @@ -30,6 +30,15 @@ "Oscillator" ] }, + { + "slug": "digitalprogrammer", + "name": "Digital Programmer", + "description": "16 channel polyphonic programmer with built-in bank memory slots", + "tags": [ + "Utility", + "Polyphonic" + ] + }, { "slug": "digitalsequencer", "name": "Digital Sequencer", @@ -158,7 +167,8 @@ "name": "Wav Bank MC", "description": "Extended version of Wav Bank that supports multi-channel WAV files", "tags": [ - "Sampler" + "Sampler", + "Polyphonic" ] }, {