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

  1. #include "Computerscare.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(computerscare, ComputerscareDebug);
  3. RACK_PLUGIN_MODEL_DECLARE(computerscare, ComputerscarePatchSequencer);
  4. RACK_PLUGIN_INIT(computerscare) {
  5. RACK_PLUGIN_INIT_ID();
  6. RACK_PLUGIN_INIT_WEBSITE("https://github.com/freddyz/computerscare-vcv-modules");
  7. RACK_PLUGIN_INIT_MANUAL("https://github.com/freddyz/computerscare-vcv-modules");
  8. RACK_PLUGIN_MODEL_ADD(computerscare, ComputerscareDebug);
  9. RACK_PLUGIN_MODEL_ADD(computerscare, ComputerscarePatchSequencer);
  10. }