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.

zynaddsubfx-ui.cpp 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Carla Native Plugins
  3. * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
  4. *
  5. * This program is free software; you can redistribute it and/or
  6. * modify it under the terms of the GNU General Public License as
  7. * published by the Free Software Foundation; either version 2 of
  8. * the License, or any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. *
  15. * For a full copy of the GNU General Public License see the GPL.txt file
  16. */
  17. #define PLUGINVERSION
  18. #define SOURCE_DIR "/usr/share/zynaddsubfx/examples"
  19. #include "CarlaString.hpp"
  20. #undef override
  21. CarlaString gUiPixmapPath;
  22. // zynaddsubfx ui includes
  23. #include "zynaddsubfx/UI/NioUI.cpp"
  24. #include "zynaddsubfx/UI/WidgetPDial.cpp"
  25. #include "zynaddsubfx/UI/ADnoteUI.cpp"
  26. #include "zynaddsubfx/UI/BankUI.cpp"
  27. #include "zynaddsubfx/UI/ConfigUI.cpp"
  28. #include "zynaddsubfx/UI/EffUI.cpp"
  29. #include "zynaddsubfx/UI/EnvelopeUI.cpp"
  30. #include "zynaddsubfx/UI/FilterUI.cpp"
  31. #include "zynaddsubfx/UI/LFOUI.cpp"
  32. #include "zynaddsubfx/UI/MasterUI.cpp"
  33. #include "zynaddsubfx/UI/MicrotonalUI.cpp"
  34. #include "zynaddsubfx/UI/OscilGenUI.cpp"
  35. #include "zynaddsubfx/UI/PADnoteUI.cpp"
  36. #include "zynaddsubfx/UI/PartUI.cpp"
  37. #include "zynaddsubfx/UI/PresetsUI.cpp"
  38. #include "zynaddsubfx/UI/ResonanceUI.cpp"
  39. #include "zynaddsubfx/UI/SUBnoteUI.cpp"
  40. #include "zynaddsubfx/UI/VirKeyboard.cpp"