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

  1. #include "21kHz.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(21kHz, PalmLoop);
  3. RACK_PLUGIN_MODEL_DECLARE(21kHz, D_Inf);
  4. RACK_PLUGIN_INIT(21kHz) {
  5. RACK_PLUGIN_INIT_ID();
  6. RACK_PLUGIN_INIT_WEBSITE("https://github.com/21kHz/21kHz-rack-plugins");
  7. RACK_PLUGIN_INIT_MANUAL("https://github.com/21kHz/21kHz-rack-plugins");
  8. RACK_PLUGIN_MODEL_ADD(21kHz, PalmLoop);
  9. RACK_PLUGIN_MODEL_ADD(21kHz, D_Inf);
  10. }