TooB Parametric EQ UI

This commit is contained in:
Robin E. R. Davies
2025-09-01 15:59:29 -04:00
parent 865ac45bda
commit 5434f40ca1
27 changed files with 1375 additions and 132 deletions
+1 -1
View File
@@ -1769,7 +1769,7 @@ public:
std::lock_guard guard(mutex);
this->currentPedalboard = pedalboard;
if (active)
if (active && pedalboard)
{
pedalboard->Activate();
this->activePedalboards.push_back(pedalboard);