diff --git a/deps/PawPaw b/deps/PawPaw index 769385b..39f441d 160000 --- a/deps/PawPaw +++ b/deps/PawPaw @@ -1 +1 @@ -Subproject commit 769385b541cdb3c6c6493644ec901f1f2d320da5 +Subproject commit 39f441d0bcf04d16e3c865308a98c8bd3c665055 diff --git a/plugins/BidooDark/plugin.cpp b/plugins/BidooDark/plugin.cpp index f0a0c0c..59077fd 100644 --- a/plugins/BidooDark/plugin.cpp +++ b/plugins/BidooDark/plugin.cpp @@ -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)); } diff --git a/plugins/ChowDSP b/plugins/ChowDSP index 25ed277..58d4679 160000 --- a/plugins/ChowDSP +++ b/plugins/ChowDSP @@ -1 +1 @@ -Subproject commit 25ed277c274d75b338df519243f6b47475958a28 +Subproject commit 58d4679ef9678a2d5e58a7f05b9a20da3efa0329 diff --git a/plugins/Makefile b/plugins/Makefile index 0d4cc8e..f24775f 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -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 diff --git a/plugins/PathSet b/plugins/PathSet index db63f26..de53c78 160000 --- a/plugins/PathSet +++ b/plugins/PathSet @@ -1 +1 @@ -Subproject commit db63f26173303970b9203e84c9e7680f5bbe4e12 +Subproject commit de53c78658c42638b7c356b78d1559634644f733 diff --git a/plugins/WhatTheRack b/plugins/WhatTheRack index 82c3c5e..e373378 160000 --- a/plugins/WhatTheRack +++ b/plugins/WhatTheRack @@ -1 +1 @@ -Subproject commit 82c3c5e11176c364b61d501059d9182e86464eca +Subproject commit e373378491d2cf3b8257137d154aef1d389c5204 diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index f2f768f..c9c3eee 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -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); diff --git a/plugins/voxglitch b/plugins/voxglitch index f475e1b..10a0716 160000 --- a/plugins/voxglitch +++ b/plugins/voxglitch @@ -1 +1 @@ -Subproject commit f475e1b3881b7df25ea13792d16d4361229ed412 +Subproject commit 10a0716ec105669d561121affdde63591671429b diff --git a/src/custom/dep.cpp b/src/custom/dep.cpp index c124d55..7f7375f 100644 --- a/src/custom/dep.cpp +++ b/src/custom/dep.cpp @@ -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 },