multi dispositivo con envío independientes por capa. está sucio con

trozos sn usar y statics, pero funciona.
This commit is contained in:
snt 2024-05-19 01:36:23 +02:00
parent fc274179ad
commit a935d4e619
5 changed files with 128 additions and 106 deletions

View file

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