Allow FaderPort to select VCAs

This commit is contained in:
Robin Gareus 2017-08-06 22:14:11 +02:00
parent 7009ff0300
commit fff9a3cc7f

View 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 )