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.

18 lines
486B

  1. #include "Edge.hpp"
  2. using namespace rack_plugin_Edge;
  3. RACK_PLUGIN_MODEL_DECLARE(Edge, WTFDoveVCO);
  4. // RACK_PLUGIN_MODEL_DECLARE(Edge, WTFDoveVCO_IIR);
  5. RACK_PLUGIN_MODEL_DECLARE(Edge, K_Rush);
  6. RACK_PLUGIN_INIT(Edge) {
  7. RACK_PLUGIN_INIT_ID();
  8. RACK_PLUGIN_INIT_VERSION("0.6.3");
  9. RACK_PLUGIN_INIT_WEBSITE("https://github.com/Edge-Modules/Edge/");
  10. RACK_PLUGIN_MODEL_ADD(Edge, WTFDoveVCO);
  11. // RACK_PLUGIN_MODEL_ADD(Edge, WTFDoveVCO_IIR);
  12. RACK_PLUGIN_MODEL_ADD(Edge, K_Rush);
  13. }