Skip to content

Commit

Permalink
Fix: missing /ch/1/visible
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed May 8, 2019
1 parent ddb49bb commit f16674a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/AutomationPresets.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const AutomationPresets = {
CHANNEL_PGM_ON_OFF: '/ch/{value1}/mix/pgm',
CHANNEL_PST_ON_OFF: '/ch/{value1}/mix/pst',
CHANNEL_FADER_LEVEL: '/ch/{value1}/mix/faderlevel',
CHANNEL_VISIBLE: '/ch/{value1}/visible',
GRP_FADER_PGM_ON_OFF: '/grp/{value1}/pgm',
GRP_FADER_PST_ON_OFF: '/grp/{value1}/pst',
GRP_FADER_LEVEL: '/grp/{value1}/faderlevel',
Expand Down

0 comments on commit f16674a

Please sign in to comment.