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

Function initStaticPlugins

plugins/plugins-mini.cpp:639–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637*/
638
639void initStaticPlugins()
640{
641 initStatic__Cardinal();
642 initStatic__Fundamental();
643 initStatic__Aria();
644 initStatic__AudibleInstruments();
645 initStatic__BogaudioModules();
646 initStatic__MockbaModular();
647 initStatic__surgext();
648 /*
649 initStatic__ValleyAudio();
650 */
651}
652
653void destroyStaticPlugins()
654{

Callers

nothing calls this directly

Calls 7

initStatic__CardinalFunction · 0.70
initStatic__FundamentalFunction · 0.70
initStatic__AriaFunction · 0.70
initStatic__surgextFunction · 0.70

Tested by

no test coverage detected