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

Function initStatic__GoodSheperd

plugins/plugins.cpp:2349–2364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2347}
2348
2349static void initStatic__GoodSheperd()
2350{
2351 Plugin* const p = new Plugin;
2352 pluginInstance__GoodSheperd = p;
2353
2354 const StaticPluginLoader spl(p, "GoodSheperd");
2355 if (spl.ok())
2356 {
2357 p->addModel(modelHurdle);
2358 p->addModel(modelSEQ3st);
2359 p->addModel(modelStable16);
2360 p->addModel(modelStall);
2361 p->addModel(modelSwitch1);
2362 p->addModel(modelSeqtrol);
2363 }
2364}
2365
2366static void initStatic__GrandeModular()
2367{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected