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.

132 lines
3.5KB

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