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.

47 lines
708B

  1. #include "rack.hpp"
  2. #ifdef __V1
  3. #include "component.hpp"
  4. #else
  5. #include "componentlibrary.hpp"
  6. #endif
  7. //extern rack::Plugin* plugin;
  8. #ifndef __V1
  9. //#define _SEQ // just for test
  10. #endif
  11. #define _FUN // works with 1.0
  12. #define _LFN
  13. #define _FORMANTS
  14. #define _SHAPER
  15. #define _CHB
  16. #define _GRAY
  17. //#define _CH10
  18. #ifndef __V1
  19. #define _EV3
  20. #define _CHB
  21. #define _CHBG
  22. #define _LFN
  23. #define _COLORS
  24. #define _GRAY
  25. #define _SUPER
  26. #define _GROWLER
  27. #define _FORMANTS
  28. #define _TBOOST
  29. #define _BOOTY
  30. #define _TREM
  31. #endif
  32. using namespace rack;
  33. RACK_PLUGIN_DECLARE(squinkylabs_plug1);
  34. #ifdef USE_VST2
  35. #define plugin "squinkylabs-plug1"
  36. #endif // USE_VST2