Skip to content

Commit

Permalink
feat: Studer Vista - initial support
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jun 29, 2019
1 parent 9a25067 commit ea054e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants/MixerProtocolPresets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { MidasMaster } from './mixerProtocols/midasMaster';
import { GenericMidi } from './mixerProtocols/genericMidi';
import { LawoClient } from './mixerProtocols/EmberLawo';
import { CasparCGMaster } from './mixerProtocols/casparCGMaster';
import { StuderVistaMaster } from './mixerProtocols/StuderVistaEmber';

export interface IMixerProtocolGeneric {
protocol: string,
Expand Down Expand Up @@ -126,6 +127,7 @@ export const MixerProtocolPresets: { [key: string]: IMixerProtocolGeneric } = Ob
midasMaster: MidasMaster,
genericMidi: GenericMidi,
lawoClient: LawoClient,
studerVistaMaster: StuderVistaMaster,
}, CasparCGMaster !== undefined ? {
casparCGMaster: CasparCGMaster
} : {});
Expand Down

0 comments on commit ea054e3

Please sign in to comment.