|
@@ -449,12 +449,12 @@ extern Model *modelMaude_221; |
|
|
#include "ZetaCarinaeModules/src/plugin.hpp" |
|
|
#include "ZetaCarinaeModules/src/plugin.hpp" |
|
|
|
|
|
|
|
|
// ZZC |
|
|
// ZZC |
|
|
#define DISPLAYS_H |
|
|
|
|
|
#define ZZC_SHARED_H |
|
|
|
|
|
#define ZZC_WIDGETS_H |
|
|
|
|
|
#define modelClock modelZZCClock |
|
|
|
|
|
#include "ZZC/src/ZZC.hpp" |
|
|
|
|
|
#undef modelClock |
|
|
|
|
|
|
|
|
// #define DISPLAYS_H |
|
|
|
|
|
// #define ZZC_SHARED_H |
|
|
|
|
|
// #define ZZC_WIDGETS_H |
|
|
|
|
|
// #define modelClock modelZZCClock |
|
|
|
|
|
// #include "ZZC/src/ZZC.hpp" |
|
|
|
|
|
// #undef modelClock |
|
|
|
|
|
|
|
|
#endif // NOPLUGINS |
|
|
#endif // NOPLUGINS |
|
|
|
|
|
|
|
@@ -502,7 +502,7 @@ Plugin* pluginInstance__repelzen; |
|
|
Plugin* pluginInstance__sonusmodular; |
|
|
Plugin* pluginInstance__sonusmodular; |
|
|
Plugin* pluginInstance__ValleyAudio; |
|
|
Plugin* pluginInstance__ValleyAudio; |
|
|
Plugin* pluginInstance__ZetaCarinaeModules; |
|
|
Plugin* pluginInstance__ZetaCarinaeModules; |
|
|
Plugin* pluginInstance__ZZC; |
|
|
|
|
|
|
|
|
// Plugin* pluginInstance__ZZC; |
|
|
#endif // NOPLUGINS |
|
|
#endif // NOPLUGINS |
|
|
|
|
|
|
|
|
namespace rack { |
|
|
namespace rack { |
|
@@ -1743,27 +1743,27 @@ static void initStatic__ZetaCarinaeModules() |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
static void initStatic__ZZC() |
|
|
|
|
|
{ |
|
|
|
|
|
Plugin* p = new Plugin; |
|
|
|
|
|
pluginInstance__ZZC = p; |
|
|
|
|
|
|
|
|
|
|
|
const StaticPluginLoader spl(p, "ZZC"); |
|
|
|
|
|
if (spl.ok()) |
|
|
|
|
|
{ |
|
|
|
|
|
#define modelClock modelZZCClock |
|
|
|
|
|
p->addModel(modelClock); |
|
|
|
|
|
p->addModel(modelDivider); |
|
|
|
|
|
p->addModel(modelFN3); |
|
|
|
|
|
p->addModel(modelSCVCA); |
|
|
|
|
|
p->addModel(modelSH8); |
|
|
|
|
|
p->addModel(modelSRC); |
|
|
|
|
|
p->addModel(modelDiv); |
|
|
|
|
|
p->addModel(modelDivExp); |
|
|
|
|
|
p->addModel(modelPolygate); |
|
|
|
|
|
#undef modelClock |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// static void initStatic__ZZC() |
|
|
|
|
|
// { |
|
|
|
|
|
// Plugin* p = new Plugin; |
|
|
|
|
|
// pluginInstance__ZZC = p; |
|
|
|
|
|
// |
|
|
|
|
|
// const StaticPluginLoader spl(p, "ZZC"); |
|
|
|
|
|
// if (spl.ok()) |
|
|
|
|
|
// { |
|
|
|
|
|
// #define modelClock modelZZCClock |
|
|
|
|
|
// p->addModel(modelClock); |
|
|
|
|
|
// p->addModel(modelDivider); |
|
|
|
|
|
// p->addModel(modelFN3); |
|
|
|
|
|
// p->addModel(modelSCVCA); |
|
|
|
|
|
// p->addModel(modelSH8); |
|
|
|
|
|
// p->addModel(modelSRC); |
|
|
|
|
|
// p->addModel(modelDiv); |
|
|
|
|
|
// p->addModel(modelDivExp); |
|
|
|
|
|
// p->addModel(modelPolygate); |
|
|
|
|
|
// #undef modelClock |
|
|
|
|
|
// } |
|
|
|
|
|
// } |
|
|
#endif // NOPLUGINS |
|
|
#endif // NOPLUGINS |
|
|
|
|
|
|
|
|
void initStaticPlugins() |
|
|
void initStaticPlugins() |
|
@@ -1804,7 +1804,7 @@ void initStaticPlugins() |
|
|
initStatic__sonusmodular(); |
|
|
initStatic__sonusmodular(); |
|
|
initStatic__ValleyAudio(); |
|
|
initStatic__ValleyAudio(); |
|
|
initStatic__ZetaCarinaeModules(); |
|
|
initStatic__ZetaCarinaeModules(); |
|
|
initStatic__ZZC(); |
|
|
|
|
|
|
|
|
// initStatic__ZZC(); |
|
|
#endif // NOPLUGINS |
|
|
#endif // NOPLUGINS |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|