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

Function initStatic__ChowDSP

plugins/plugins.cpp:2023–2048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2021}
2022
2023static void initStatic__ChowDSP()
2024{
2025 Plugin* const p = new Plugin;
2026 pluginInstance__ChowDSP = p;
2027
2028 const StaticPluginLoader spl(p, "ChowDSP");
2029 if (spl.ok())
2030 {
2031 p->addModel(modelChowTape);
2032 p->addModel(modelChowPhaserFeedback);
2033 p->addModel(modelChowPhaserMod);
2034 p->addModel(modelChowFDN);
2035 p->addModel(modelChowRNN);
2036 p->addModel(modelChowModal);
2037 p->addModel(modelChowDer);
2038 p->addModel(modelWarp);
2039 p->addModel(modelWerner);
2040 p->addModel(modelCredit);
2041 p->addModel(modelChowPulse);
2042 p->addModel(modelChowTapeCompression);
2043 p->addModel(modelChowTapeChew);
2044 p->addModel(modelChowTapeDegrade);
2045 p->addModel(modelChowTapeLoss);
2046 p->addModel(modelChowChorus);
2047 }
2048}
2049
2050static void initStatic__Computerscare()
2051{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected