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

Function initStatic__ML

plugins/plugins.cpp:2796–2838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2794}
2795
2796static void initStatic__ML()
2797{
2798 Plugin* const p = new Plugin;
2799 pluginInstance__ML = p;
2800
2801 const StaticPluginLoader spl(p, "ML_modules");
2802 if (spl.ok())
2803 {
2804#define modelQuantizer modelMLQuantizer
2805#define modelSH8 modelMLSH8
2806 p->addModel(modelQuantizer);
2807 p->addModel(modelQuantum);
2808 p->addModel(modelTrigBuf);
2809 p->addModel(modelSeqSwitch);
2810 p->addModel(modelSeqSwitch2);
2811 p->addModel(modelShiftRegister);
2812 p->addModel(modelShiftRegister2);
2813 p->addModel(modelFreeVerb);
2814 p->addModel(modelSum8);
2815 p->addModel(modelSum8mk2);
2816 p->addModel(modelSum8mk3);
2817 p->addModel(modelSH8);
2818 p->addModel(modelConstants);
2819 p->addModel(modelCounter);
2820 p->addModel(modelTrigDelay);
2821 p->addModel(modelBPMdetect);
2822 p->addModel(modelVoltMeter);
2823 p->addModel(modelOctaFlop);
2824 p->addModel(modelOctaTrig);
2825 p->addModel(modelOctaSwitch);
2826 p->addModel(modelTrigSwitch);
2827 p->addModel(modelTrigSwitch2);
2828 p->addModel(modelTrigSwitch3);
2829 p->addModel(modelTrigSwitch3_2);
2830 p->addModel(modelOctaPlus);
2831 p->addModel(modelOctaTimes);
2832 p->addModel(modelCloner);
2833 p->addModel(modelPolySplitter);
2834 p->addModel(modelArpeggiator);
2835#undef modelQuantizer
2836#undef modelSH8
2837 }
2838}
2839
2840static void initStatic__MockbaModular()
2841{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected