Skip to content

Commit

Permalink
feat: Vista - Aux level 2-way
Browse files Browse the repository at this point in the history
chore: code cleanup
  • Loading branch information
olzzon authored and olzzon committed May 11, 2020
1 parent 3f5306e commit ab835d6
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 235 deletions.
4 changes: 1 addition & 3 deletions server/constants/mixerProtocols/StuderVistaEmber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ export const StuderVistaMaster: IMixerProtocol = {
HIGH: [emptyMixerMessage()],
AUX_LEVEL: [
{
mixerMessage:
'7f 8f ff fe d9 5c 80 30 80 a1 29 31 27 a1 25 31 23 a1 21 31 1f a1 1d 31 1b {channel} 19 31 17 a1 15 31 13 a4 11 31 0f {aux} 0d 31 0b e1 09 31 07 63 {argument}',
mixerMessage: 'a1 a1 {ch-type} {channel} a1 a4 {aux}',
//'7f 8f ff fe d9 5c 80 30 80 a1 25 31 23 a1 21 31 1f a1 1d 31 1b a1 19 31 17 {channel} 15 31 13 a1 11 31 0f a2 0d 31 0b e1 09 31 07 63 {level}',
value: 0,
type: 'real',
Expand Down Expand Up @@ -139,7 +138,6 @@ export const StuderVistaMaster: IMixerProtocol = {
{
mixerMessage:
'7f 8f ff fe d9 5c 80 30 80 a1 29 31 27 a1 25 31 23 a1 21 31 1f a1 1d 31 1b {channel} 19 31 17 a1 15 31 13 a4 11 31 0f {aux} 0d 31 0b e1 09 31 07 63 {argument}',
//'7f 8f ff fe d9 5c 80 30 80 a1 25 31 23 a1 21 31 1f a1 1d 31 1b a1 19 31 17 {channel} 15 31 13 a1 11 31 0f a2 0d 31 0b e1 09 31 07 63 {level}',
value: 0,
type: 'real',
min: -90,
Expand Down
Loading

0 comments on commit ab835d6

Please sign in to comment.