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.

99 lines
2.2KB

  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": "HostCV",
  18. "disabled": false,
  19. "name": "Host CV",
  20. "description": "Exposes host-provided CV ports in a module",
  21. "tags": [
  22. "Utility"
  23. ]
  24. },
  25. {
  26. "slug": "HostParameters",
  27. "disabled": false,
  28. "name": "Host Parameters",
  29. "description": "Exposes host-controlled plugin parameters in a module",
  30. "tags": [
  31. "Utility"
  32. ]
  33. },
  34. {
  35. "slug": "HostTime",
  36. "disabled": false,
  37. "name": "Host Time",
  38. "description": "Exposes host-provided time/transport information in a module",
  39. "tags": [
  40. "Utility"
  41. ]
  42. },
  43. {
  44. "slug": "glBars",
  45. "disabled": false,
  46. "name": "glBars",
  47. "description": "OpenGL bars visualization, as seen in XMMS and XBMC/Kodi",
  48. "tags": [
  49. "Visual"
  50. ]
  51. },
  52. {
  53. "slug": "Blank",
  54. "disabled": false,
  55. "name": "Blank",
  56. "description": "Cardinal's own blank panel",
  57. "tags": [
  58. "Visual"
  59. ]
  60. },
  61. {
  62. "slug": "AudioFile",
  63. "disabled": false,
  64. "name": "Audio File",
  65. "description": "Audio file player as a module",
  66. "tags": [
  67. "Utility"
  68. ]
  69. },
  70. {
  71. "slug": "Carla",
  72. "disabled": false,
  73. "name": "Carla Plugin Host",
  74. "description": "A modular plugin host within Cardinal",
  75. "tags": [
  76. "Utility"
  77. ]
  78. },
  79. {
  80. "slug": "Ildaeil",
  81. "disabled": false,
  82. "name": "Ildaeil Plugin Host",
  83. "description": "A mini plugin host within Cardinal for loading any FX",
  84. "tags": [
  85. "Utility"
  86. ]
  87. },
  88. {
  89. "slug": "TextEditor",
  90. "disabled": false,
  91. "name": "Text Editor",
  92. "description": "An embed text editor inside Cardinal",
  93. "tags": [
  94. "Utility"
  95. ]
  96. }
  97. ]
  98. }