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": "Core",
  3. "name": "Core",
  4. "version": "1.1.3",
  5. "license": "GPL-3.0-only",
  6. "author": "VCV",
  7. "brand": "VCV",
  8. "authorEmail": "contact@vcvrack.com",
  9. "authorUrl": "https://vcvrack.com/",
  10. "pluginUrl": "https://vcvrack.com/",
  11. "manualUrl": "https://vcvrack.com/manual/Core.html",
  12. "sourceUrl": "https://github.com/VCVRack/Rack",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "AudioInterface",
  17. "name": "Audio-8",
  18. "description": "Sends audio and CV to/from an audio device",
  19. "tags": [
  20. "External"
  21. ]
  22. },
  23. {
  24. "slug": "AudioInterface16",
  25. "name": "Audio-16",
  26. "description": "Sends audio and CV to/from an audio device",
  27. "tags": [
  28. "External"
  29. ]
  30. },
  31. {
  32. "slug": "MIDIToCVInterface",
  33. "name": "MIDI-CV",
  34. "description": "Converts MIDI from an external device to CV and gates",
  35. "tags": [
  36. "External",
  37. "MIDI",
  38. "Polyphonic"
  39. ]
  40. },
  41. {
  42. "slug": "MIDICCToCVInterface",
  43. "name": "MIDI-CC",
  44. "description": "Converts MIDI CC from an external device to CV",
  45. "tags": [
  46. "External",
  47. "MIDI"
  48. ]
  49. },
  50. {
  51. "slug": "MIDITriggerToCVInterface",
  52. "name": "MIDI-Gate",
  53. "description": "Converts MIDI notes from an external device to gates",
  54. "tags": [
  55. "External",
  56. "MIDI"
  57. ]
  58. },
  59. {
  60. "slug": "MIDI-Map",
  61. "name": "MIDI-Map",
  62. "description": "Controls parameters (knobs, sliders, switches) directly with MIDI CC",
  63. "tags": [
  64. "External",
  65. "MIDI"
  66. ]
  67. },
  68. {
  69. "slug": "CV-MIDI",
  70. "name": "CV-MIDI",
  71. "description": "Converts CV to MIDI and sends to an external device",
  72. "tags": [
  73. "External",
  74. "MIDI",
  75. "Polyphonic"
  76. ]
  77. },
  78. {
  79. "slug": "CV-CC",
  80. "name": "CV-CC",
  81. "description": "Converts CV to MIDI CC and sends to an external device",
  82. "tags": [
  83. "External",
  84. "MIDI"
  85. ]
  86. },
  87. {
  88. "slug": "CV-Gate",
  89. "name": "CV-Gate",
  90. "description": "Converts gates to MIDI notes and sends to an external device",
  91. "tags": [
  92. "External",
  93. "MIDI"
  94. ]
  95. },
  96. {
  97. "slug": "Blank",
  98. "name": "Blank",
  99. "description": "A resizable blank panel",
  100. "tags": [
  101. "Blank"
  102. ]
  103. },
  104. {
  105. "slug": "Notes",
  106. "name": "Notes",
  107. "description": "Write text for patch notes or artist attribution",
  108. "tags": [
  109. "Blank"
  110. ]
  111. }
  112. ]
  113. }