| 2215 | } |
| 2216 | |
| 2217 | static void initStatic__EnigmaCurry() |
| 2218 | { |
| 2219 | Plugin* const p = new Plugin; |
| 2220 | pluginInstance__EnigmaCurry = p; |
| 2221 | |
| 2222 | const StaticPluginLoader spl(p, "EnigmaCurry"); |
| 2223 | if (spl.ok()) |
| 2224 | { |
| 2225 | #define modelPulse modelEnigmaCurryPulse |
| 2226 | p->addModel(modelTransport); |
| 2227 | p->addModel(modelLatch); |
| 2228 | p->addModel(modelPulse); |
| 2229 | p->addModel(modelRange); |
| 2230 | p->addModel(modelNegativeHarmony); |
| 2231 | #undef modelPulse |
| 2232 | } |
| 2233 | } |
| 2234 | |
| 2235 | |
| 2236 | static void initStatic__ESeries() |