mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Allow FaderPort to select VCAs
This commit is contained in:
parent
7009ff0300
commit
fff9a3cc7f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue