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.

22 lines
679B

  1. #include "bsp.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(bsp, AttenuMixer);
  3. RACK_PLUGIN_MODEL_DECLARE(bsp, Obxd_VCF);
  4. RACK_PLUGIN_MODEL_DECLARE(bsp, RMS);
  5. RACK_PLUGIN_MODEL_DECLARE(bsp, Scanner);
  6. RACK_PLUGIN_MODEL_DECLARE(bsp, Sway);
  7. RACK_PLUGIN_MODEL_DECLARE(bsp, TunedDelayLine);
  8. RACK_PLUGIN_INIT(bsp) {
  9. RACK_PLUGIN_INIT_ID();
  10. RACK_PLUGIN_INIT_WEBSITE("https://github.com/bsp2/VeeSeeVSTRack/tree/v0.6/plugins/community/repos/bsp");
  11. RACK_PLUGIN_MODEL_ADD(bsp, AttenuMixer);
  12. RACK_PLUGIN_MODEL_ADD(bsp, Obxd_VCF);
  13. RACK_PLUGIN_MODEL_ADD(bsp, RMS);
  14. RACK_PLUGIN_MODEL_ADD(bsp, Scanner);
  15. RACK_PLUGIN_MODEL_ADD(bsp, Sway);
  16. RACK_PLUGIN_MODEL_ADD(bsp, TunedDelayLine);
  17. }