Skip to content

Commit

Permalink
feat: Ardour meter support meter not meters
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed May 21, 2019
1 parent 1864e3e commit 9802ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/MixerProtocolPresets.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export const MixerProtocolPresets = {
fromMixer: {
CHANNEL_FADER_LEVEL: 'none', //'none' ignores this command
CHANNEL_OUT_GAIN: '/strip/fader/{channel}',
CHANNEL_VU: '/strip/meters/{channel}',
CHANNEL_VU: '/strip/meter/{channel}',
CHANNEL_NAME: '/ch/{channel}/config/name',
GRP_OUT_GAIN: '/dca/{channel}/fader',
GRP_VU: 'none',
Expand Down

0 comments on commit 9802ff5

Please sign in to comment.