Skip to content

Commit

Permalink
Fix: turned on channel instead of GrpFader
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed May 8, 2019
1 parent 5332895 commit 56868af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/OscMixerConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class OscMixerConnection {
channel: ch - 1,
level: message.args[0]
});
if (!this.store.channels[0].channel[ch - 1].pgmOn) {
if (!this.store.channels[0].grpFader[ch - 1].pgmOn) {
window.storeRedux.dispatch({
type:'TOGGLE_GRP_PGM',
channel: ch - 1
Expand Down

0 comments on commit 56868af

Please sign in to comment.