diff --git a/manifests/rcm.json b/manifests/rcm.json new file mode 100644 index 00000000..9d92b9ab --- /dev/null +++ b/manifests/rcm.json @@ -0,0 +1,94 @@ +{ + "slug": "rcm", + "name": "RCM", + "brand": "RCM", + "version": "1.0.0", + "license": "GPL-2.0-or-later", + "author": "RCM", + "authorEmail": "", + "authorUrl": "https://github.com/Rcomian", + "pluginUrl": "https://github.com/Rcomian/rcm-modules", + "manualUrl": "https://github.com/Rcomian/rcm-modules/blob/v0.6/README.md", + "sourceUrl": "https://github.com/Rcomian/rcm-modules", + "donateUrl": "", + "modules": [ + { + "slug": "rcm-CVTgl", + "name": "CV Toggle", + "description": "A labelled toggle switch, outputs 0V or 10V", + "tags": [] + }, + { + "slug": "rcm-CVMmt", + "name": "CV Momentary", + "description": "A labelled button, outputs 0V or 10V", + "tags": [] + }, + { + "slug": "rcm-CVS0to10", + "name": "CV Sliders 0 to 10", + "description": "4 CV sliders, outputs 0V to 10V", + "tags": [] + }, + { + "slug": "rcm-CV5to5", + "name": "CV Knob -5 to 5", + "description": "CV knob, outputs -5V to 5V", + "tags": [] + }, + { + "slug": "rcm-CV0to10", + "name": "CV Knob 0 to 10", + "description": "CV knob, outputs 0V to 10V", + "tags": [] + }, + { + "slug": "rcm-gverb", + "name": "GVerb", + "description": "Dirty unstable reverb", + "tags": [ + "reverb" + ] + }, + { + "slug": "rcm-duck", + "name": "Duck", + "description": "Basic audio ducking", + "tags": [ + "dynamics" + ] + }, + { + "slug": "rcm-seq-adapter", + "name": "SEQ Adapter", + "description": "Nord style reset for syncing simple sequencers", + "tags": [ + "seq" + ] + }, + { + "slug": "rcm-sync", + "name": "Sync", + "description": "Simplified Nord style reset for syncing simple sequencers", + "tags": [ + "seq" + ] + }, + { + "slug": "rcm-pianoroll", + "name": "Piano Roll", + "description": "Simple Piano Roll for sequencing", + "tags": [ + "seq" + ] + }, + { + "slug": "AudioInterface16", + "name": "Audio Interface 16", + "description": "A reskin of the Audio16 Interface (only kept for backwards compat)", + "tags": [ + "audio" + ] + } + ] +} \ No newline at end of file diff --git a/repos/rcm b/repos/rcm index 855219f0..0b1b96de 160000 --- a/repos/rcm +++ b/repos/rcm @@ -1 +1 @@ -Subproject commit 855219f0740965b4169cbe85fad6e9b5cb8b583a +Subproject commit 0b1b96de41e3e3731710af7ba653e551e364fadf