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.
|
- #include "ESeries.hpp"
-
-
- RACK_PLUGIN_MODEL_DECLARE(ESeries, E340);
-
- RACK_PLUGIN_INIT(ESeries) {
- RACK_PLUGIN_INIT_ID();
-
- RACK_PLUGIN_MODEL_ADD(ESeries, E340);
- }
|