diff --git a/src/utils/QlClMixerConnection.ts b/src/utils/QlClMixerConnection.ts index bfcb84df..e5457b10 100644 --- a/src/utils/QlClMixerConnection.ts +++ b/src/utils/QlClMixerConnection.ts @@ -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) => {