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.

114 lines
2.6KB

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