Skip to content

Commit

Permalink
fix: missing declaration in protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Jun 5, 2020
1 parent 4ffbf3c commit 74524c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/constants/mixerProtocols/StuderVistaEmber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { IMixerProtocol, emptyMixerMessage } from '../MixerProtocolInterface'
export const StuderVistaMaster: IMixerProtocol = {
protocol: 'VISTA',
label: 'Studer Vista 1-5-9',
presetFileExtension: 'master',
presetFileExtension: '',
loadPresetCommand: [emptyMixerMessage()],
FADE_DISPATCH_RESOLUTION: 5,
leadingZeros: false, //some OSC protocols needs channels to be 01, 02 etc.
pingCommand: [
Expand Down

0 comments on commit 74524c4

Please sign in to comment.