1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

WDSP: SNBA and EQ: replaced static methods and more...

This commit is contained in:
f4exb
2024-07-27 05:32:45 +02:00
parent 8c08f40b54
commit d3cbfe0e3c
28 changed files with 1321 additions and 1434 deletions
+2 -2
View File
@@ -146,9 +146,9 @@ void OSCTRL::setSize_osctrl (OSCTRL *a, int size)
void OSCTRL::SetosctrlRun (TXA& txa, int run)
{
if (txa.osctrl.p->run != run)
if (txa.osctrl->run != run)
{
txa.osctrl.p->run = run;
txa.osctrl->run = run;
TXA::SetupBPFilters (txa);
}
}