summaryrefslogtreecommitdiff
path: root/mcp
diff options
context:
space:
mode:
authorJeremy Carter <Jeremy@JeremyCarter.ca>2014-11-14 14:52:58 -0500
committerJeremy Carter <Jeremy@JeremyCarter.ca>2014-11-14 14:52:58 -0500
commit19186534d7f8b09a8c4892615f73a401b54cc71c (patch)
tree736756003118dc81248024a6cfadc83ac3e3b1a6 /mcp
parent592bfdd3f4af9463e2e6a691d7240839ba50d61d (diff)
Fix ChannelLeft command in BCF2000 mackie profile
Diffstat (limited to 'mcp')
-rw-r--r--mcp/bcf2000_basic_edit_mix.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/bcf2000_basic_edit_mix.profile b/mcp/bcf2000_basic_edit_mix.profile
index e09917b686..fee142d083 100644
--- a/mcp/bcf2000_basic_edit_mix.profile
+++ b/mcp/bcf2000_basic_edit_mix.profile
@@ -15,7 +15,7 @@
<Button name="Send" plain="Transport/GotoEnd"/>
<Button name="Read" plain="Transport/ToggleAutoPlay"/>
<Button name="Save" plain="Transport/ToggleAutoReturn"/>
- <Button name="ChannelLeft" plain="Editor/select-next-route"/>
+ <Button name="ChannelLeft" plain="Editor/select-prev-route"/>
<Button name="ChannelRight" plain="Editor/select-next-route"/>
<Button name="FrmRight" plain="Editor/playhead-to-previous-region-boundary"/>
<Button name="PunchOut" plain="Editor/playhead-to-next-region-boundary"/>