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.

19 lines
606B

  1. #include "Valley.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(Valley, Topograph);
  3. RACK_PLUGIN_MODEL_DECLARE(Valley, UGraph);
  4. RACK_PLUGIN_MODEL_DECLARE(Valley, Dexter);
  5. RACK_PLUGIN_MODEL_DECLARE(Valley, Plateau);
  6. RACK_PLUGIN_INIT(Valley) {
  7. RACK_PLUGIN_INIT_ID();
  8. RACK_PLUGIN_INIT_WEBSITE("https://github.com/ValleyAudio/ValleyRackFree");
  9. RACK_PLUGIN_INIT_MANUAL("https://github.com/ValleyAudio/ValleyRackFree/blob/master/README.md");
  10. RACK_PLUGIN_MODEL_ADD(Valley, Topograph);
  11. RACK_PLUGIN_MODEL_ADD(Valley, UGraph);
  12. RACK_PLUGIN_MODEL_ADD(Valley, Dexter);
  13. RACK_PLUGIN_MODEL_ADD(Valley, Plateau);
  14. }