Audio plugin host https://kx.studio/carla
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.

141 lines
2.8KB

  1. # This document describes manual test cases for Carla.
  2. ----------------------------------------------------------------------------------------
  3. ----Section 1. -----------------------------------------------------------------------
  4. REFRESH PLUGINS
  5. Native plugins:
  6. -N- LADSPA
  7. -N- DSSI
  8. -N- LV2
  9. -N- VST
  10. -N- GIG
  11. -N- SF2
  12. -N- SFZ
  13. -N- Native
  14. Non-native, posix plugins:
  15. -N- LADSPA
  16. -N- DSSI
  17. -N- LV2
  18. -N- VST
  19. Non-native, win32 plugins:
  20. -N- LADSPA
  21. -N- DSSI [*]
  22. -N- LV2
  23. -N- VST
  24. Non-native, win64 plugins:
  25. -N- LADSPA [*]
  26. -N- DSSI [*]
  27. -N- LV2
  28. -N- VST
  29. ----------------------------------------------------------------------------------------
  30. ----Section 2. -----------------------------------------------------------------------
  31. LOADING PLUGINS (load and safely remove)
  32. Native plugins:
  33. -N- LADSPA
  34. -N- DSSI
  35. -N- LV2
  36. -N- VST
  37. -N- GIG
  38. -N- SF2
  39. -N- SFZ
  40. -N- Native
  41. Non-native, posix plugins:
  42. -N- LADSPA
  43. -N- DSSI
  44. -N- LV2
  45. -N- VST
  46. Non-native, win32 plugins:
  47. -N- LADSPA
  48. -N- DSSI [*]
  49. -N- LV2
  50. -N- VST
  51. Non-native, win64 plugins:
  52. -N- LADSPA [*]
  53. -N- DSSI [*]
  54. -N- LV2
  55. -N- VST
  56. ----------------------------------------------------------------------------------------
  57. ----Section 3. -----------------------------------------------------------------------
  58. SAVE & RESTORE PLUGIN STATE (Manual and In-Project, verify data)
  59. Native plugins:
  60. -N- LADSPA
  61. -N- DSSI
  62. -N- LV2
  63. -N- VST
  64. -N- SF2
  65. Non-native, posix plugins:
  66. -N- LADSPA
  67. -N- DSSI
  68. -N- LV2
  69. -N- VST
  70. Non-native, win32 plugins:
  71. -N- LADSPA
  72. -N- DSSI [*]
  73. -N- LV2
  74. -N- VST
  75. Non-native, win64 plugins:
  76. -N- LADSPA [*]
  77. -N- DSSI [*]
  78. -N- LV2
  79. -N- VST
  80. ----------------------------------------------------------------------------------------
  81. ----Section 4. -----------------------------------------------------------------------
  82. LOADING PLUGIN'S GUI (load, show/hide, close/reopen)
  83. Native plugins:
  84. -N- DSSI (OSC based)
  85. -N- LV2 (External-UI, internal)
  86. -N- LV2 (Qt4-UI, internal)
  87. -N- LV2 (X11-UI, internal)
  88. -N- LV2 (Suil-UI, internal)
  89. -N- LV2 (Gtk2-UI, OSC bridged)
  90. -N- LV2 (Gtk3-UI, OSC bridged) [*]
  91. -N- LV2 (Qt4-UI, OSC bridged)
  92. -N- LV2 (X11-UI, OSC bridged)
  93. -N- VST (internal)
  94. -N- VST (OSC bridged)
  95. Non-native, posix plugins:
  96. -N- LV2 (External-UI, internal)
  97. -N- LV2 (Qt4-UI, internal)
  98. -N- LV2 (X11-UI, internal)
  99. -N- VST (internal)
  100. Non-native, win32 plugins:
  101. -N- LV2 (External-UI, internal)
  102. -N- LV2 (Qt4-UI, internal) [*]
  103. -N- LV2 (Windows-UI, internal) [*]
  104. -N- VST (internal)
  105. Non-native, win64 plugins:
  106. -N- LV2 (External-UI, internal)
  107. -N- LV2 (Qt4-UI, internal) [*]
  108. -N- LV2 (Windows-UI, internal) [*]
  109. -N- VST (internal)
  110. ----------------------------------------------------------------------------------------
  111. ----------------------------------------------------------------------------------------
  112. ----------------------------------------------------------------------------------------
  113. [*] Cannot test, no such plugins yet