Add back ZZC, clear up some licenses a bit more
This commit is contained in:
parent
ccb94fd000
commit
7722e5df35
5 changed files with 25 additions and 26 deletions
|
@ -705,12 +705,12 @@ PLUGIN_FILES += $(filter-out ZetaCarinaeModules/src/plugin.cpp,$(wildcard ZetaCa
|
|||
# --------------------------------------------------------------
|
||||
# ZZC
|
||||
|
||||
# PLUGIN_FILES += $(filter-out ZZC/src/ZZC.cpp,$(wildcard ZZC/src/*.cpp))
|
||||
# PLUGIN_FILES += ZZC/src/dsp/Wavetable.cpp
|
||||
# PLUGIN_FILES += ZZC/src/filetypes/WavSupport.cpp
|
||||
#
|
||||
# # modules/types which are present in other plugins
|
||||
# ZZC_CUSTOM = Clock LowFrequencyOscillator
|
||||
PLUGIN_FILES += $(filter-out ZZC/src/ZZC.cpp,$(wildcard ZZC/src/*.cpp))
|
||||
PLUGIN_FILES += ZZC/src/dsp/Wavetable.cpp
|
||||
PLUGIN_FILES += ZZC/src/filetypes/WavSupport.cpp
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
ZZC_CUSTOM = Clock LowFrequencyOscillator
|
||||
|
||||
# --------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 268c15711a7fe184970b1525c98f17e72db64af5
|
||||
Subproject commit 15364616da500d31f7545dcbfc01b4fda7f7c9d4
|
|
@ -511,14 +511,12 @@ extern Model* modelMaude_221;
|
|||
#include "ZetaCarinaeModules/src/plugin.hpp"
|
||||
|
||||
// ZZC
|
||||
/*
|
||||
#define DISPLAYS_H
|
||||
#define ZZC_SHARED_H
|
||||
#define ZZC_WIDGETS_H
|
||||
#define modelClock modelZZCClock
|
||||
#include "ZZC/src/ZZC.hpp"
|
||||
#undef modelClock
|
||||
*/
|
||||
|
||||
#endif // NOPLUGINS
|
||||
|
||||
|
@ -573,7 +571,7 @@ Plugin* pluginInstance__repelzen;
|
|||
Plugin* pluginInstance__sonusmodular;
|
||||
Plugin* pluginInstance__ValleyAudio;
|
||||
Plugin* pluginInstance__ZetaCarinaeModules;
|
||||
// Plugin* pluginInstance__ZZC;
|
||||
Plugin* pluginInstance__ZZC;
|
||||
#endif // NOPLUGINS
|
||||
|
||||
namespace rack {
|
||||
|
@ -1872,7 +1870,6 @@ static void initStatic__ZetaCarinaeModules()
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
static void initStatic__ZZC()
|
||||
{
|
||||
Plugin* p = new Plugin;
|
||||
|
@ -1894,7 +1891,6 @@ static void initStatic__ZZC()
|
|||
#undef modelClock
|
||||
}
|
||||
}
|
||||
*/
|
||||
#endif // NOPLUGINS
|
||||
|
||||
void initStaticPlugins()
|
||||
|
@ -1941,7 +1937,7 @@ void initStaticPlugins()
|
|||
initStatic__sonusmodular();
|
||||
initStatic__ValleyAudio();
|
||||
initStatic__ZetaCarinaeModules();
|
||||
// initStatic__ZZC();
|
||||
initStatic__ZZC();
|
||||
#endif // NOPLUGINS
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue