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

Function initStatic__Lomas

plugins/plugins.cpp:2714–2725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2712}
2713
2714static void initStatic__Lomas()
2715{
2716 Plugin* const p = new Plugin;
2717 pluginInstance__Lomas = p;
2718
2719 const StaticPluginLoader spl(p, "LomasModules");
2720 if (spl.ok())
2721 {
2722 p->addModel(modelAdvancedSampler);
2723 p->addModel(modelGateSequencer);
2724 }
2725}
2726
2727static void initStatic__Lyrae()
2728{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected