multi dispositivo con envío independientes por capa. está sucio con
trozos sn usar y statics, pero funciona.
This commit is contained in:
parent
fc274179ad
commit
a935d4e619
5 changed files with 128 additions and 106 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue