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.

11 lines
164B

  1. #include "ESeries.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(ESeries, E340);
  3. RACK_PLUGIN_INIT(ESeries) {
  4. RACK_PLUGIN_INIT_ID();
  5. RACK_PLUGIN_MODEL_ADD(ESeries, E340);
  6. }