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

Function initStatic__Meander

plugins/plugins.cpp:2748–2764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2746}
2747
2748static void initStatic__Meander()
2749{
2750 Plugin* const p = new Plugin;
2751 pluginInstance__Meander = p;
2752
2753 const StaticPluginLoader spl(p, "Meander");
2754 if (spl.ok())
2755 {
2756 // for dark theme
2757 Meander_panelTheme = 1;
2758 MSQ_panelTheme = 1;
2759 MSP_panelTheme = 1;
2760 p->addModel(modelMeander);
2761 p->addModel(modelModeScaleQuant);
2762 p->addModel(modelModeScaleProgressions);
2763 }
2764}
2765
2766static void initStatic__MindMeld()
2767{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected