Skip to content

Commit

Permalink
fix: comment out unused in studer protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Mar 25, 2020
1 parent 8a026e8 commit 0219964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/constants/mixerProtocols/StuderOnAirEmber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const StuderOnAirMaster: IMixerProtocol = {
},
toMixer: {
CHANNEL_OUT_GAIN: [{
mixerMessage: 'A-4294946012/C-4/C-2/C-1/C-6/P-1/A-3', // 'System/Mixer/Channels/Inp Mono/Inp Mono #{channel}/Functions/Fader/Value',
mixerMessage: '', //controlled from StuderOnAirMixerConnections.ts 'A-4294946012/C-4/C-2/C-1/C-6/P-1/A-3', // 'System/Mixer/Channels/Inp Mono/Inp Mono #{channel}/Functions/Fader/Value',
value: 0,
type: 'real',
min: 0,
Expand Down

0 comments on commit 0219964

Please sign in to comment.