groups in MIDI bindings and info dialog. Momentary swtiches, Progress ctl,, TooB Looper and Record plugins.

This commit is contained in:
Robin E. R. Davies
2025-03-12 20:52:56 -04:00
parent eb7a7f3a48
commit 28f4aeafe2
32 changed files with 3526 additions and 264 deletions
+1 -1
View File
@@ -867,6 +867,7 @@ private:
pEffect->RequestAllPathPatchProperties();
}
}
realtimeActivePedalboard->UpdateAudioPorts();
}
reEntered = false;
@@ -1696,7 +1697,6 @@ public:
{
if (pPedalboard)
{
pPedalboard->Deactivate();
std::lock_guard guard(mutex);
for (auto it = activePedalboards.begin(); it != activePedalboards.end(); ++it)