broken: fixed event toggling order
This commit is contained in:
parent
bea0a2af94
commit
4f900ad425
2 changed files with 4 additions and 2 deletions
|
|
@ -128,9 +128,11 @@ void OverseerHandler::updateMainVolumeCallback(uint64_t idx, float newVal){
|
|||
void OverseerHandler::updateChannelVolumeCallback(uint64_t idx, uint32_t channel, float newVal){
|
||||
//int translatedNewVal = newVal * 100;
|
||||
|
||||
|
||||
log_debugcpp("chanel: " << channel << " volcallback float: " << newVal);
|
||||
epwChannelVolumeFunc f = &EndpointWidget::updateChannelVolume;
|
||||
std::invoke(f, endpointWidgets.at(idx), channel, newVal);
|
||||
|
||||
|
||||
//TODO: Soy retrasado
|
||||
//endpointWidgets.at(idx)->updateChannelVolume(channel, newVal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue