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

Function initStatic__StarlingVia

plugins/plugins.cpp:3313–3333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3311}
3312
3313static void initStatic__StarlingVia()
3314{
3315 Plugin* const p = new Plugin;
3316 pluginInstance__StarlingVia = p;
3317
3318 const StaticPluginLoader spl(p, "StarlingVia");
3319 if (spl.ok())
3320 {
3321#define modelScanner modelStarlingViaScanner
3322 p->addModel(modelMeta);
3323 p->addModel(modelGateseq);
3324 p->addModel(modelScanner);
3325 p->addModel(modelSync);
3326 p->addModel(modelAtsr);
3327 p->addModel(modelOsc3);
3328 p->addModel(modelSync3);
3329 p->addModel(modelSync3XL);
3330 p->addModel(modelSync3XLLevels);
3331#undef modelScanner
3332 }
3333}
3334
3335static void initStatic__stocaudio()
3336{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected