From 0ece609f496ce332365e233c5a77c8252c4a1e4d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 15 Jul 2020 03:32:00 -0400 Subject: [PATCH] Update manifest for IggyLabsModules, LunettaModula, KautenjaDSP-PotatoChips, KautenjaDSP-RackNES, StudioSixPlusOne, CountModula, Geodesics, GlueTheGiant, Dintree-Virtual, ModularFungi --- manifests-cache.json | 41 +++++++++++++++++++------- manifests/CountModula.json | 35 +++++++++++++++++++++- manifests/Dintree-Virtual.json | 28 +++++++++++++++++- manifests/Geodesics.json | 5 ++-- manifests/GlueTheGiant.json | 2 +- manifests/IggyLabsModules.json | 2 +- manifests/KautenjaDSP-PotatoChips.json | 22 +++++++------- manifests/KautenjaDSP-RackNES.json | 4 +-- manifests/LunettaModula.json | 2 +- manifests/ModularFungi.json | 10 ++++++- manifests/StudioSixPlusOne.json | 2 +- 11 files changed, 121 insertions(+), 32 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index 8dfb9761..b7b55da5 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -2356,7 +2356,7 @@ } }, "Geodesics": { - "buildTimestamp": 1585237855.2191334, + "buildTimestamp": 1594797052.2819252, "creationTimestamp": 1534547467.0, "modules": { "BlackHoles": { @@ -2761,7 +2761,7 @@ } }, "ModularFungi": { - "buildTimestamp": 1591780802.1734138, + "buildTimestamp": 1594796203.2808223, "creationTimestamp": 1539737109.0, "modules": { "Blank1HP": { @@ -2799,6 +2799,9 @@ }, "LightsOff": { "creationTimestamp": 1591780925.6563892 + }, + "Opsylloscope": { + "creationTimestamp": 1594797086.482163 } } }, @@ -4556,7 +4559,7 @@ } }, "CountModula": { - "buildTimestamp": 1588869443.7221947, + "buildTimestamp": 1594796944.6063392, "creationTimestamp": 1560722026.0, "modules": { "AnalogueShiftRegister": { @@ -4870,6 +4873,18 @@ }, "Arpeggiator": { "creationTimestamp": 1588869627.7605753 + }, + "HyperManiacalLFO": { + "creationTimestamp": 1594797086.8178716 + }, + "HyperManiacalLFOExpander": { + "creationTimestamp": 1594797087.0353668 + }, + "LightStrip": { + "creationTimestamp": 1594797087.2838767 + }, + "Palette": { + "creationTimestamp": 1594797087.49433 } } }, @@ -5216,7 +5231,7 @@ "modules": {} }, "GlueTheGiant": { - "buildTimestamp": 1580575811.8775542, + "buildTimestamp": 1594796025.6471024, "creationTimestamp": 1567863407.0, "modules": { "GigBus": { @@ -7669,7 +7684,7 @@ } }, "LunettaModula": { - "buildTimestamp": 1591780775.5594816, + "buildTimestamp": 1594796167.9267485, "creationTimestamp": 1588869627.9631658, "modules": { "ADC": { @@ -7816,7 +7831,7 @@ } }, "StudioSixPlusOne": { - "buildTimestamp": 1593627835.516539, + "buildTimestamp": 1594796364.4508636, "creationTimestamp": 1590117528.1900573, "modules": { "KSDelay": { @@ -7921,7 +7936,7 @@ } }, "KautenjaDSP-RackNES": { - "buildTimestamp": 1593913971.9968486, + "buildTimestamp": 1594796303.4529197, "creationTimestamp": 1592705960.088049, "modules": { "RackNES": { @@ -8014,7 +8029,7 @@ } }, "IggyLabsModules": { - "buildTimestamp": 1594395477.821144, + "buildTimestamp": 1594797084.8192728, "creationTimestamp": 1594269751.191527, "modules": { "table": { @@ -8035,7 +8050,7 @@ } }, "KautenjaDSP-PotatoChips": { - "buildTimestamp": 1594395125.3709013, + "buildTimestamp": 1594796252.8585272, "creationTimestamp": 1594395479.9564288, "modules": { "2A03": { @@ -8113,11 +8128,17 @@ } }, "Dintree-Virtual": { - "buildTimestamp": 1594665473.2570589, + "buildTimestamp": 1594796970.3602114, "creationTimestamp": 1594665475.9179342, "modules": { "V100-Scanner": { "creationTimestamp": 1594665476.1945503 + }, + "V101-Dual_Envelope": { + "creationTimestamp": 1594797087.7597544 + }, + "V102-Output_Mixer": { + "creationTimestamp": 1594797087.9723127 } } } diff --git a/manifests/CountModula.json b/manifests/CountModula.json index 3aeb24b6..c943a1e2 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "1.10.0", + "version": "1.11.0", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", @@ -932,6 +932,39 @@ "tags": [ "Arpeggiator" ] + }, + { + "slug": "HyperManiacalLFO", + "name": "Hyper Maniacal LFO", + "description": "Complex LFO", + "tags": [ + "LFO" + ] + }, + { + "slug": "HyperManiacalLFOExpander", + "name": "Hyper Maniacal LFO Output Expander", + "description": "Individual Outputs for the Hyper Maniacal LFO", + "tags": [ + "LFO", + "Expander" + ] + }, + { + "slug": "LightStrip", + "name": "Light Strip", + "description": "Illuminated Blanking Panel", + "tags": [ + "Blank" + ] + }, + { + "slug": "Palette", + "name": "Cable Palette", + "description": "Cable colour picker", + "tags": [ + "Utility" + ] } ] } \ No newline at end of file diff --git a/manifests/Dintree-Virtual.json b/manifests/Dintree-Virtual.json index 184fa41b..0cec0bed 100644 --- a/manifests/Dintree-Virtual.json +++ b/manifests/Dintree-Virtual.json @@ -1,7 +1,7 @@ { "slug": "Dintree-Virtual", "name": "Dintree", - "version": "1.0.4", + "version": "1.0.6", "license": "GPL-3.0-or-later", "brand": "Dintree", "author": "Andrew Kilpatrick", @@ -17,11 +17,37 @@ "slug": "V100-Scanner", "name": "V100 Scanner", "description": "CV and voltage-control source sequencer / scanner", + "manualUrl": "https://github.com/hires/Dintree-Virtual#V100-scanner", "tags": [ "Random", "Sequencer", "Utility" ] + }, + { + "slug": "V101-Dual_Envelope", + "name": "V101 Dual Envelope", + "description": "Dual ADSR, AR and LFO Generator", + "manualUrl": "https://github.com/hires/Dintree-Virtual#V101-dual-envelope", + "tags": [ + "Dual", + "Envelope Generator", + "LFO", + "Hardware" + ] + }, + { + "slug": "V102-Output_Mixer", + "name": "V102 Output Mixer", + "description": "Four Input Mixer with Pan Pots and Output Level Meter", + "manualUrl": "https://github.com/hires/Dintree-Virtual#V102-output-mixer", + "tags": [ + "Mixer", + "Pan", + "Quad", + "Utility", + "Hardware" + ] } ] } \ No newline at end of file diff --git a/manifests/Geodesics.json b/manifests/Geodesics.json index 958d51ad..1ee41333 100644 --- a/manifests/Geodesics.json +++ b/manifests/Geodesics.json @@ -1,7 +1,7 @@ { "slug": "Geodesics", "name": "Geodesics", - "version": "1.1.1", + "version": "1.2.0", "license": "GPL-3.0-only", "author": "Pyer & Marc Boul\u00e9", "brand": "Geodesics", @@ -83,7 +83,8 @@ "Oscillator", "Synth voice", "Polyphonic", - "Digital" + "Digital", + "LFO" ] }, { diff --git a/manifests/GlueTheGiant.json b/manifests/GlueTheGiant.json index 0978fead..5125a2c2 100644 --- a/manifests/GlueTheGiant.json +++ b/manifests/GlueTheGiant.json @@ -1,7 +1,7 @@ { "slug": "GlueTheGiant", "name": "Glue the Giant", - "version": "1.1.1", + "version": "1.1.2", "license": "GPL-3.0-or-later", "brand": "Glue the Giant", "author": "Paul Merchant", diff --git a/manifests/IggyLabsModules.json b/manifests/IggyLabsModules.json index 45cfd521..12d1da5f 100644 --- a/manifests/IggyLabsModules.json +++ b/manifests/IggyLabsModules.json @@ -1,7 +1,7 @@ { "slug": "IggyLabsModules", "name": "iggy.labs", - "version": "1.0.1", + "version": "1.0.2", "license": "GPL-3.0-or-later", "brand": "iggy.labs", "author": "Isabel Kaspriskie", diff --git a/manifests/KautenjaDSP-PotatoChips.json b/manifests/KautenjaDSP-PotatoChips.json index 82fb7a23..096d126b 100644 --- a/manifests/KautenjaDSP-PotatoChips.json +++ b/manifests/KautenjaDSP-PotatoChips.json @@ -1,6 +1,6 @@ { "slug": "KautenjaDSP-PotatoChips", - "version": "1.2.1", + "version": "1.3.1", "license": "GPL-3.0-or-later", "name": "KautenjaDSP Potato Chips", "brand": "KautenjaDSP", @@ -14,7 +14,7 @@ "slug": "2A03", "name": "2A03", "description": "An emulation of the Ricoh 2A03 audio processing unit.", - "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/download/1.2.0/2A03.pdf", + "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2A03.pdf", "tags": [ "Oscillator", "Noise" @@ -24,25 +24,25 @@ "slug": "VRC6", "name": "VRC6", "description": "An emulation of the Konami VRC6 audio processing unit.", - "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/download/1.2.0/VRC6.pdf", + "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/VRC6.pdf", "tags": [ "Oscillator" ] }, { - "slug": "106", - "name": "106", - "description": "An emulation of the Namco 106 audio processing unit.", - "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/download/1.2.0/106.pdf", + "slug": "FME7", + "name": "FME7", + "description": "An emulation of the Sunsoft FME-7 audio processing unit.", + "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/FME7.pdf", "tags": [ "Oscillator" ] }, { - "slug": "FME7", - "name": "FME7", - "description": "An emulation of the Sunsoft FME-7 audio processing unit.", - "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/download/1.2.0/FME7.pdf", + "slug": "106", + "name": "106", + "description": "An emulation of the Namco 106 wavetable audio processing unit.", + "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/106.pdf", "tags": [ "Oscillator" ] diff --git a/manifests/KautenjaDSP-RackNES.json b/manifests/KautenjaDSP-RackNES.json index 06ec267e..d62d8396 100644 --- a/manifests/KautenjaDSP-RackNES.json +++ b/manifests/KautenjaDSP-RackNES.json @@ -1,13 +1,13 @@ { "slug": "KautenjaDSP-RackNES", - "version": "1.1.6", + "version": "1.4.2", "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/blob/master/manual/RackNES.pdf", + "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", "modules": [ diff --git a/manifests/LunettaModula.json b/manifests/LunettaModula.json index b41de757..295397b3 100644 --- a/manifests/LunettaModula.json +++ b/manifests/LunettaModula.json @@ -1,7 +1,7 @@ { "slug": "LunettaModula", "name": "Lunetta Modula by Count Modula", - "version": "1.1.0", + "version": "1.1.1", "license": "GPL-3.0-only", "brand": "Lunetta Modula", "author": "Adam Verspaget", diff --git a/manifests/ModularFungi.json b/manifests/ModularFungi.json index 7980b93f..1fa6362c 100644 --- a/manifests/ModularFungi.json +++ b/manifests/ModularFungi.json @@ -8,7 +8,7 @@ "sourceUrl": "https://github.com/david-c14/ModularFungi", "donateUrl": "https://paypal.me/omricohencomposer", "manualUrl": "https://github.com/david-c14/ModularFungi/blob/master/README.md", - "version": "1.1.0", + "version": "1.1.1", "modules": [ { "slug": "Blank1HP", @@ -105,6 +105,14 @@ "tags": [ "Utility" ] + }, + { + "slug": "Opsylloscope", + "name": "Opsylloscope", + "description": "Scope for when the lights are off", + "tags": [ + "Utility" + ] } ] } \ No newline at end of file diff --git a/manifests/StudioSixPlusOne.json b/manifests/StudioSixPlusOne.json index 27d1e9a0..7d86ce5b 100644 --- a/manifests/StudioSixPlusOne.json +++ b/manifests/StudioSixPlusOne.json @@ -1,7 +1,7 @@ { "slug": "StudioSixPlusOne", "name": "Studio Six Plus One", - "version": "1.1.0", + "version": "1.1.1", "license": "GPL-3.0-or-later", "brand": "Studio Six Plus One", "author": "Studio Six Plus One",