View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007993 | ardour | bugs | public | 2020-04-08 11:20 | 2020-06-07 11:20 |
Reporter | unfa | Assigned To | paul | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 6.0-pre1 | ||||
Summary | 0007993: Alt+Shift+Up/Down in PianoRoll doesn't work as expected | ||||
Description | These two keyboard combinations are very useful for shifting selected MIDI notes one octave up or down. But they don't work as expected in Ardour 6. Is this change intentional? Is there a different key combination for this? | ||||
Tags | No tags attached. | ||||
|
I can confirm. In the midi_region_view.cc the code for this key binding is still present, so the change is not intentional. Seems that the event is not propagated to MidiRegionView::key_press() and even GtkCanvas::on_key_press_event() but stolen already at some earlier point. Same is true for Alt-Left, Alt-Right which moves the playhead. |
|
There's the accelerator key binding for 'select-previous-strip' and 'select-next-strip' in the way. Workaround: Window->Keyboard Shortcuts ; there in Editor tab, Editor find "Select Previous Strip" and "Select Next Strip" and remove or change their shortcuts. |
|
I have just finished a major overhaul of how the (computer) keyboard can be used to edit MIDI. This particular issue is now fixed (though the bindings have changed slightly, because we need to stay away from anything involving Alt-Tab - it tends to be stolen by the desktop). In addition, all the operations on selected MIDI notes now have user-editable bindings. I am marking this resolved .. if not please change it back, otherwise mark it closed. One thing i am still slightly concerned about; it may be possible to accidentally move the keyboard "focus" away from the track canvas, and if this happens, the kbd shortcuts for MIDI editing will stop. Moving the mouse out and back into the track canvas will fix it, or changing mode out of internal edit and back. |
|
Issue has been closed automatically, by Trigger Close Plugin. Feel free to re-open with additional information if you think the issue is not resolved. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-04-08 11:20 | unfa | New Issue | |
2020-04-08 14:51 | johmue-eo | Assigned To | => johmue-eo |
2020-04-08 14:51 | johmue-eo | Status | new => confirmed |
2020-04-08 14:51 | johmue-eo | Note Added: 0021254 | |
2020-04-08 15:38 | johmue-eo | Note Edited: 0021254 | |
2020-04-08 16:27 | johmue-eo | Note Added: 0021255 | |
2020-04-09 21:24 | johmue-eo | Assigned To | johmue-eo => |
2020-04-13 01:10 | paul | Assigned To | => paul |
2020-04-17 19:25 | paul | Status | confirmed => resolved |
2020-04-17 19:25 | paul | Resolution | open => fixed |
2020-04-17 19:25 | paul | Note Added: 0021375 | |
2020-06-07 11:20 | anonymous | Note Added: 0024428 | |
2020-06-07 11:20 | anonymous | Status | resolved => closed |