Browse Source

Finalize stoermelder-p1 changes, all but audio and midi modules

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.12
falkTX 3 years ago
parent
commit
977ea87310
3 changed files with 10 additions and 11 deletions
  1. +3
    -4
      plugins/Makefile
  2. +6
    -6
      plugins/plugins.cpp
  3. +1
    -1
      plugins/stoermelder-packone

+ 3
- 4
plugins/Makefile View File

@@ -904,15 +904,14 @@ PLUGIN_FILES += $(filter-out stocaudio/src/plugin.cpp,$(wildcard stocaudio/src/*
# --------------------------------------------------------------
# stoermelder-packone

STOERMELDER_PACKONE_IGNORED = pluginsettings

# will never work
STOERMELDER_PACKONE_IGNORED = AudioInterface64
STOERMELDER_PACKONE_IGNORED += AudioInterface64

# 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))

# modules/types which are present in other plugins


+ 6
- 6
plugins/plugins.cpp View File

@@ -725,9 +725,9 @@ Model* modelMidiKey;
Model* modelMidiMon;
Model* modelMidiPlug;
Model* modelMidiStep;
Model* modelStrip;
Model* modelStripBay4;
Model* modelStripPp;
StoermelderSettings pluginSettings;
void StoermelderSettings::saveToJson() {}
void StoermelderSettings::readFromJson() {}

// unless_modules
#include "unless_modules/src/unless.hpp"
@@ -2810,6 +2810,9 @@ static void initStatic__stoermelder_packone()
p->addModel(modelMb);
p->addModel(modelMe);
p->addModel(modelRaw);
p->addModel(modelStrip);
p->addModel(modelStripBay4);
p->addModel(modelStripPp);

spl.removeModule("AudioInterface64");
spl.removeModule("MidiCat");
@@ -2819,9 +2822,6 @@ static void initStatic__stoermelder_packone()
spl.removeModule("MidiMon");
spl.removeModule("MidiPlug");
spl.removeModule("MidiStep");
spl.removeModule("Strip");
spl.removeModule("StripBay4");
spl.removeModule("StripPp");
}
}



+ 1
- 1
plugins/stoermelder-packone

@@ -1 +1 @@
Subproject commit eb4f150fa707ed5562d5aaeb2a04cc81b6097c39
Subproject commit ec3c0972440edddfb00d5e5ad189f345c68be471

Loading…
Cancel
Save