Skip to content

Commit

Permalink
fix: OSC mixerprotocol initial mixer state was resetting preset fader…
Browse files Browse the repository at this point in the history
… state
  • Loading branch information
olzzon authored and olzzon committed Oct 17, 2020
1 parent 125bd1f commit aecfcb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions server/utils/mixerConnections/OscMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,8 @@ export class OscMixerConnection {
) {
if (
message.args[0] > this.mixerProtocol.fader.min ||
0 +
(this.mixerProtocol.fader.max ||
1 * state.settings[0].autoResetLevel) /
100
message.args[0] >
state.settings[0].autoResetLevel / 100
) {
store.dispatch(
storeFaderLevel(
Expand Down

0 comments on commit aecfcb2

Please sign in to comment.