Skip to content

Commit

Permalink
fix: QlClMixerConnection called hui with wrong argument
Browse files Browse the repository at this point in the history
fix: OSC  repo moved back to original, as it now can run without serial hw dependencies
  • Loading branch information
olzzon committed Oct 1, 2019
1 parent 774b1f0 commit 8fbdd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"casparcg-connection": "^4.7.0",
"classnames": "^2.2.6",
"emberplus": "https://github.com/olzzon/tv-automation-emberplus-connection.git",
"osc": "https://github.com/PieceMeta/osc.js/tarball/master",
"osc": "2.3.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
Expand Down
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 8fbdd1b

Please sign in to comment.