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

Function initStatic__ArableInstruments

plugins/plugins.cpp:1415–1427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413}
1414
1415static void initStatic__ArableInstruments()
1416{
1417 Plugin* const p = new Plugin;
1418 pluginInstance__ArableInstruments = p;
1419
1420 const StaticPluginLoader spl(p, "ArableInstruments");
1421 if (spl.ok())
1422 {
1423#define modelClouds modelArableClouds
1424 p->addModel(modelClouds);
1425#undef modelClouds
1426 }
1427}
1428
1429static void initStatic__Aria()
1430{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected