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

Function initStatic__PdArray

plugins/plugins.cpp:3107–3119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3105}
3106
3107static void initStatic__PdArray()
3108{
3109 Plugin* const p = new Plugin;
3110 pluginInstance__PdArray = p;
3111
3112 const StaticPluginLoader spl(p, "PdArray");
3113 if (spl.ok())
3114 {
3115 p->addModel(modelArray);
3116 p->addModel(modelMiniramp);
3117 p->addModel(modelMinistep);
3118 }
3119}
3120
3121static void initStatic__PinkTrombone()
3122{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected