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

Function initStatic__Lyrae

plugins/plugins.cpp:2727–2746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2725}
2726
2727static void initStatic__Lyrae()
2728{
2729 Plugin* const p = new Plugin;
2730 pluginInstance__Lyrae = p;
2731
2732 const StaticPluginLoader spl(p, "LyraeModules");
2733 if (spl.ok())
2734 {
2735#define modelDelta modelLyraeDelta
2736 p->addModel(modelSulafat);
2737 p->addModel(modelGamma);
2738 p->addModel(modelDelta);
2739 p->addModel(modelVega);
2740 p->addModel(modelBD383238);
2741 p->addModel(modelZeta);
2742 p->addModel(modelSheliak);
2743 p->addModel(modelBeta);
2744#undef modelDelta
2745 }
2746}
2747
2748static void initStatic__Meander()
2749{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected