Skip to content

Commit

Permalink
fix: update Next Aux level in OSC protocol (behringer, Midas etc.)
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Apr 24, 2020
1 parent 8c06344 commit 38a6ec7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/utils/mixerConnections/OscMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,11 @@ export class OscMixerConnection {
} }

updateNextAux(channelIndex: number, level: number) {
return true
this.updateAuxLevel(
channelIndex,
state.settings[0].nextSendAux - 1,
level
);
}

updateThreshold(channelIndex: number, level: number) {
Expand Down

0 comments on commit 38a6ec7

Please sign in to comment.