indicadores filtros Ui funcionando, sin interacción de usuario.
This commit is contained in:
parent
8f321b9d69
commit
86567b8bef
16 changed files with 275 additions and 108 deletions
|
|
@ -142,6 +142,13 @@ void libreMediaServerAudio::dmxInput(int layer, int channel, int value)
|
|||
#endif
|
||||
} else if (channel >= HP_FREQ && channel <= HIGH_GAIN) {
|
||||
m_mae.filterParamChanged(layer, m_dmxSettings.at(layer).audioDevice, channel, value);
|
||||
#ifndef NOGUI
|
||||
if (m_ui) {
|
||||
m_lmsUi->m_aw->filterParamChanged(layer, channel, value);
|
||||
m_played.clear();
|
||||
m_played.append(m_ola->getValue(layer, DMX_FILE));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#ifndef NOGUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue