Skip to content

Commit

Permalink
fix: QlClMixerConnection bug re huiRemoteConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Sep 26, 2019
1 parent 8889acd commit 892bc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/QlClMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class QlClMixerConnection {
}

if (window.huiRemoteConnection) {
window.huiRemoteConnection.updateRemoteFaderState(assignedFader - 1, message.args[0]);
window.huiRemoteConnection.updateRemoteFaderState(assignedFader - 1, faderLevel);
}
if (this.store.faders[0].fader[assignedFader - 1].pgmOn) {
this.store.channels[0].channel.map((channel: any, index: number) => {
Expand Down

0 comments on commit 892bc27

Please sign in to comment.