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

Function initStatic__8Mode

plugins/plugins.cpp:1283–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281}
1282
1283static void initStatic__8Mode()
1284{
1285 Plugin* const p = new Plugin;
1286 pluginInstance__8Mode = p;
1287
1288 const StaticPluginLoader spl(p, "8Mode");
1289 if (spl.ok())
1290 {
1291 p->addModel(modelsoftSN);
1292 }
1293}
1294
1295static void initStatic__AaronStatic()
1296{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected