diff --git a/manifests-cache.json b/manifests-cache.json index c7c82841..466e06c6 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -381,7 +381,7 @@ } }, "voxglitch": { - "buildTimestamp": 1644253502.4708188, + "buildTimestamp": 1646088316.1190436, "creationTimestamp": 1579792597.0, "modules": { "autobreak": { @@ -8535,7 +8535,7 @@ } }, "AuraAudio": { - "buildTimestamp": 1586748553.8809187, + "buildTimestamp": 1646088513.6690507, "creationTimestamp": 1586748554.6386294, "modules": { "ModularForecast": { @@ -8877,11 +8877,14 @@ } }, "KautenjaDSP-RackNES": { - "buildTimestamp": 1594796303.4529197, + "buildTimestamp": 1646088499.0518906, "creationTimestamp": 1592705960.088049, "modules": { "RackNES": { "creationTimestamp": 1592705960.2859664 + }, + "InputGenie": { + "creationTimestamp": 1646088616.5658815 } } }, @@ -8994,7 +8997,7 @@ } }, "KautenjaDSP-PotatoChips": { - "buildTimestamp": 1628937444.574855, + "buildTimestamp": 1646088442.7333226, "creationTimestamp": 1594395479.9564288, "modules": { "2A03": { @@ -9261,7 +9264,7 @@ } }, "GrandeModular": { - "buildTimestamp": 1643909547.6702065, + "buildTimestamp": 1646088615.9258325, "creationTimestamp": 1598123367.069531, "modules": { "NoteMT": { @@ -9317,6 +9320,12 @@ }, "VCA3": { "creationTimestamp": 1643909901.1278918 + }, + "Logic": { + "creationTimestamp": 1646088616.698938 + }, + "Peak": { + "creationTimestamp": 1646088616.9480145 } } }, diff --git a/manifests/AuraAudio.json b/manifests/AuraAudio.json index b6363162..e83a6d30 100644 --- a/manifests/AuraAudio.json +++ b/manifests/AuraAudio.json @@ -1,8 +1,8 @@ { "slug": "AuraAudio", "name": "Aura Audio", - "version": "1.0.2", - "license": "GPL-3.0-or-later", + "version": "2.0.0", + "license": "MIT", "brand": "Aura Audio", "author": "Evan Murray", "authorEmail": "evanmurray22@gmail.com", diff --git a/manifests/GrandeModular.json b/manifests/GrandeModular.json index 4b393825..1e138ec7 100644 --- a/manifests/GrandeModular.json +++ b/manifests/GrandeModular.json @@ -1,7 +1,7 @@ { "slug": "GrandeModular", "name": "Grande", - "version": "2.2.0", + "version": "2.3.0", "license": "GPL-3.0-or-later", "author": "David Grande", "authorEmail": "dbgrande246@gmail.com", @@ -33,6 +33,16 @@ "Polyphonic" ] }, + { + "slug": "Logic", + "name": "Logic", + "description": "Polyphonic logic gates. Includes two single-input modes: apply across all A channels, and invert all B channels.", + "manualUrl": "https://github.com/dbgrande/GrandeModular/#logic", + "tags": [ + "Logic", + "Polyphonic" + ] + }, { "slug": "Merge8", "name": "Merge8", @@ -86,6 +96,16 @@ "Polyphonic" ] }, + { + "slug": "Peak", + "name": "Peak", + "description": "Captures polyphonic min/max peaks.", + "manualUrl": "https://github.com/dbgrande/GrandeModular/#peak", + "tags": [ + "Utility", + "Polyphonic" + ] + }, { "slug": "PolyMergeResplit", "name": "PolyMergeResplit", diff --git a/manifests/KautenjaDSP-PotatoChips.json b/manifests/KautenjaDSP-PotatoChips.json index 68bab8bc..8e3ceff7 100644 --- a/manifests/KautenjaDSP-PotatoChips.json +++ b/manifests/KautenjaDSP-PotatoChips.json @@ -1,12 +1,11 @@ { "slug": "KautenjaDSP-PotatoChips", - "version": "1.11.0", + "version": "2.0.0", "license": "GPL-3.0-or-later", "name": "KautenjaDSP Potato Chips", "brand": "KautenjaDSP", "author": "Christian Kauten", "authorEmail": "KautenjaDSP@gmail.com", - "authorUrl": "https://kautenja.github.io/", "sourceUrl": "https://github.com/Kautenja/PotatoChips", "changelogUrl": "https://github.com/Kautenja/PotatoChips/blob/master/CHANGELOG.md", "modules": [ @@ -160,7 +159,7 @@ }, { "slug": "Sony_S_SMP_Blank1", - "name": "Sony S-SMP Blank", + "name": "S-SMP Blank", "description": "A blank panel with an illustration of the Sony S-SMP chip on the Super Nintendo Entertainment System (SNES).", "tags": [ "Blank" diff --git a/manifests/KautenjaDSP-RackNES.json b/manifests/KautenjaDSP-RackNES.json index d62d8396..d1fd2e65 100644 --- a/manifests/KautenjaDSP-RackNES.json +++ b/manifests/KautenjaDSP-RackNES.json @@ -1,12 +1,11 @@ { "slug": "KautenjaDSP-RackNES", - "version": "1.4.2", + "version": "2.0.0", "license": "GPL-3.0-or-later", "name": "KautenjaDSP RackNES", "brand": "KautenjaDSP", "author": "Christian Kauten", "authorEmail": "KautenjaDSP@gmail.com", - "authorUrl": "https://kautenja.github.io/", "manualUrl": "https://github.com/Kautenja/RackNES/releases/latest/download/RackNES.pdf", "sourceUrl": "https://github.com/Kautenja/RackNES", "changelogUrl": "https://github.com/Kautenja/RackNES/blob/master/CHANGELOG.md", @@ -20,6 +19,14 @@ "Sampler", "Visual" ] + }, + { + "slug": "InputGenie", + "name": "CV Genie (Input)", + "description": "Expander for RackNES", + "tags": [ + "Expander" + ] } ] } \ No newline at end of file diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index 7daf09f4..18302cea 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "2.10.0", + "version": "2.10.1", "license": "BSD-3-Clause", "brand": "Voxglitch", "author": "Bret Truchan",