Skip to content

Commit

Permalink
fix: update Next aux when changing fader level while it´s on
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Apr 24, 2020
1 parent 38a6ec7 commit 2480904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/MainThreadHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ export class MainThreadHandlers {
level: parseFloat(payload.level)
});
mixerGenericConnection.updateOutLevel(payload.faderIndex)
mixerGenericConnection.updateNextAux(payload.faderIndex)
this.updatePartialStore(payload.faderIndex)
})
)
Expand Down

0 comments on commit 2480904

Please sign in to comment.