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
627B

  1. #include "ZZC.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(ZZC, Clock);
  3. RACK_PLUGIN_MODEL_DECLARE(ZZC, Divider);
  4. RACK_PLUGIN_MODEL_DECLARE(ZZC, FN3);
  5. RACK_PLUGIN_MODEL_DECLARE(ZZC, SCVCA);
  6. RACK_PLUGIN_MODEL_DECLARE(ZZC, SH8);
  7. RACK_PLUGIN_MODEL_DECLARE(ZZC, SRC);
  8. RACK_PLUGIN_INIT(ZZC) {
  9. RACK_PLUGIN_INIT_ID();
  10. RACK_PLUGIN_INIT_VERSION("0.6.6");
  11. RACK_PLUGIN_INIT_WEBSITE("https://github.com/zezic/ZZC");
  12. RACK_PLUGIN_MODEL_ADD(ZZC, Clock);
  13. RACK_PLUGIN_MODEL_ADD(ZZC, Divider);
  14. RACK_PLUGIN_MODEL_ADD(ZZC, FN3);
  15. RACK_PLUGIN_MODEL_ADD(ZZC, SCVCA);
  16. RACK_PLUGIN_MODEL_ADD(ZZC, SH8);
  17. RACK_PLUGIN_MODEL_ADD(ZZC, SRC);
  18. }