cambio la configuración del banco de filtros a la de SSL.

This commit is contained in:
snt 2024-05-15 00:16:49 +02:00
parent 3525133287
commit 3244ea2abc
4 changed files with 128 additions and 69 deletions

View file

@ -140,9 +140,8 @@ void libreMediaServerAudio::dmxInput(int layer, int channel, int value)
m_played.append(m_ola->getValue(layer, DMX_FILE));
}
#endif
} else if (channel >= LOW_FREQ) {
} else if (channel >= HP_FREQ && channel <= HIGH_GAIN) {
m_mae.filterParamChanged(layer, m_dmxSettings.at(layer).audioDevice, channel, value);
}
}
#ifndef NOGUI