@@ -6270,6 +6270,9 @@ | |||||
}, | }, | ||||
"RainbowScaleExpander": { | "RainbowScaleExpander": { | ||||
"creationTimestamp": 1567863407.0 | "creationTimestamp": 1567863407.0 | ||||
}, | |||||
"Droplet": { | |||||
"creationTimestamp": 1638137595.9162102 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -1,8 +1,8 @@ | |||||
{ | { | ||||
"slug": "NonlinearCircuits", | "slug": "NonlinearCircuits", | ||||
"name": "Nonlinear Circuits", | "name": "Nonlinear Circuits", | ||||
"version": "1.4.1", | |||||
"license": "GPL-3.0-only", | |||||
"version": "2.0.0", | |||||
"license": "CC0-1.0", | |||||
"author": "Michael Hetrick", | "author": "Michael Hetrick", | ||||
"authorEmail": "", | "authorEmail": "", | ||||
"authorUrl": "https://mhetrick.com", | "authorUrl": "https://mhetrick.com", | ||||
@@ -1,14 +1,14 @@ | |||||
{ | { | ||||
"slug": "Ohmer", | "slug": "Ohmer", | ||||
"name": "Ohmer Modules", | |||||
"version": "1.1.6", | |||||
"name": "Ohmer", | |||||
"version": "2.0.0-beta 4", | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"author": "Dominique Camus", | "author": "Dominique Camus", | ||||
"brand": "Ohmer Modules", | "brand": "Ohmer Modules", | ||||
"authorEmail": "docam@free.fr", | "authorEmail": "docam@free.fr", | ||||
"authorUrl": "https://github.com/DomiKamu", | "authorUrl": "https://github.com/DomiKamu", | ||||
"pluginUrl": "https://github.com/DomiKamu/Ohmer", | "pluginUrl": "https://github.com/DomiKamu/Ohmer", | ||||
"manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v1/README.md", | |||||
"manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/README.md", | |||||
"sourceUrl": "https://github.com/DomiKamu/Ohmer.git", | "sourceUrl": "https://github.com/DomiKamu/Ohmer.git", | ||||
"donateUrl": "", | "donateUrl": "", | ||||
"modules": [ | "modules": [ | ||||
@@ -25,6 +25,7 @@ | |||||
"slug": "RKD", | "slug": "RKD", | ||||
"name": "RKD (Rotate Klok Divider)", | "name": "RKD (Rotate Klok Divider)", | ||||
"description": "Rotate Klok Divider (RKD) module (inspired from 4ms RCD hardware)", | "description": "Rotate Klok Divider (RKD) module (inspired from 4ms RCD hardware)", | ||||
"manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD%20%26%20BRK%20User's%20Manual.pdf", | |||||
"tags": [ | "tags": [ | ||||
"Clock modulator" | "Clock modulator" | ||||
] | ] | ||||
@@ -33,6 +34,7 @@ | |||||
"slug": "BRK", | "slug": "BRK", | ||||
"name": "BRK (\"Break\") expander for RKD", | "name": "BRK (\"Break\") expander for RKD", | ||||
"description": "BRK (\"Break\") expander to setup RKD jumpers (inspired from 4ms BO hardware)", | "description": "BRK (\"Break\") expander to setup RKD jumpers (inspired from 4ms BO hardware)", | ||||
"manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD%20%26%20BRK%20User's%20Manual.pdf", | |||||
"tags": [ | "tags": [ | ||||
"Clock modulator", | "Clock modulator", | ||||
"Expander" | "Expander" | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "OrangeLine", | "slug": "OrangeLine", | ||||
"name": "OrangeLine", | "name": "OrangeLine", | ||||
"version": "1.3.8", | |||||
"version": "2.3.9", | |||||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
"brand": "", | "brand": "", | ||||
"author": "Dieter Stubler", | "author": "Dieter Stubler", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Plurm", | "slug": "Plurm", | ||||
"name": "Plurm", | "name": "Plurm", | ||||
"version": "1.2.0", | |||||
"version": "2.0.0", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Plurm", | "brand": "Plurm", | ||||
"author": "David Cherepov", | "author": "David Cherepov", | ||||
@@ -9,7 +9,7 @@ | |||||
"authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", | "authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", | ||||
"sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism", | "sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism", | ||||
"changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md", | "changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md", | ||||
"version": "1.2.0", | |||||
"version": "2.3.0", | |||||
"modules": [ | "modules": [ | ||||
{ | { | ||||
"slug": "Rainbow", | "slug": "Rainbow", | ||||
@@ -27,6 +27,15 @@ | |||||
"tags": [ | "tags": [ | ||||
"Expander" | "Expander" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "Droplet", | |||||
"name": "Droplet", | |||||
"description": "A band-pass resonant filter, a port of the 4ms SMR MaxQ filter", | |||||
"tags": [ | |||||
"Physical modeling", | |||||
"VCF" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |
@@ -1,8 +1,8 @@ | |||||
{ | { | ||||
"slug": "QuantalAudio", | "slug": "QuantalAudio", | ||||
"name": "QuantalAudio", | "name": "QuantalAudio", | ||||
"version": "1.0.0", | |||||
"license": "CC0-1.0", | |||||
"version": "2.0.1", | |||||
"license": "GPL-3.0-or-later", | |||||
"brand": "QuantalAudio", | "brand": "QuantalAudio", | ||||
"author": "Jansen Price", | "author": "Jansen Price", | ||||
"authorEmail": "jansen.price@gmail.com", | "authorEmail": "jansen.price@gmail.com", | ||||
@@ -41,7 +41,8 @@ | |||||
"name": "Buffered Mult | 2HP", | "name": "Buffered Mult | 2HP", | ||||
"description": "Buffered multiple 1->3 or 1->6", | "description": "Buffered multiple 1->3 or 1->6", | ||||
"tags": [ | "tags": [ | ||||
"Multiple" | |||||
"Multiple", | |||||
"Polyphonic" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -52,14 +53,6 @@ | |||||
"Mixer" | "Mixer" | ||||
] | ] | ||||
}, | }, | ||||
{ | |||||
"slug": "DaisyMaster", | |||||
"name": "Daisy Mix Master | 3HP", | |||||
"description": "Modular mixer master", | |||||
"tags": [ | |||||
"Mixer" | |||||
] | |||||
}, | |||||
{ | { | ||||
"slug": "DaisyMaster", | "slug": "DaisyMaster", | ||||
"name": "Daisy Mix Master | 3HP", | "name": "Daisy Mix Master | 3HP", | ||||
@@ -82,7 +75,8 @@ | |||||
"name": "Mixer 2 | Mono->Stereo | 5HP", | "name": "Mixer 2 | Mono->Stereo | 5HP", | ||||
"description": "Mono or stereo 2 channel mixer", | "description": "Mono or stereo 2 channel mixer", | ||||
"tags": [ | "tags": [ | ||||
"Mixer" | |||||
"Mixer", | |||||
"Polyphonic" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -90,7 +84,8 @@ | |||||
"name": "Unity Mix | 2HP", | "name": "Unity Mix | 2HP", | ||||
"description": "Multiple 3->1 or 6->1", | "description": "Multiple 3->1 or 6->1", | ||||
"tags": [ | "tags": [ | ||||
"Multiple" | |||||
"Multiple", | |||||
"Polyphonic" | |||||
] | ] | ||||
} | } | ||||
] | ] |
@@ -2,13 +2,13 @@ | |||||
"slug": "rcm", | "slug": "rcm", | ||||
"name": "RCM", | "name": "RCM", | ||||
"brand": "RCM", | "brand": "RCM", | ||||
"version": "1.1.0", | |||||
"version": "2.0.0", | |||||
"license": "GPL-2.0-or-later", | "license": "GPL-2.0-or-later", | ||||
"author": "RCM", | "author": "RCM", | ||||
"authorEmail": "rcmmodules@tupper.org.uk", | "authorEmail": "rcmmodules@tupper.org.uk", | ||||
"authorUrl": "https://github.com/Rcomian", | "authorUrl": "https://github.com/Rcomian", | ||||
"pluginUrl": "https://github.com/Rcomian/rcm-modules", | "pluginUrl": "https://github.com/Rcomian/rcm-modules", | ||||
"manualUrl": "https://github.com/Rcomian/rcm-modules/blob/v0.6/README.md", | |||||
"manualUrl": "https://github.com/Rcomian/rcm-modules/blob/v2/README.md", | |||||
"sourceUrl": "https://github.com/Rcomian/rcm-modules", | "sourceUrl": "https://github.com/Rcomian/rcm-modules", | ||||
"donateUrl": "", | "donateUrl": "", | ||||
"modules": [ | "modules": [ | ||||
@@ -100,14 +100,6 @@ | |||||
"tags": [ | "tags": [ | ||||
"Sequencer" | "Sequencer" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "AudioInterface16", | |||||
"name": "Audio Interface 16", | |||||
"description": "A reskin of the Audio16 Interface (only kept for backwards compat)", | |||||
"tags": [ | |||||
"External" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |