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

  1. #include "Erratic.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(ErraticInstruments, MPEToCV);
  3. RACK_PLUGIN_MODEL_DECLARE(ErraticInstruments, QuadMPEToCV);
  4. RACK_PLUGIN_INIT(ErraticInstruments) {
  5. RACK_PLUGIN_INIT_ID();
  6. RACK_PLUGIN_INIT_WEBSITE("https://github.com/bafonso/Erratic");
  7. RACK_PLUGIN_INIT_MANUAL("https://github.com/bafonso/Erratic/blob/master/README.md");
  8. RACK_PLUGIN_MODEL_ADD(ErraticInstruments, MPEToCV);
  9. RACK_PLUGIN_MODEL_ADD(ErraticInstruments, QuadMPEToCV);
  10. // RACK_PLUGIN_MODEL_ADD(ErraticInstruments, Notes);
  11. }