diff --git a/manifests-cache.json b/manifests-cache.json index ad21be20..840ae440 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -1753,7 +1753,7 @@ } }, "BaconMusic": { - "buildTimestamp": 1697986980.6789439, + "buildTimestamp": 1705387022.4150307, "creationTimestamp": 1521929448.0, "modules": { "HarMoNee": { @@ -1803,6 +1803,9 @@ }, "ContrastBNDEditor": { "creationTimestamp": 1673295701.1999586 + }, + "BaconTest": { + "creationTimestamp": 1705388983.671734 } } }, @@ -12045,7 +12048,7 @@ } }, "SickoCV": { - "buildTimestamp": 1704328669.572387, + "buildTimestamp": 1705387247.8352435, "creationTimestamp": 1661903994.336356, "modules": { "Btoggler": { @@ -12207,7 +12210,7 @@ } }, "Sparkette": { - "buildTimestamp": 1666642716.0403094, + "buildTimestamp": 1705387927.6858852, "creationTimestamp": 1664898773.0755346, "modules": { "Ellie": { @@ -12224,6 +12227,15 @@ }, "HSV2RGB": { "creationTimestamp": 1666642879.976476 + }, + "RGBMatrix16": { + "creationTimestamp": 1705388985.475422 + }, + "RGBMatrix64": { + "creationTimestamp": 1705388985.6254709 + }, + "PolySelector": { + "creationTimestamp": 1705388985.7755423 } } }, @@ -12453,7 +12465,7 @@ "creationTimestamp": 1704333638.920281 } }, - "buildTimestamp": 1704333612.418711 + "buildTimestamp": 1705387902.8058617 }, "AaronKarp-EarthTones": { "buildTimestamp": 1673293386.5852942, @@ -12588,7 +12600,7 @@ } }, "Airwin2Rack": { - "buildTimestamp": 1704329204.1811004, + "buildTimestamp": 1705388556.549812, "creationTimestamp": 1675100686.7833567, "modules": { "Airwin2Rack": { @@ -13246,5 +13258,47 @@ "creationTimestamp": 1705103961.902441 } } + }, + "sn": { + "buildTimestamp": 1705386960.9816394, + "creationTimestamp": 1705388983.8341458, + "modules": { + "sn-vco": { + "creationTimestamp": 1705388983.9665723 + }, + "sn-vcox": { + "creationTimestamp": 1705388984.100647 + }, + "sn-lfo": { + "creationTimestamp": 1705388984.2406497 + }, + "sn-lfox": { + "creationTimestamp": 1705388984.3949497 + } + } + }, + "MUS-X": { + "buildTimestamp": 1705388983.4836621, + "creationTimestamp": 1705388984.538214, + "modules": { + "ADSR": { + "creationTimestamp": 1705388984.6740367 + }, + "Tuner": { + "creationTimestamp": 1705388984.806067 + }, + "Oscillators": { + "creationTimestamp": 1705388984.9522166 + }, + "Delay": { + "creationTimestamp": 1705388985.090045 + }, + "OnePole": { + "creationTimestamp": 1705388985.214553 + }, + "Drift": { + "creationTimestamp": 1705388985.3403862 + } + } } } \ No newline at end of file diff --git a/manifests/Airwin2Rack.json b/manifests/Airwin2Rack.json index 1478afd3..7fea365b 100644 --- a/manifests/Airwin2Rack.json +++ b/manifests/Airwin2Rack.json @@ -1,7 +1,7 @@ { "slug": "Airwin2Rack", "name": "Airwindows", - "version": "2.7.0", + "version": "2.8.0", "license": "MIT", "author": "@baconpaul, @airwindows", "authorEmail": "", diff --git a/manifests/BaconMusic.json b/manifests/BaconMusic.json index 76a621b5..0f8350da 100644 --- a/manifests/BaconMusic.json +++ b/manifests/BaconMusic.json @@ -1,7 +1,7 @@ { "slug": "BaconMusic", "name": "Bacon Music", - "version": "2.4.0", + "version": "2.5.0", "license": "GPL-3.0-or-later", "author": "@baconpaul", "authorEmail": "", @@ -149,6 +149,13 @@ "Utility", "Polyphonic" ] + }, + { + "slug": "BaconTest", + "name": "BaconTest", + "description": "BaconPaul's Test Widgets", + "tags": [], + "hidden": true } ] } \ No newline at end of file diff --git a/manifests/MUS-X.json b/manifests/MUS-X.json new file mode 100644 index 00000000..0f6d2cec --- /dev/null +++ b/manifests/MUS-X.json @@ -0,0 +1,78 @@ +{ + "slug": "MUS-X", + "name": "MUS-X", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "MUS-X", + "author": "Dr. Johannes Rauch", + "authorEmail": "vcv@mus-x.de", + "authorUrl": "http://mus-x.de", + "pluginUrl": "https://github.com/Jojosito/MUS-X", + "manualUrl": "https://github.com/Jojosito/MUS-X", + "sourceUrl": "https://github.com/Jojosito/MUS-X", + "donateUrl": "https://www.paypal.com/donate/?hosted_button_id=U5Y8KAXCCMH6N", + "changelogUrl": "", + "modules": [ + { + "slug": "ADSR", + "name": "ADSR", + "description": "ADSR envelope generator.", + "tags": [ + "Envelope generator", + "Polyphonic" + ], + "manualUrl": "https://github.com/Jojosito/MUS-X#adsr" + }, + { + "slug": "Tuner", + "name": "Tuner", + "description": "Tune a V/Oct signal by octaves, semitones and cents.", + "tags": [ + "Tuner", + "Polyphonic" + ], + "manualUrl": "https://github.com/Jojosito/MUS-X#tune" + }, + { + "slug": "Oscillators", + "name": "Oscillators", + "description": "Massively oversampled analog oscillator pair with sync, FM and ringmod.", + "tags": [ + "Oscillator", + "Low-frequency oscillator", + "Polyphonic" + ], + "manualUrl": "https://github.com/Jojosito/MUS-X#oscillators" + }, + { + "slug": "Delay", + "name": "Delay", + "description": "Bucket-brigade ping-pong delay.", + "tags": [ + "Delay", + "Effect" + ], + "manualUrl": "https://github.com/Jojosito/MUS-X#delay" + }, + { + "slug": "OnePole", + "name": "OnePole", + "description": "Simple one-pole highpass and lowpass filters.", + "tags": [ + "Filter", + "Polyphonic" + ], + "manualUrl": "https://github.com/Jojosito/MUS-X#onepole" + }, + { + "slug": "Drift", + "name": "Drift", + "description": "Random constant offset and drift.", + "tags": [ + "Random", + "Polyphonic" + ], + "manualUrl": "https://github.com/Jojosito/MUS-X#drift" + } + ] +} \ No newline at end of file diff --git a/manifests/SickoCV.json b/manifests/SickoCV.json index 1eea462f..093c00ca 100644 --- a/manifests/SickoCV.json +++ b/manifests/SickoCV.json @@ -1,7 +1,7 @@ { "slug": "SickoCV", "name": "SickoCV", - "version": "2.6.2", + "version": "2.6.3", "license": "GPL-3.0-or-later", "brand": "Sickozell", "author": "Sickozell", @@ -204,7 +204,7 @@ { "slug": "Holder8", "name": "holder8", - "description": "8 Sample & Hold or Track & Hold with with noise generator, probability and range", + "description": "8 Sample & Hold or Track & Hold with noise generator, probability and range", "tags": [ "Sample and hold", "Noise", diff --git a/manifests/Sparkette.json b/manifests/Sparkette.json index fd92ac35..951b3fac 100644 --- a/manifests/Sparkette.json +++ b/manifests/Sparkette.json @@ -1,7 +1,7 @@ { "slug": "Sparkette", "name": "Sparkette's Stuff", - "version": "2.2.0", + "version": "2.3.0", "license": "GPL-3.0-or-later", "brand": "Sparkette's Stuff", "author": "Sara Sparks", @@ -39,9 +39,27 @@ "Utility" ] }, + { + "slug": "RGBMatrix16", + "name": "RGB Matrix (16x16)", + "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.", + "tags": [ + "Visual", + "Polyphonic" + ] + }, { "slug": "RGBMatrix", - "name": "RGB Matrix", + "name": "RGB Matrix (32x32)", + "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.", + "tags": [ + "Visual", + "Polyphonic" + ] + }, + { + "slug": "RGBMatrix64", + "name": "RGB Matrix (64x64)", "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.", "tags": [ "Visual", @@ -57,6 +75,16 @@ "Visual", "Polyphonic" ] + }, + { + "slug": "PolySelector", + "name": "Polyphonic Selector", + "description": "Selects one output (or more) from a polyphonic input based on the voltage from another input.", + "tags": [ + "Polyphonic", + "Utility", + "Sequencer" + ] } ] } \ No newline at end of file diff --git a/manifests/SurgeXTRack.json b/manifests/SurgeXTRack.json index eeaac23f..13f9f636 100644 --- a/manifests/SurgeXTRack.json +++ b/manifests/SurgeXTRack.json @@ -1,7 +1,7 @@ { "slug": "SurgeXTRack", "name": "Surge XT", - "version": "2.2.1.0", + "version": "2.2.2.0", "license": "GPL-3.0-or-later", "author": "Surge Synth Team", "authorEmail": "", diff --git a/manifests/sn.json b/manifests/sn.json new file mode 100644 index 00000000..900f128a --- /dev/null +++ b/manifests/sn.json @@ -0,0 +1,52 @@ +{ + "slug": "sn", + "name": "sn", + "version": "2.0.0", + "license": "GPL-3.0-only", + "author": "transcriptaze", + "authorEmail": "transcriptaze.development@gmail.com", + "authorUrl": "https://github.com/transcriptaze", + "pluginUrl": "https://github.com/transcriptaze/sn-vcv", + "manualUrl": "https://github.com/transcriptaze/sn-vcv/blob/main/documentation/MANUAL.md", + "sourceUrl": "https://github.com/transcriptaze/sn-vcv", + "changelogUrl": "https://github.com/transcriptaze/sn-vcv/blob/main/CHANGELOG.md", + "donateUrl": "", + "modules": [ + { + "slug": "sn-vco", + "name": "sn-vco", + "description": "sn experimental additive synthesizer VCO", + "tags": [ + "VCO", + "Function generator", + "Waveshaper" + ] + }, + { + "slug": "sn-vcox", + "name": "sn-vcox", + "description": "sn experimental additive synthesizer VCO expander", + "tags": [ + "Expander" + ] + }, + { + "slug": "sn-lfo", + "name": "sn-lfo", + "description": "sn experimental additive synthesizer LFO", + "tags": [ + "Function generator", + "Low-frequency oscillator", + "Waveshaper" + ] + }, + { + "slug": "sn-lfox", + "name": "sn-lfox", + "description": "sn experimental additive synthesizer LFO expander", + "tags": [ + "Expander" + ] + } + ] +} \ No newline at end of file