More details for Stoermelder Pack-One, dynamic theme changes

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-01 09:40:45 +00:00
parent 7a9365ed0d
commit 26f981f843
7 changed files with 16 additions and 12 deletions

View file

@ -904,10 +904,14 @@ PLUGIN_FILES += $(filter-out stocaudio/src/plugin.cpp,$(wildcard stocaudio/src/*
# --------------------------------------------------------------
# stoermelder-packone
STOERMELDER_PACKONE_IGNORED = AudioInterface64 MidiCat MidiKey MidiMon MidiPlug MidiStep Strip StripBay StripPp
# will never work
STOERMELDER_PACKONE_IGNORED = AudioInterface64
# FIXME
STOERMELDER_PACKONE_IGNORED += Raw
# maybe?
STOERMELDER_PACKONE_IGNORED += MidiCat MidiCatCtx MidiCatMem MidiKey MidiMon MidiPlug MidiStep
# TODO osdialog replacements
STOERMELDER_PACKONE_IGNORED += Strip StripBay StripPp
PLUGIN_FILES += $(filter-out $(STOERMELDER_PACKONE_IGNORED:%=stoermelder-packone/src/%.cpp),$(wildcard stoermelder-packone/src/*.cpp stoermelder-packone/src/mb/*.cpp))

View file

@ -719,13 +719,12 @@ void addThemeMenuItems(Menu*, ModuleTheme*) {}
#include "stoermelder-packone/src/plugin.hpp"
Model* modelAudioInterface64;
Model* modelMidiCat;
Model* modelMidiCatMem;
Model* modelMidiCatCtx;
Model* modelMidiCatMem;
Model* modelMidiKey;
Model* modelMidiMon;
Model* modelMidiPlug;
Model* modelMidiStep;
Model* modelRaw;
Model* modelStrip;
Model* modelStripBay4;
Model* modelStripPp;
@ -2810,10 +2809,7 @@ static void initStatic__stoermelder_packone()
p->addModel(modelDirt);
p->addModel(modelMb);
p->addModel(modelMe);
// NOTE disabled in Cardinal due to curl usage
// p->addModel(modelRaw);
spl.removeModule("Raw");
p->addModel(modelRaw);
spl.removeModule("AudioInterface64");
spl.removeModule("MidiCat");

@ -1 +1 @@
Subproject commit a8568502e2fa589d1dee50e32a7cb8311f404090
Subproject commit eb4f150fa707ed5562d5aaeb2a04cc81b6097c39