From eb465112c3a4ef6b7c31c28d778b046d96e3a3da Mon Sep 17 00:00:00 2001 From: olzzon Date: Fri, 20 Sep 2024 13:18:42 +0200 Subject: [PATCH 1/2] feat: automation protocol use PST to set PFL when showPFL is turned on. --- server/src/utils/AutomationConnection.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/src/utils/AutomationConnection.ts b/server/src/utils/AutomationConnection.ts index ee5af4e3..fffeef7c 100644 --- a/server/src/utils/AutomationConnection.ts +++ b/server/src/utils/AutomationConnection.ts @@ -153,6 +153,13 @@ export class AutomationConnection { pstOn: false, }) } + if ( state.settings[0].showPfl) { + store.dispatch({ + type: FaderActionTypes.SET_PFL, + faderIndex: ch - 1, + pflOn: message.args[0] > 0, + }) + } mixerGenericConnection.updateNextAux(ch - 1) }) } else if (check('CHANNEL_MUTE')) { From 7089b957298c86982e4d475f49c9a4d3b35260e6 Mon Sep 17 00:00:00 2001 From: olzzon Date: Mon, 23 Sep 2024 08:47:34 +0200 Subject: [PATCH 2/2] doc: update automation pst with info regarding PFL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 568b17d6..83c95464 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ To set the state send these OSC commands from you Automation to Sisyfos Port: 52 /ch/1/mix/pgm - integer: { 0, 1 or 2 } - float { fadetime in ms } #### Set channel to PST: - +If showPFL in setting is enabled, this also sets the state of PFL /ch/1/mix/pst - integer: { 0, 1 or 2 } (the integer defines: 0 - Off, 1 - Pgm On, 2 - Voice Over) #### Mute channel: