Allow FaderPort to select VCAs
[ardour.git] / libs / surfaces / faderport / operations.cc
index 9a43aaea78ff0b53c59fd82cac2680a5bfe877d6..ad0bf3ebd9f398061daafce00c55ab863fdd78be 100644 (file)
@@ -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 )