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.

13 lines
365B

  1. #include "Stochasm.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(com_soundchasing_stochasm, Resonator);
  3. RACK_PLUGIN_INIT(com_soundchasing_stochasm) {
  4. RACK_PLUGIN_INIT_ID();
  5. RACK_PLUGIN_INIT_WEBSITE("https://soundchasing.com/uncertainty");
  6. RACK_PLUGIN_INIT_MANUAL("https://soundchasing.com/stochasm");
  7. RACK_PLUGIN_MODEL_ADD(com_soundchasing_stochasm, Resonator);
  8. }