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

Function initStatic__RebelTech

plugins/plugins.cpp:3199–3214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3197}
3198
3199static void initStatic__RebelTech()
3200{
3201 Plugin* const p = new Plugin;
3202 pluginInstance__RebelTech = p;
3203
3204 const StaticPluginLoader spl(p, "RebelTech");
3205 if (spl.ok())
3206 {
3207 p->addModel(modelStoicheia);
3208 p->addModel(modelTonic);
3209 p->addModel(modelKlasmata);
3210 p->addModel(modelCLK);
3211 p->addModel(modelLogoi);
3212 p->addModel(modelPhoreo);
3213 }
3214}
3215
3216static void initStatic__repelzen()
3217{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected