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

Function initStatic__GlueTheGiant

plugins/plugins.cpp:2329–2347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2327}
2328
2329static void initStatic__GlueTheGiant()
2330{
2331 Plugin* const p = new Plugin;
2332 pluginInstance__GlueTheGiant = p;
2333
2334 const StaticPluginLoader spl(p, "GlueTheGiant");
2335 if (spl.ok())
2336 {
2337 p->addModel(modelGigBus);
2338 p->addModel(modelMiniBus);
2339 p->addModel(modelSchoolBus);
2340 p->addModel(modelMetroCityBus);
2341 p->addModel(modelBusDepot);
2342 p->addModel(modelBusRoute);
2343 p->addModel(modelRoad);
2344 p->addModel(modelEnterBus);
2345 p->addModel(modelExitBus);
2346 }
2347}
2348
2349static void initStatic__GoodSheperd()
2350{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected