From 3c826143a6ef65122cb27dc860f34b7761e33968 Mon Sep 17 00:00:00 2001 From: olzzon Date: Tue, 3 Sep 2024 11:52:39 +0200 Subject: [PATCH] fix Mono input selector for Lawo Ruby should be 5 --- shared/src/constants/mixerProtocols/LawoRuby.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/src/constants/mixerProtocols/LawoRuby.ts b/shared/src/constants/mixerProtocols/LawoRuby.ts index 2deb002a..044cb1a5 100644 --- a/shared/src/constants/mixerProtocols/LawoRuby.ts +++ b/shared/src/constants/mixerProtocols/LawoRuby.ts @@ -59,7 +59,7 @@ export const LawoRuby: MixerProtocol = { { mixerMessage: 'Ruby.Sources.{channel}.DSP.Input.LR Mode', - value: 2, + value: 5, type: 'int', label: 'MONO', }, @@ -129,7 +129,7 @@ export const LawoRuby: MixerProtocol = { { mixerMessage: 'Ruby.Sources.{channel}.DSP.Input.LR Mode', - value: 2, + value: 5, type: 'int', label: 'MONO', },