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

Function initStatic__repelzen

plugins/plugins.cpp:3216–3237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3214}
3215
3216static void initStatic__repelzen()
3217{
3218 Plugin* const p = new Plugin;
3219 pluginInstance__repelzen = p;
3220
3221 const StaticPluginLoader spl(p, "repelzen");
3222 if (spl.ok())
3223 {
3224#define modelBlank modelrepelzenBlank
3225#define modelMixer modelrepelzenMixer
3226#define modelWerner modelrepelzenWerner
3227 p->addModel(modelBlank);
3228 p->addModel(modelBurst);
3229 p->addModel(modelFolder);
3230 p->addModel(modelErwin);
3231 p->addModel(modelWerner);
3232 p->addModel(modelMixer);
3233#undef modelBlank
3234#undef modelMixer
3235#undef modelWerner
3236 }
3237}
3238
3239static void initStatic__Sapphire()
3240{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected