Skip to content

Commit

Permalink
fix: directly setting fader should not send any more commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Nov 10, 2020
1 parent 3f7e0ac commit f196cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/utils/MixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ export class MixerGenericConnection {
)
this.delayedFadeActiveDisable(mixerIndex, channelIndex)
dispatchTrigger = 0
return
}
if (targetVal < outputLevel) {
this.mixerTimers[mixerIndex].chTimer[channelIndex] = setInterval(
Expand Down

0 comments on commit f196cc1

Please sign in to comment.