From 56868af2840a6e7c19cf95c7fedc6104f4ddced8 Mon Sep 17 00:00:00 2001 From: olzzon Date: Wed, 8 May 2019 14:40:26 +0200 Subject: [PATCH] Fix: turned on channel instead of GrpFader --- src/utils/OscMixerConnection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/OscMixerConnection.js b/src/utils/OscMixerConnection.js index daf45f25..0d09ef7b 100644 --- a/src/utils/OscMixerConnection.js +++ b/src/utils/OscMixerConnection.js @@ -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