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

Function initStatic__Biset

plugins/plugins.cpp:1775–1813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1773}
1774
1775static void initStatic__Biset()
1776{
1777 Plugin* const p = new Plugin;
1778 pluginInstance__Biset = p;
1779
1780 const StaticPluginLoader spl(p, "Biset");
1781 if (spl.ok())
1782 {
1783#define modelBlank modelBisetBlank
1784#define modelTree modelBisetTree
1785 p->addModel(modelTracker);
1786 p->addModel(modelTrackerSynth);
1787 p->addModel(modelTrackerDrum);
1788 p->addModel(modelTrackerClock);
1789 p->addModel(modelTrackerPhase);
1790 p->addModel(modelTrackerQuant);
1791 p->addModel(modelTrackerState);
1792 p->addModel(modelTrackerControl);
1793
1794 p->addModel(modelRegex);
1795 p->addModel(modelRegexCondensed);
1796 p->addModel(modelRegexExp);
1797
1798 p->addModel(modelTree);
1799 p->addModel(modelTreeSeed);
1800
1801 p->addModel(modelGbu);
1802 p->addModel(modelPkm);
1803
1804 p->addModel(modelIgc);
1805 p->addModel(modelOmega3);
1806 p->addModel(modelOmega6);
1807
1808 p->addModel(modelSegfault);
1809 p->addModel(modelBlank);
1810#undef modelBlank
1811#undef modelTree
1812 }
1813}
1814
1815static void initStatic__BogaudioModules()
1816{

Callers 1

initStaticPluginsFunction · 0.85

Calls 1

okMethod · 0.45

Tested by

no test coverage detected