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.

15 lines
410B

  1. #include "Nohmad.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(Nohmad, Noise);
  3. RACK_PLUGIN_MODEL_DECLARE(Nohmad, StrangeAttractors);
  4. RACK_PLUGIN_INIT(Nohmad) {
  5. RACK_PLUGIN_INIT_ID();
  6. RACK_PLUGIN_INIT_WEBSITE("https://github.com/joelrobichaud/Nohmad");
  7. RACK_PLUGIN_INIT_MANUAL("https://github.com/joelrobichaud/Nohmad");
  8. RACK_PLUGIN_MODEL_ADD(Nohmad, Noise);
  9. RACK_PLUGIN_MODEL_ADD(Nohmad, StrangeAttractors);
  10. }