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

Function initStatic__PathSet

plugins/plugins.cpp:3088–3105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3086}
3087
3088static void initStatic__PathSet()
3089{
3090 Plugin* const p = new Plugin;
3091 pluginInstance__PathSet = p;
3092
3093 const StaticPluginLoader spl(p, "PathSet");
3094 if (spl.ok())
3095 {
3096 p->addModel(modelShiftyMod);
3097 p->addModel(modelShiftyExpander);
3098 p->addModel(modelIceTray);
3099 p->addModel(modelAstroVibe);
3100 p->addModel(modelGlassPane);
3101 p->addModel(modelPlusPane);
3102 p->addModel(modelNudge);
3103 p->addModel(modelOneShot);
3104 }
3105}
3106
3107static void initStatic__PdArray()
3108{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected