|
|
|
@@ -304,6 +304,9 @@ extern Model* modelTestVCF; |
|
|
|
#include "ChowDSP/src/plugin.cpp" |
|
|
|
#undef init |
|
|
|
|
|
|
|
// Computerscare |
|
|
|
#include "Computerscare/src/Computerscare.hpp" |
|
|
|
|
|
|
|
// dBiz |
|
|
|
#define DarkDefaultItem dBizDarkDefaultItem |
|
|
|
#define OrangeLight dBizOrangeLight |
|
|
|
@@ -823,6 +826,7 @@ Plugin* pluginInstance__BogaudioModules; |
|
|
|
Plugin* pluginInstance__CatroModulo; |
|
|
|
Plugin* pluginInstance__cf; |
|
|
|
Plugin* pluginInstance__ChowDSP; |
|
|
|
Plugin* pluginInstance__Computerscare; |
|
|
|
Plugin* pluginInstance__dBiz; |
|
|
|
Plugin* pluginInstance__DHE; |
|
|
|
extern Plugin* pluginInstance__DrumKit; |
|
|
|
@@ -1785,6 +1789,34 @@ static void initStatic__ChowDSP() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
static void initStatic__Computerscare() |
|
|
|
{ |
|
|
|
Plugin* const p = new Plugin; |
|
|
|
pluginInstance__Computerscare = p; |
|
|
|
|
|
|
|
const StaticPluginLoader spl(p, "Computerscare"); |
|
|
|
if (spl.ok()) |
|
|
|
{ |
|
|
|
p->addModel(modelComputerscarePatchSequencer); |
|
|
|
p->addModel(modelComputerscareDebug); |
|
|
|
p->addModel(modelComputerscareLaundrySoup); |
|
|
|
p->addModel(modelComputerscareILoveCookies); |
|
|
|
p->addModel(modelComputerscareOhPeas); |
|
|
|
p->addModel(modelComputerscareHorseADoodleDoo); |
|
|
|
p->addModel(modelComputerscareKnolyPobs); |
|
|
|
p->addModel(modelComputerscareBolyPuttons); |
|
|
|
p->addModel(modelComputerscareRolyPouter); |
|
|
|
p->addModel(modelComputerscareSolyPequencer); |
|
|
|
p->addModel(modelComputerscareTolyPools); |
|
|
|
p->addModel(modelComputerscareMolyPatrix); |
|
|
|
p->addModel(modelComputerscareGolyPenerator); |
|
|
|
p->addModel(modelComputerscareFolyPace); |
|
|
|
p->addModel(modelComputerscareStolyFickPigure); |
|
|
|
p->addModel(modelComputerscareBlank); |
|
|
|
p->addModel(modelComputerscareBlankExpander); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
static void initStatic__dBiz() |
|
|
|
{ |
|
|
|
Plugin* const p = new Plugin; |
|
|
|
@@ -3141,6 +3173,7 @@ void initStaticPlugins() |
|
|
|
initStatic__CatroModulo(); |
|
|
|
initStatic__cf(); |
|
|
|
initStatic__ChowDSP(); |
|
|
|
initStatic__Computerscare(); |
|
|
|
initStatic__dBiz(); |
|
|
|
initStatic__DHE(); |
|
|
|
initStatic__DrumKit(); |
|
|
|
|