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.

12 lines
310B

  1. #include "LabSeven.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(LabSeven, LS3340VCO);
  3. RACK_PLUGIN_INIT(LabSeven) {
  4. RACK_PLUGIN_INIT_ID();
  5. RACK_PLUGIN_INIT_VERSION("0.6.2");
  6. RACK_PLUGIN_INIT_WEBSITE("https://github.com/LabSevenDevVCVRack/LabSeven_VCVRack_modules");
  7. RACK_PLUGIN_MODEL_ADD(LabSeven, LS3340VCO);
  8. }