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.

Core.json 3.5KB

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