Browse Source

Integrate rcm at version 1.0.0. #527

v1
Christoph Scholtes 6 years ago
parent
commit
9af5c32e37
2 changed files with 95 additions and 1 deletions
  1. +94
    -0
      manifests/rcm.json
  2. +1
    -1
      repos/rcm

+ 94
- 0
manifests/rcm.json View File

@@ -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"
]
}
]
}

+ 1
- 1
repos/rcm

@@ -1 +1 @@
Subproject commit 855219f0740965b4169cbe85fad6e9b5cb8b583a
Subproject commit 0b1b96de41e3e3731710af7ba653e551e364fadf

Loading…
Cancel
Save