Skip to content

Commit

Permalink
feat: Lawo-MC fader level added to protocol.
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Feb 24, 2020
1 parent e29831f commit ad26a6b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions server/constants/mixerProtocols/LawoMC2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export const LawoMC2: IMixerProtocol = {
fromMixer: {
CHANNEL_FADER_LEVEL: [emptyMixerMessage()],
CHANNEL_OUT_GAIN: [{
mixerMessage: 'R3LAYVRX4/Ex/GUI/FaderSlot_{channel}/FaderPosition',
mixerMessage: 'Ruby.Sources.${channel}.Fader.Motor dB Value',
value: 0,
type: 'real',
min: 0,
max: 100,
zero: 75
min: -191,
max: 9,
zero: 0
}],
CHANNEL_VU: [emptyMixerMessage()],
CHANNEL_NAME: [{
Expand Down Expand Up @@ -49,11 +49,11 @@ export const LawoMC2: IMixerProtocol = {
toMixer: {
CHANNEL_FADER_LEVEL: [emptyMixerMessage()],
CHANNEL_OUT_GAIN: [{
mixerMessage: 'R3LAYVRX4/Ex/GUI/FaderSlot_{channel}/FaderPosition',
mixerMessage: 'Ruby.Sources.${channel}.Fader.Motor dB Value',
value: 0,
type: 'real',
min: 0,
max: 100,
min: -191,
max: 9,
zero: 0

}],
Expand Down

0 comments on commit ad26a6b

Please sign in to comment.