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

Function initStatic__forsitan

plugins/plugins.cpp:2313–2327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2311}
2312
2313static void initStatic__forsitan()
2314{
2315 Plugin* const p = new Plugin;
2316 pluginInstance__forsitan = p;
2317
2318 const StaticPluginLoader spl(p, "forsitan-modulare");
2319 if (spl.ok())
2320 {
2321 p->addModel(alea);
2322 p->addModel(interea);
2323 p->addModel(cumuli);
2324 p->addModel(deinde);
2325 p->addModel(pavo);
2326 }
2327}
2328
2329static void initStatic__GlueTheGiant()
2330{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected