MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / initStatic__EnigmaCurry

Function initStatic__EnigmaCurry

plugins/plugins.cpp:2217–2233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2215}
2216
2217static 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
2236static void initStatic__ESeries()

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected