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.

77 lines
2.0KB

  1. {
  2. "slug": "Core",
  3. "name": "Cardinal Core",
  4. "version": "2.0.1",
  5. "license": "GPL-3.0-or-later",
  6. "author": "Vortico",
  7. "brand": "Vortico",
  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 Cardinal",
  14. "modules": [
  15. {
  16. "slug": "MIDICCToCVInterface",
  17. "name": "MIDI CC to CV",
  18. "description": "Converts MIDI CC from an external device to CV",
  19. "manualUrl": "https://vcvrack.com/manual/Core#MIDI-CC",
  20. "tags": [
  21. "External",
  22. "MIDI"
  23. ]
  24. },
  25. {
  26. "slug": "MIDITriggerToCVInterface",
  27. "name": "MIDI to Gate",
  28. "description": "Converts MIDI notes from an external device to gates",
  29. "manualUrl": "https://vcvrack.com/manual/Core#MIDI-Gate",
  30. "tags": [
  31. "External",
  32. "MIDI"
  33. ]
  34. },
  35. {
  36. "slug": "MIDI-Map",
  37. "name": "MIDI Map",
  38. "description": "Controls parameters (knobs, sliders, switches) directly with MIDI CC",
  39. "manualUrl": "https://vcvrack.com/manual/Core#MIDI-Map",
  40. "tags": [
  41. "External",
  42. "MIDI"
  43. ]
  44. },
  45. {
  46. "slug": "CV-CC",
  47. "name": "CV to MIDI CC",
  48. "description": "Converts CV to MIDI CC and sends to an external device",
  49. "manualUrl": "https://vcvrack.com/manual/Core#CV-CC",
  50. "tags": [
  51. "External",
  52. "MIDI"
  53. ]
  54. },
  55. {
  56. "slug": "CV-Gate",
  57. "name": "Gate to MIDI",
  58. "description": "Converts gates to MIDI notes and sends to an external device",
  59. "manualUrl": "https://vcvrack.com/manual/Core#CV-Gate",
  60. "tags": [
  61. "External",
  62. "MIDI"
  63. ]
  64. },
  65. {
  66. "slug": "Blank",
  67. "name": "Blank",
  68. "description": "A resizable blank panel",
  69. "manualUrl": "https://vcvrack.com/manual/Core#Blank",
  70. "tags": [
  71. "Blank"
  72. ],
  73. "hidden": true
  74. }
  75. ]
  76. }