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

Function initStatic__ihtsyn

plugins/plugins.cpp:2573–2586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2571}
2572
2573static void initStatic__ihtsyn()
2574{
2575 Plugin* const p = new Plugin;
2576 pluginInstance__ihtsyn = p;
2577
2578 const StaticPluginLoader spl(p, "ihtsyn");
2579 if (spl.ok())
2580 {
2581 p->addModel(modelPitchMangler);
2582 p->addModel(modelTwistedVerb);
2583 p->addModel(modelHiVerb);
2584 p->addModel(modelMVerb);
2585 }
2586}
2587
2588static void initStatic__JW()
2589{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected