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.

20 lines
589B

  1. #include "Bark.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(Bark, TrimLFO);
  3. RACK_PLUGIN_MODEL_DECLARE(Bark, TrimLFObpm);
  4. RACK_PLUGIN_MODEL_DECLARE(Bark, QuadLogic);
  5. RACK_PLUGIN_MODEL_DECLARE(Bark, Panel6);
  6. RACK_PLUGIN_MODEL_DECLARE(Bark, OneBand);
  7. RACK_PLUGIN_INIT(Bark) {
  8. RACK_PLUGIN_INIT_ID();
  9. RACK_PLUGIN_INIT_VERSION("0.6.5");
  10. RACK_PLUGIN_INIT_WEBSITE("https://github.com/Coirt/Bark");
  11. RACK_PLUGIN_MODEL_ADD(Bark, TrimLFO);
  12. RACK_PLUGIN_MODEL_ADD(Bark, TrimLFObpm);
  13. RACK_PLUGIN_MODEL_ADD(Bark, QuadLogic);
  14. RACK_PLUGIN_MODEL_ADD(Bark, Panel6);
  15. RACK_PLUGIN_MODEL_ADD(Bark, OneBand);
  16. }