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

Function initStatic__LifeFormModular

plugins/plugins.cpp:2661–2683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2659}
2660
2661static void initStatic__LifeFormModular()
2662{
2663 Plugin* const p = new Plugin;
2664 pluginInstance__LifeFormModular= p;
2665
2666 const StaticPluginLoader spl(p, "LifeFormModular");
2667 if (spl.ok())
2668 {
2669 p->addModel(modelTimeDiktat);
2670 p->addModel(modelSequenceModeler);
2671 p->addModel(modelPitchDiktat);
2672 p->addModel(modelPitchIntegrator);
2673 p->addModel(modelBurstIntegrator);
2674 p->addModel(modelQuadModulator);
2675 p->addModel(modelImpulseControl);
2676 p->addModel(modelQuadSteppedOffset);
2677 p->addModel(modelPercussiveVibration);
2678 p->addModel(modelQuadUtility);
2679 p->addModel(modelAdditiveVibration);
2680 p->addModel(modelComplexOsc);
2681 p->addModel(modelDriftgen);
2682 }
2683}
2684
2685static void initStatic__LilacLoop()
2686{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected