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

Function initStatic__Orbits

plugins/plugins.cpp:3061–3072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3059}
3060
3061static void initStatic__Orbits()
3062{
3063 Plugin* const p = new Plugin;
3064 pluginInstance__Orbits = p;
3065
3066 const StaticPluginLoader spl(p, "Orbits");
3067 if (spl.ok())
3068 {
3069 p->addModel(modelRareBreeds_Orbits_Eugene);
3070 p->addModel(modelRareBreeds_Orbits_Polygene);
3071 }
3072}
3073
3074static void initStatic__ParableInstruments()
3075{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected