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

Function initStatic__ExpertSleepersEncoders

plugins/plugins.cpp:2248–2263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2246}
2247
2248static void initStatic__ExpertSleepersEncoders()
2249{
2250 Plugin* const p = new Plugin;
2251 pluginInstance__ExpertSleepersEncoders = p;
2252
2253 const StaticPluginLoader spl(p, "ExpertSleepers-Encoders");
2254 if (spl.ok())
2255 {
2256 p->addModel(model8GT);
2257 p->addModel(model8CV);
2258 p->addModel(modelES40);
2259 p->addModel(modelES5);
2260 p->addModel(modelSMUX);
2261 p->addModel(modelCalibrator);
2262 }
2263}
2264
2265static void initStatic__Extratone()
2266{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected