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.

214 lines
6.6KB

  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. "authorUrl": "https://falktx.com/",
  10. "pluginUrl": "https://github.com/DISTRHO/Cardinal",
  11. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md",
  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. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-audio",
  21. "tags": [
  22. "External"
  23. ]
  24. },
  25. {
  26. "slug": "HostAudio8",
  27. "name": "Audio 8",
  28. "description": "Exposes host-provided audio ports in a module",
  29. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-audio",
  30. "tags": [
  31. "External"
  32. ]
  33. },
  34. {
  35. "slug": "HostCV",
  36. "name": "Host CV",
  37. "description": "Exposes host-provided CV ports in a module",
  38. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-cv",
  39. "tags": [
  40. "External"
  41. ]
  42. },
  43. {
  44. "slug": "HostMIDI",
  45. "name": "Host MIDI",
  46. "description": "Exposes host-provided MIDI in a module",
  47. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-midi",
  48. "tags": [
  49. "External",
  50. "MIDI",
  51. "Polyphonic"
  52. ]
  53. },
  54. {
  55. "slug": "HostMIDICC",
  56. "name": "Host MIDI CC",
  57. "description": "Exposes host-provided MIDI CC, channel pressure and pitchbend in a module",
  58. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-midi-cc",
  59. "tags": [
  60. "External",
  61. "MIDI"
  62. ]
  63. },
  64. {
  65. "slug": "HostMIDIGate",
  66. "name": "Host MIDI Gate",
  67. "description": "Exposes host-provided MIDI notes as gates in a module",
  68. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-midi-gate",
  69. "tags": [
  70. "External",
  71. "MIDI"
  72. ]
  73. },
  74. {
  75. "slug": "HostMIDIMap",
  76. "name": "Host MIDI CC Map",
  77. "description": "Allows host-provided MIDI CC to control other module parameters",
  78. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-midi-map",
  79. "tags": [
  80. "External",
  81. "MIDI"
  82. ]
  83. },
  84. {
  85. "slug": "HostParameters",
  86. "name": "Host Parameters",
  87. "description": "Exposes host-controlled plugin parameters in a module",
  88. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-parameters",
  89. "tags": [
  90. "External"
  91. ]
  92. },
  93. {
  94. "slug": "HostParametersMap",
  95. "name": "Host Parameters Map",
  96. "description": "Allows host-controlled plugin parameters to control other module parameters",
  97. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-parameters-map",
  98. "tags": [
  99. "External"
  100. ]
  101. },
  102. {
  103. "slug": "HostTime",
  104. "name": "Host Time",
  105. "description": "Exposes host-provided time/transport information in a module",
  106. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#host-time",
  107. "tags": [
  108. "External"
  109. ]
  110. },
  111. {
  112. "slug": "glBars",
  113. "name": "glBars",
  114. "description": "OpenGL bars visualization, as seen in XMMS and XBMC/Kodi",
  115. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#glbars",
  116. "tags": [
  117. "Visual"
  118. ]
  119. },
  120. {
  121. "slug": "Blank",
  122. "name": "Blank",
  123. "description": "Cardinal's own blank panel, featuring Hatsune Miku",
  124. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#blank",
  125. "tags": [
  126. "Blank"
  127. ]
  128. },
  129. {
  130. "slug": "ExpanderInputMIDI",
  131. "name": "ExpanderInputMIDI",
  132. "description": "MIDI input (from CV) expander for Carla Plugin Host and Ildaeil",
  133. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#expanders-midi",
  134. "tags": [
  135. "Expander",
  136. "MIDI"
  137. ]
  138. },
  139. {
  140. "slug": "ExpanderOutputMIDI",
  141. "name": "ExpanderOutputMIDI",
  142. "description": "MIDI output (to CV) expander for Carla Plugin Host and Ildaeil",
  143. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#expanders-midi",
  144. "tags": [
  145. "Expander",
  146. "MIDI"
  147. ]
  148. },
  149. {
  150. "slug": "AudioFile",
  151. "name": "Audio File",
  152. "description": "Audio file player as a module",
  153. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#audio-file",
  154. "tags": [
  155. "Utility"
  156. ]
  157. },
  158. {
  159. "slug": "AudioToCVPitch",
  160. "name": "Audio To CV Pitch",
  161. "description": "Converts a monophonic audio signal to CV pitch",
  162. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#audio-to-cv-pitch",
  163. "tags": [
  164. "Utility"
  165. ]
  166. },
  167. {
  168. "slug": "Carla",
  169. "name": "Carla Plugin Host",
  170. "description": "A modular plugin host within Cardinal",
  171. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#carla",
  172. "tags": [
  173. "Utility"
  174. ]
  175. },
  176. {
  177. "slug": "Ildaeil",
  178. "name": "Ildaeil Plugin Host",
  179. "description": "A mini plugin host within Cardinal for loading any FX",
  180. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#ildaeil",
  181. "tags": [
  182. "Utility"
  183. ]
  184. },
  185. {
  186. "slug": "MPV",
  187. "name": "MPV",
  188. "description": "An embed video player inside Cardinal",
  189. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#mpv",
  190. "tags": [
  191. "Visual"
  192. ]
  193. },
  194. {
  195. "slug": "SassyScope",
  196. "name": "Sassy Scope",
  197. "description": "Scope from Sassy Audio Spreadsheet",
  198. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#sassy-scope",
  199. "tags": [
  200. "Visual"
  201. ]
  202. },
  203. {
  204. "slug": "TextEditor",
  205. "name": "Text Editor",
  206. "description": "An embed text editor inside Cardinal",
  207. "manualUrl": "https://github.com/DISTRHO/Cardinal/blob/main/docs/CARDINAL-MODULES.md#text-editor",
  208. "tags": [
  209. "Utility"
  210. ]
  211. }
  212. ]
  213. }