summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-06 22:14:11 +0200
committerRobin Gareus <robin@gareus.org>2017-08-06 22:18:01 +0200
commitfff9a3cc7f3f2d09be1fd7aed547c5e9c1fe4528 (patch)
tree5634e0b16525f2aee0a9038b7d43fd70f2e6e260 /libs
parent7009ff030070c1ce9da23c00d8153e763f65901a (diff)
Allow FaderPort to select VCAs
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/faderport/operations.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/faderport/operations.cc b/libs/surfaces/faderport/operations.cc
index 9a43aaea78..ad0bf3ebd9 100644
--- a/libs/surfaces/faderport/operations.cc
+++ b/libs/surfaces/faderport/operations.cc
@@ -41,7 +41,7 @@ static const double encoder_divider = 24.0;
void
FaderPort::left ()
{
- access_action ("Editor/select-prev-route");
+ access_action ("Editor/select-prev-stripable");
//ToDo: bank by 8?
//if ( (button_state & ShiftDown) == ShiftDown )
@@ -51,7 +51,7 @@ FaderPort::left ()
void
FaderPort::right ()
{
- access_action ("Editor/select-next-route");
+ access_action ("Editor/select-next-stripable");
//ToDo: bank by 8?
//if ( (button_state & ShiftDown) == ShiftDown )