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.

122 lines
2.7KB

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