mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
wiimote surface support changes actions recently moved to Common/*
This commit is contained in:
parent
3346c69f2d
commit
8c7b0d1486
1 changed files with 3 additions and 3 deletions
|
|
@ -376,7 +376,7 @@ WiimoteControlProtocol::wiimote_callback (int mesg_count, union cwiid_mesg mesg[
|
|||
|
||||
// B + Home = add marker at playhead
|
||||
if (b & CWIID_BTN_HOME) {
|
||||
access_action ("Editor/add-location-from-playhead");
|
||||
access_action ("Common/add-location-from-playhead");
|
||||
}
|
||||
|
||||
// B + minus = move playhead to the start
|
||||
|
|
@ -406,12 +406,12 @@ WiimoteControlProtocol::wiimote_callback (int mesg_count, union cwiid_mesg mesg[
|
|||
|
||||
// left = move playhead back a bit
|
||||
if (b & CWIID_BTN_LEFT) {
|
||||
access_action ("Editor/nudge-playhead-backward");
|
||||
access_action ("Common/nudge-playhead-backward");
|
||||
}
|
||||
|
||||
// right = move playhead forward a bit
|
||||
if (b & CWIID_BTN_RIGHT) {
|
||||
access_action ("Editor/nudge-playhead-forward");
|
||||
access_action ("Common/nudge-playhead-forward");
|
||||
}
|
||||
|
||||
// up = select previous track
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue