Skip to content

Commit

Permalink
feat: Ardour support - added channel name from mixer
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed May 21, 2019
1 parent eb01418 commit d767318
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src/constants/MixerProtocolPresets.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,30 +312,20 @@ export const MixerProtocolPresets = {
],
pingTime: 9500,
initializeCommands: [
{
oscMessage: '/ch/{channel}/mix/fader',
value: "",
type: ""
},
{
oscMessage: '/ch/{channel}/config/name',
value: "",
type: ""
}
],
fromMixer: {
CHANNEL_FADER_LEVEL: 'none', //'none' ignores this command
CHANNEL_OUT_GAIN: '/strip/fader/{channel}',
CHANNEL_VU: '/strip/meter/{channel}',
CHANNEL_NAME: '/ch/{channel}/config/name',
GRP_OUT_GAIN: '/dca/{channel}/fader',
CHANNEL_NAME: '/strip/name/{channel}',
GRP_OUT_GAIN: 'todo',
GRP_VU: 'none',
GRP_NAME: '/dca/{channel}/config/name',
GRP_NAME: 'todo',
},
toMixer: {
CHANNEL_FADER_LEVEL: 'none',
CHANNEL_OUT_GAIN: '/strip/fader/{channel}',
GRP_OUT_GAIN: '/dca/{channel}/fader',
GRP_OUT_GAIN: 'todo',
},
fader: {
min: 0,
Expand Down

0 comments on commit d767318

Please sign in to comment.