Skip to content

Commit

Permalink
feat: Ember - use timeout-hack for better Lawo support
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Feb 27, 2020
1 parent e3fb5d2 commit 2b508f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/mixerConnections/EmberMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class EmberMixerConnection {

sendOutLevelMessage(channel: number, value: number) {
logger.verbose('Sending out Level: ' + String(value) + ' To Path : ' + JSON.stringify(this.emberNodeObject[channel]))
this.emberConnection.setValueWithHacksaw(
this.emberConnection.setValueNoAck(
this.emberNodeObject[channel-1],
value
)
Expand Down

0 comments on commit 2b508f2

Please sign in to comment.