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.

135 lines
3.5KB

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