diff --git a/src/utils/AutomationConnection.ts b/src/utils/AutomationConnection.ts index 64256c66..c7d351d8 100644 --- a/src/utils/AutomationConnection.ts +++ b/src/utils/AutomationConnection.ts @@ -210,8 +210,8 @@ export class AutomationConnection { this.automationProtocol.toAutomation.STATE_FULL, 0, JSON.stringify({ - channel: this.store.faders[0].fader.map(({ faderLevel, pgmOn, pstOn }: IFader) => ({ - faderLevel, pgmOn, pstOn + channel: this.store.faders[0].fader.map(({ faderLevel, pgmOn, pstOn, showChannel }: IFader) => ({ + faderLevel, pgmOn, pstOn, showChannel })) }), "s",