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

Function initStatic__AaronStatic

plugins/plugins.cpp:1295–1308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293}
1294
1295static void initStatic__AaronStatic()
1296{
1297 Plugin* const p = new Plugin;
1298 pluginInstance__AaronStatic = p;
1299
1300 const StaticPluginLoader spl(p, "AaronStatic");
1301 if (spl.ok())
1302 {
1303 p->addModel(modelChordCV);
1304 p->addModel(modelScaleCV);
1305 p->addModel(modelRandomNoteCV);
1306 p->addModel(modelDiatonicCV);
1307 }
1308}
1309
1310static void initStatic__admiral()
1311{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected