Skip to content

Commit

Permalink
feat: VMix - Faders, Mute, PFL, Gain & Matrix Select
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed Jul 28, 2021
1 parent bfbce5b commit 6551e22
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 652 deletions.
2 changes: 1 addition & 1 deletion client/components/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class Channel extends React.Component<
}

handleVuMeter() {
if (window.mixerProtocol.protocol === 'CasparCG') {
if (window.mixerProtocol.protocol === 'CasparCG' || window.mixerProtocol.protocol === 'VMIX') {
return (
<React.Fragment>
{!window.location.search.includes('vu=0') &&
Expand Down
Loading

0 comments on commit 6551e22

Please sign in to comment.