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

  1. #include "JE.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(JE, RingModulator);
  3. RACK_PLUGIN_MODEL_DECLARE(JE, SimpleWaveFolder);
  4. RACK_PLUGIN_INIT(JE) {
  5. RACK_PLUGIN_INIT_ID();
  6. RACK_PLUGIN_INIT_WEBSITE("https://github.com/eres-j/VCVRack-plugin-JE");
  7. RACK_PLUGIN_INIT_MANUAL("https://github.com/eres-j/VCVRack-plugin-JE");
  8. RACK_PLUGIN_MODEL_ADD(JE, RingModulator);
  9. RACK_PLUGIN_MODEL_ADD(JE, SimpleWaveFolder);
  10. }