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

Function initStatic__H4N4

plugins/plugins.cpp:2402–2412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2400}
2401
2402static void initStatic__H4N4()
2403{
2404 Plugin* const p = new Plugin;
2405 pluginInstance__H4N4 = p;
2406
2407 const StaticPluginLoader spl(p, "h4n4-modules");
2408 if (spl.ok())
2409 {
2410 p->addModel(modelXenQnt);
2411 }
2412}
2413
2414static void initStatic__HamptonHarmonics()
2415{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected