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

Function initStatic__WhatTheRack

plugins/plugins.cpp:3635–3647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3633}
3634
3635static void initStatic__WhatTheRack()
3636{
3637 Plugin* p = new Plugin;
3638 pluginInstance__WhatTheRack = p;
3639
3640 const StaticPluginLoader spl(p, "WhatTheRack");
3641 if (spl.ok())
3642 {
3643 p->addModel(modelWhatTheRack);
3644 p->addModel(modelWhatTheMod);
3645 p->addModel(modelWhatTheJack);
3646 }
3647}
3648
3649static void initStatic__WSTD_Drums()
3650{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected