Skip to content

Commit

Permalink
add Mono input selectorfor Lawo Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Sep 3, 2024
1 parent 8ad0804 commit b384ff1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions shared/src/constants/mixerProtocols/LawoRuby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ export const LawoRuby: MixerProtocol = {
type: 'int',
label: 'RR',
},
{
mixerMessage:
'Ruby.Sources.{channel}.DSP.Input.LR Mode',
value: 2,
type: 'int',
label: 'MONO',
},
],
CHANNEL_OUT_GAIN: [
{
Expand Down Expand Up @@ -119,6 +126,13 @@ export const LawoRuby: MixerProtocol = {
type: 'int',
label: 'RR',
},
{
mixerMessage:
'Ruby.Sources.{channel}.DSP.Input.LR Mode',
value: 2,
type: 'int',
label: 'MONO',
},
],
CHANNEL_OUT_GAIN: [
// {
Expand Down

0 comments on commit b384ff1

Please sign in to comment.