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.

169 lines
3.8KB

  1. {
  2. "slug": "Cardinal",
  3. "name": "Cardinal",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "DISTRHO",
  7. "author": "DISTRHO",
  8. "authorEmail": "falktx@falktx.com",
  9. "pluginUrl": "https://github.com/DISTRHO/Cardinal",
  10. "authorUrl": "https://github.com/DISTRHO/Cardinal",
  11. "manualUrl": "https://github.com/DISTRHO/Cardinal/wiki",
  12. "sourceUrl": "https://github.com/DISTRHO/Cardinal",
  13. "changelogUrl": "",
  14. "modules":
  15. [
  16. {
  17. "slug": "HostAudio2",
  18. "name": "Audio 2",
  19. "description": "Exposes host-provided audio ports in a module",
  20. "tags": [
  21. "External"
  22. ]
  23. },
  24. {
  25. "slug": "HostAudio8",
  26. "name": "Audio 8",
  27. "description": "Exposes host-provided audio ports in a module",
  28. "tags": [
  29. "External"
  30. ]
  31. },
  32. {
  33. "slug": "HostCV",
  34. "name": "Host CV",
  35. "description": "Exposes host-provided CV ports in a module",
  36. "tags": [
  37. "External"
  38. ]
  39. },
  40. {
  41. "slug": "HostMIDI",
  42. "name": "Host MIDI",
  43. "description": "Exposes host-provided MIDI in a module",
  44. "tags": [
  45. "External",
  46. "MIDI",
  47. "Polyphonic"
  48. ]
  49. },
  50. {
  51. "slug": "HostMIDICC",
  52. "name": "Host MIDI CC",
  53. "description": "Exposes host-provided MIDI CC, channel pressure and pitchbend in a module",
  54. "tags": [
  55. "External",
  56. "MIDI"
  57. ]
  58. },
  59. {
  60. "slug": "HostMIDIGate",
  61. "name": "Host MIDI Gate",
  62. "description": "Exposes host-provided MIDI notes as gates in a module",
  63. "tags": [
  64. "External",
  65. "MIDI"
  66. ]
  67. },
  68. {
  69. "slug": "HostMIDIMap",
  70. "name": "Host MIDI CC Map",
  71. "description": "Allows host-provided MIDI CC to control other module parameters",
  72. "tags": [
  73. "External",
  74. "MIDI"
  75. ]
  76. },
  77. {
  78. "slug": "HostParameters",
  79. "name": "Host Parameters",
  80. "description": "Exposes host-controlled plugin parameters in a module",
  81. "tags": [
  82. "External"
  83. ]
  84. },
  85. {
  86. "slug": "HostTime",
  87. "name": "Host Time",
  88. "description": "Exposes host-provided time/transport information in a module",
  89. "tags": [
  90. "External"
  91. ]
  92. },
  93. {
  94. "slug": "glBars",
  95. "name": "glBars",
  96. "description": "OpenGL bars visualization, as seen in XMMS and XBMC/Kodi",
  97. "tags": [
  98. "Visual"
  99. ]
  100. },
  101. {
  102. "slug": "Blank",
  103. "name": "Blank",
  104. "description": "Cardinal's own blank panel, featuring Hatsune Miku",
  105. "tags": [
  106. "Visual"
  107. ]
  108. },
  109. {
  110. "slug": "ExpanderInputMIDI",
  111. "name": "ExpanderInputMIDI",
  112. "description": "MIDI input (from CV) expander for Carla Plugin Host and Ildaeil",
  113. "tags": [
  114. "Expander",
  115. "MIDI"
  116. ]
  117. },
  118. {
  119. "slug": "ExpanderOutputMIDI",
  120. "name": "ExpanderOutputMIDI",
  121. "description": "MIDI output (to CV) expander for Carla Plugin Host and Ildaeil",
  122. "tags": [
  123. "Expander",
  124. "MIDI"
  125. ]
  126. },
  127. {
  128. "slug": "AudioFile",
  129. "name": "Audio File",
  130. "description": "Audio file player as a module",
  131. "tags": [
  132. "Utility"
  133. ]
  134. },
  135. {
  136. "slug": "Carla",
  137. "name": "Carla Plugin Host",
  138. "description": "A modular plugin host within Cardinal",
  139. "tags": [
  140. "Utility"
  141. ]
  142. },
  143. {
  144. "slug": "Ildaeil",
  145. "name": "Ildaeil Plugin Host",
  146. "description": "A mini plugin host within Cardinal for loading any FX",
  147. "tags": [
  148. "Utility"
  149. ]
  150. },
  151. {
  152. "slug": "MPV",
  153. "name": "MPV",
  154. "description": "An embed video player inside Cardinal",
  155. "tags": [
  156. "Visual"
  157. ]
  158. },
  159. {
  160. "slug": "TextEditor",
  161. "name": "Text Editor",
  162. "description": "An embed text editor inside Cardinal",
  163. "tags": [
  164. "Utility"
  165. ]
  166. }
  167. ]
  168. }