diff --git a/manifests/ImpromptuModular.json b/manifests/ImpromptuModular.json index 517db539..34d143c4 100644 --- a/manifests/ImpromptuModular.json +++ b/manifests/ImpromptuModular.json @@ -1,7 +1,7 @@ { "slug": "ImpromptuModular", "name": "Impromptu Modular", - "version": "1.1.0", + "version": "1.1.1", "license": "BSD-3-Clause", "author": "Marc Boul\u00e9", "brand": "Impromptu Modular", diff --git a/manifests/wiqid-anomalies.json b/manifests/wiqid-anomalies.json new file mode 100644 index 00000000..c0b2666b --- /dev/null +++ b/manifests/wiqid-anomalies.json @@ -0,0 +1,116 @@ +{ + "slug": "wiqid-anomalies", + "name": "wiqid anomalies", + "version": "1.1.0", + "license": "GPL-3.0-or-later", + "brand": "wiqid", + "author": "wiqid", + "authorEmail": "wiqid@protonmail.com", + "authorUrl": "https://github.com/wiqid/", + "pluginUrl": "https://github.com/wiqid/anomalies", + "manualUrl": "https://github.com/wiqid/anomalies/blob/master/README.md", + "sourceUrl": "https://github.com/wiqid/anomalies", + "donateUrl": "https://paypal.me/wiqid", + "modules": [ + { + "slug": "expanse", + "name": "expanse", + "description": "resizable blank", + "tags": [ + "blank" + ] + }, + { + "slug": "languor", + "name": "languor", + "description": "chaotic low-frequency oscillator using strange attractors", + "tags": [ + "lfo", + "multiple", + "random" + ] + }, + { + "slug": "halvorsen", + "name": "halvorsen", + "description": "2hp halvorsen strange attractor chaotic lfo", + "tags": [ + "lfo", + "random" + ] + }, + { + "slug": "lorenz", + "name": "lorenz", + "description": "2hp lorenz strange attractor chaotic lfo", + "tags": [ + "lfo", + "random" + ] + }, + { + "slug": "thomas", + "name": "thomas", + "description": "2hp thomas strange attractor chaotic lfo", + "tags": [ + "lfo", + "random" + ] + }, + { + "slug": "sakarya", + "name": "sakarya", + "description": "2hp sakarya strange attractor chaotic lfo", + "tags": [ + "lfo", + "random" + ] + }, + { + "slug": "dadras", + "name": "dadras", + "description": "2hp dadras strange attractor chaotic lfo", + "tags": [ + "lfo", + "random" + ] + }, + { + "slug": "slf", + "name": "sprott-linz f", + "description": "2hp sprott-linz f strange attractor chaotic lfo", + "tags": [ + "lfo", + "random" + ] + }, + { + "slug": "2at", + "name": "dual attenuverter", + "description": "2hp polyphonic dual attenuverter with offset", + "tags": [ + "attenuator", + "dual", + "poly", + "vca" + ] + }, + { + "slug": "fullscope", + "name": "full scope black edition", + "description": "full scope - in black! with toggleable stats", + "tags": [ + "visual" + ] + }, + { + "slug": "tiq", + "name": "tiq", + "disabled": true, + "description": "2hp simple clock", + "tags": [ + "clock" + ] + } + ] +} \ No newline at end of file