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

Function initStatic__unless_modules

plugins/plugins.cpp:3477–3498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3475}
3476
3477static void initStatic__unless_modules()
3478{
3479 Plugin* const p = new Plugin;
3480 pluginInstance__unless_modules = p;
3481
3482 const StaticPluginLoader spl(p, "unless_modules");
3483 if (spl.ok())
3484 {
3485 // unless_modules::init_theme();
3486 // theme = _less::Theme();
3487 p->addModel(modelPiong);
3488 p->addModel(modelChainkov);
3489 p->addModel(modelAtoms);
3490 p->addModel(modelCantor);
3491 p->addModel(modelRoom);
3492 p->addModel(modelSnake);
3493 p->addModel(modelTowers);
3494 p->addModel(modelPianoid);
3495 p->addModel(modelPremuter);
3496 p->addModel(modelAvoider);
3497 }
3498}
3499
3500static void initStatic__ValleyAudio()
3501{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected