Needed tweaks for updated modules
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8e22956eb4
commit
0d4094d49f
9 changed files with 22 additions and 10 deletions
2
deps/PawPaw
vendored
2
deps/PawPaw
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 769385b541cdb3c6c6493644ec901f1f2d320da5
|
||||
Subproject commit 39f441d0bcf04d16e3c865308a98c8bd3c665055
|
|
@ -25,6 +25,12 @@ void BidooModule::dataFromJson(json_t*) {
|
|||
void BidooWidget::appendContextMenu(Menu*) {
|
||||
}
|
||||
|
||||
void BidooWidget::writeThemeAndContrastAsDefault() {
|
||||
}
|
||||
|
||||
void BidooWidget::readThemeAndContrastFromDefault() {
|
||||
}
|
||||
|
||||
void BidooWidget::prepareThemes(const std::string& filename) {
|
||||
setPanel(APP->window->loadSvg(filename));
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 25ed277c274d75b338df519243f6b47475958a28
|
||||
Subproject commit 58d4679ef9678a2d5e58a7f05b9a20da3efa0329
|
|
@ -1397,7 +1397,7 @@ $(BUILD_DIR)/ChowDSP/%.cpp.o: ChowDSP/%.cpp
|
|||
-DUSE_EIGEN \
|
||||
-DSKIP_MINGW_FORMAT \
|
||||
-IChowDSP/lib \
|
||||
-IChowDSP/lib/chowdsp_utils/DSP/WDF \
|
||||
-IChowDSP/lib/chowdsp_utils/modules/chowdsp_dsp/WDF \
|
||||
-Wno-deprecated-copy
|
||||
|
||||
$(BUILD_DIR)/DrumKit/%.cpp.o: DrumKit/%.cpp
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit db63f26173303970b9203e84c9e7680f5bbe4e12
|
||||
Subproject commit de53c78658c42638b7c356b78d1559634644f733
|
|
@ -1 +1 @@
|
|||
Subproject commit 82c3c5e11176c364b61d501059d9182e86464eca
|
||||
Subproject commit e373378491d2cf3b8257137d154aef1d389c5204
|
|
@ -2288,8 +2288,11 @@ static void initStatic__PathSet()
|
|||
if (spl.ok())
|
||||
{
|
||||
p->addModel(modelShiftyMod);
|
||||
p->addModel(modelShiftyExpander);
|
||||
p->addModel(modelIceTray);
|
||||
p->addModel(modelAstroVibe);
|
||||
p->addModel(modelGlassPane);
|
||||
p->addModel(modelNudge);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2492,6 +2495,7 @@ static void initStatic__Voxglitch()
|
|||
p->addModel(modelRepeater);
|
||||
p->addModel(modelSamplerX8);
|
||||
p->addModel(modelSatanonaut);
|
||||
p->addModel(modelGrooveBox);
|
||||
p->addModel(modelWavBank);
|
||||
p->addModel(modelWavBankMC);
|
||||
p->addModel(modelXY);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f475e1b3881b7df25ea13792d16d4361229ed412
|
||||
Subproject commit 10a0716ec105669d561121affdde63591671429b
|
|
@ -269,24 +269,26 @@ static const struct {
|
|||
{ "/kocmoc/res/SVF.svg", {}, -1 },
|
||||
{ "/kocmoc/res/TRG.svg", {}, -1 },
|
||||
// CC0-1.0
|
||||
{ "/nonlinearcircuits/res/BOOLs2.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/DoubleNeuronRef.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/LetsSplosh.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/NLC - 4seq.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/NLC - 8 BIT CIPHER.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/BOOLs2.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/NLC - DIVIDE & CONQUER.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/NLC - DIVINE CMOS.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/DoubleNeuronRef.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/NLC - GENiE.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/LetsSplosh.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/NLC - NEURON.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/NLC - NUMBERWANG.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/NLC - SEGUE.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/squid-axon-papernoise-panel2.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/NLC - STATUES.svg", {}, -1 },
|
||||
{ "/nonlinearcircuits/res/squid-axon-papernoise-panel2.svg", {}, -1 },
|
||||
// Custom, runtime dark mode used with permission
|
||||
{ "/ParableInstruments/res/Neil.svg", {}, -1 },
|
||||
// GPL-3.0-or-later
|
||||
{ "/PathSet/res/AstroVibe.svg", {}, -1 },
|
||||
{ "/PathSet/res/GlassPane.svg", {}, -1 },
|
||||
{ "/PathSet/res/IceTray.svg", {}, -1 },
|
||||
{ "/PathSet/res/Nudge.svg", {}, -1 },
|
||||
{ "/PathSet/res/ShiftyMod.svg", {}, -1 },
|
||||
// BSD-3-Clause
|
||||
{ "/voxglitch/res/autobreak_front_panel.svg", {}, -1 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue