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

Function initStatic__ParableInstruments

plugins/plugins.cpp:3074–3086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3072}
3073
3074static void initStatic__ParableInstruments()
3075{
3076 Plugin* const p = new Plugin;
3077 pluginInstance__ParableInstruments = p;
3078
3079 const StaticPluginLoader spl(p, "ParableInstruments");
3080 if (spl.ok())
3081 {
3082#define modelClouds modelParableClouds
3083 p->addModel(modelClouds);
3084#undef modelClouds
3085 }
3086}
3087
3088static void initStatic__PathSet()
3089{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected