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

Function initStatic__Befaco

plugins/plugins.cpp:1657–1710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1655}
1656
1657static void initStatic__Befaco()
1658{
1659 Plugin* const p = new Plugin;
1660 pluginInstance__Befaco = p;
1661
1662 const StaticPluginLoader spl(p, "Befaco");
1663 if (spl.ok())
1664 {
1665#define modelADSR modelBefacoADSR
1666#define modelMixer modelBefacoMixer
1667#define modelBurst modelBefacoBurst
1668#define modelMixer2 modelBefacoMixer2
1669#define modelSlew modelBefacoSlew
1670 p->addModel(modelEvenVCO);
1671 p->addModel(modelRampage);
1672 p->addModel(modelABC);
1673 p->addModel(modelSpringReverb);
1674 p->addModel(modelMixer);
1675 p->addModel(modelSlewLimiter);
1676 p->addModel(modelDualAtenuverter);
1677 p->addModel(modelPercall);
1678 p->addModel(modelHexmixVCA);
1679 p->addModel(modelChoppingKinky);
1680 p->addModel(modelKickall);
1681 p->addModel(modelSamplingModulator);
1682 p->addModel(modelMorphader);
1683 p->addModel(modelADSR);
1684 p->addModel(modelSTMix);
1685 p->addModel(modelMuxlicer);
1686 p->addModel(modelMex);
1687 p->addModel(modelNoisePlethora);
1688 p->addModel(modelChannelStrip);
1689 p->addModel(modelPonyVCO);
1690 p->addModel(modelMotionMTR);
1691 p->addModel(modelBurst);
1692 p->addModel(modelVoltio);
1693 p->addModel(modelOctaves);
1694 p->addModel(modelBypass);
1695 p->addModel(modelBandit);
1696 p->addModel(modelAtte);
1697 p->addModel(modelAxBC);
1698 p->addModel(modelMixer2);
1699 p->addModel(modelMuDi);
1700 p->addModel(modelSlew);
1701#undef modelADSR
1702#undef modelMixer
1703#undef modelBurst
1704#undef modelMixer2
1705#undef modelSlew
1706
1707 // NOTE disabled in Cardinal due to MIDI usage
1708 spl.removeModule("MidiThingV2");
1709 }
1710}
1711
1712static void initStatic__Bidoo()
1713{

Callers 1

initStaticPluginsFunction · 0.85

Calls 2

okMethod · 0.45
removeModuleMethod · 0.45

Tested by

no test coverage detected