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

Function initStatic__Axioma

plugins/plugins.cpp:1610–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1608}
1609
1610static void initStatic__Axioma()
1611{
1612 Plugin* const p = new Plugin;
1613 pluginInstance__Axioma = p;
1614
1615 const StaticPluginLoader spl(p, "Axioma");
1616 if (spl.ok())
1617 {
1618 p->addModel(modelTheBifurcator);
1619 p->addModel(modelTesseract);
1620 p->addModel(modelIkeda);
1621 p->addModel(modelRhodonea);
1622 }
1623}
1624
1625static void initStatic__Bacon()
1626{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected