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

Function initStatic__Algoritmarte

plugins/plugins.cpp:1352–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352static void initStatic__Algoritmarte()
1353{
1354 Plugin* const p = new Plugin;
1355 pluginInstance__Algoritmarte = p;
1356
1357 const StaticPluginLoader spl(p, "Algoritmarte");
1358 if (spl.ok())
1359 {
1360 p->addModel(modelClockkky);
1361 p->addModel(modelPlanetz);
1362 p->addModel(modelMusiFrog);
1363 p->addModel(modelZefiro);
1364 p->addModel(modelHoldMeTight);
1365 p->addModel(modelCyclicCA);
1366 p->addModel(modelMusiMath);
1367 }
1368}
1369
1370static void initStatic__AmalgamatedHarmonics()
1371{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected