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.

123 lines
2.8KB

  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": "contact@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. "tags": [
  22. "External"
  23. ]
  24. },
  25. {
  26. "slug": "AudioInterface",
  27. "name": "Audio-8",
  28. "description": "Sends audio and CV to/from an audio device",
  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. "tags": [
  38. "External"
  39. ]
  40. },
  41. {
  42. "slug": "MIDIToCVInterface",
  43. "name": "MIDI-CV",
  44. "description": "Converts MIDI from an external device to CV and gates",
  45. "tags": [
  46. "External",
  47. "MIDI",
  48. "Polyphonic"
  49. ]
  50. },
  51. {
  52. "slug": "MIDICCToCVInterface",
  53. "name": "MIDI-CC",
  54. "description": "Converts MIDI CC from an external device to CV",
  55. "tags": [
  56. "External",
  57. "MIDI"
  58. ]
  59. },
  60. {
  61. "slug": "MIDITriggerToCVInterface",
  62. "name": "MIDI-Gate",
  63. "description": "Converts MIDI notes from an external device to gates",
  64. "tags": [
  65. "External",
  66. "MIDI"
  67. ]
  68. },
  69. {
  70. "slug": "MIDI-Map",
  71. "name": "MIDI-Map",
  72. "description": "Controls parameters (knobs, sliders, switches) directly with MIDI CC",
  73. "tags": [
  74. "External",
  75. "MIDI"
  76. ]
  77. },
  78. {
  79. "slug": "CV-MIDI",
  80. "name": "CV-MIDI",
  81. "description": "Converts CV to MIDI and sends to an external device",
  82. "tags": [
  83. "External",
  84. "MIDI",
  85. "Polyphonic"
  86. ]
  87. },
  88. {
  89. "slug": "CV-CC",
  90. "name": "CV-CC",
  91. "description": "Converts CV to MIDI CC and sends to an external device",
  92. "tags": [
  93. "External",
  94. "MIDI"
  95. ]
  96. },
  97. {
  98. "slug": "CV-Gate",
  99. "name": "CV-Gate",
  100. "description": "Converts gates to MIDI notes and sends to an external device",
  101. "tags": [
  102. "External",
  103. "MIDI"
  104. ]
  105. },
  106. {
  107. "slug": "Blank",
  108. "name": "Blank",
  109. "description": "A resizable blank panel",
  110. "tags": [
  111. "Blank"
  112. ]
  113. },
  114. {
  115. "slug": "Notes",
  116. "name": "Notes",
  117. "description": "Write text for patch notes or artist attribution",
  118. "tags": [
  119. "Blank"
  120. ]
  121. }
  122. ]
  123. }