cambio la configuración del banco de filtros a la de SSL.
This commit is contained in:
parent
3525133287
commit
3244ea2abc
4 changed files with 128 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue