Skip to content

Commit

Permalink
fix: OSC mixer protocol receiving channels not assigned to a fader sh…
Browse files Browse the repository at this point in the history
…ould be ignored
  • Loading branch information
olzzon authored and olzzon committed Oct 17, 2020
1 parent aecfcb2 commit 994e42d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/utils/mixerConnections/OscMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export class OscMixerConnection {
].assignedFader

if (
assignedFaderIndex >= 0 &&
!state.channels[0].chConnection[this.mixerIndex]
.channel[ch - 1].fadeActive
) {
Expand Down

0 comments on commit 994e42d

Please sign in to comment.