Skip to content

Commit

Permalink
fix Mono input selector for Lawo Ruby should be 5
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Sep 3, 2024
1 parent b384ff1 commit 3c82614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/src/constants/mixerProtocols/LawoRuby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const LawoRuby: MixerProtocol = {
{
mixerMessage:
'Ruby.Sources.{channel}.DSP.Input.LR Mode',
value: 2,
value: 5,
type: 'int',
label: 'MONO',
},
Expand Down Expand Up @@ -129,7 +129,7 @@ export const LawoRuby: MixerProtocol = {
{
mixerMessage:
'Ruby.Sources.{channel}.DSP.Input.LR Mode',
value: 2,
value: 5,
type: 'int',
label: 'MONO',
},
Expand Down

0 comments on commit 3c82614

Please sign in to comment.