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.

14 lines
276B

  1. #include "huaba.hpp"
  2. #include "eq3.hpp"
  3. #include "abbus.hpp"
  4. RACK_PLUGIN_MODEL_DECLARE(huaba, EQ3);
  5. RACK_PLUGIN_MODEL_DECLARE(huaba, ABBus);
  6. RACK_PLUGIN_INIT(huaba) {
  7. RACK_PLUGIN_INIT_ID();
  8. RACK_PLUGIN_MODEL_ADD(huaba, EQ3);
  9. RACK_PLUGIN_MODEL_ADD(huaba, ABBus);
  10. }