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.

16 lines
484B

  1. #include "Noobhour.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(noobhour, Baseliner);
  3. RACK_PLUGIN_MODEL_DECLARE(noobhour, Bsl1r);
  4. RACK_PLUGIN_MODEL_DECLARE(noobhour, Customscaler);
  5. RACK_PLUGIN_INIT(noobhour) {
  6. RACK_PLUGIN_INIT_ID();
  7. RACK_PLUGIN_INIT_VERSION("0.6.2");
  8. RACK_PLUGIN_INIT_WEBSITE("https://github.com/NicolasNeubauer/noobhour_modules/");
  9. RACK_PLUGIN_MODEL_ADD(noobhour, Baseliner);
  10. RACK_PLUGIN_MODEL_ADD(noobhour, Bsl1r);
  11. RACK_PLUGIN_MODEL_ADD(noobhour, Customscaler);
  12. }