You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
2.5KB

  1. {
  2. "slug": "rcm",
  3. "name": "RCM",
  4. "brand": "RCM",
  5. "version": "1.1.0",
  6. "license": "GPL-2.0-or-later",
  7. "author": "RCM",
  8. "authorEmail": "rcmmodules@tupper.org.uk",
  9. "authorUrl": "https://github.com/Rcomian",
  10. "pluginUrl": "https://github.com/Rcomian/rcm-modules",
  11. "manualUrl": "https://github.com/Rcomian/rcm-modules/blob/v0.6/README.md",
  12. "sourceUrl": "https://github.com/Rcomian/rcm-modules",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "rcm-CVTgl",
  17. "name": "CV Toggle",
  18. "description": "A labelled toggle switch, outputs 0V or 10V",
  19. "tags": [
  20. "Controller"
  21. ]
  22. },
  23. {
  24. "slug": "rcm-CVMmt",
  25. "name": "CV Momentary",
  26. "description": "A labelled button, outputs 0V or 10V",
  27. "tags": [
  28. "Controller"
  29. ]
  30. },
  31. {
  32. "slug": "rcm-CVS0to10",
  33. "name": "CV Sliders 0 to 10",
  34. "description": "4 CV sliders, outputs 0V to 10V",
  35. "tags": [
  36. "Controller"
  37. ]
  38. },
  39. {
  40. "slug": "rcm-CV5to5",
  41. "name": "CV Knob -5 to 5",
  42. "description": "CV knob, outputs -5V to 5V",
  43. "tags": [
  44. "Controller"
  45. ]
  46. },
  47. {
  48. "slug": "rcm-CV0to10",
  49. "name": "CV Knob 0 to 10",
  50. "description": "CV knob, outputs 0V to 10V",
  51. "tags": [
  52. "Controller"
  53. ]
  54. },
  55. {
  56. "slug": "rcm-gverb",
  57. "name": "GVerb",
  58. "description": "Dirty unstable reverb",
  59. "tags": [
  60. "Reverb"
  61. ]
  62. },
  63. {
  64. "slug": "rcm-duck",
  65. "name": "Duck",
  66. "description": "Basic audio ducking",
  67. "tags": [
  68. "Dynamics"
  69. ]
  70. },
  71. {
  72. "slug": "rcm-seq-adapter",
  73. "name": "SEQ Adapter",
  74. "description": "Nord style reset for syncing simple sequencers",
  75. "tags": [
  76. "Sequencer"
  77. ]
  78. },
  79. {
  80. "slug": "rcm-sync",
  81. "name": "Sync",
  82. "description": "Simplified Nord style reset for syncing simple sequencers",
  83. "tags": [
  84. "Sequencer"
  85. ]
  86. },
  87. {
  88. "slug": "rcm-polynos",
  89. "name": "Poly Noise",
  90. "description": "Polyphonic white noise output. Polyphony matches src input",
  91. "tags": [
  92. "Polyphonic",
  93. "Noise"
  94. ]
  95. },
  96. {
  97. "slug": "rcm-pianoroll",
  98. "name": "Piano Roll",
  99. "description": "Simple Piano Roll for sequencing",
  100. "tags": [
  101. "Sequencer"
  102. ]
  103. },
  104. {
  105. "slug": "AudioInterface16",
  106. "name": "Audio Interface 16",
  107. "description": "A reskin of the Audio16 Interface (only kept for backwards compat)",
  108. "tags": [
  109. "External"
  110. ]
  111. }
  112. ]
  113. }