View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008306 | ardour | bugs | public | 2020-07-13 05:37 | 2021-01-18 23:23 |
Reporter | jdfox | Assigned To | paul | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Platform | Debian GNU | OS | Linux | OS Version | (any) |
Summary | 0008306: Cancel Selection fails in Draw and Internal Edit modes. | ||||
Description | ESC wont cancel selection in Draw and Internal Edit modes. Markers or regions left selected. Using 6.0 | ||||
Steps To Reproduce | Select a marker or region in either of these modes and try to cancel selection with ESC | ||||
Additional Information | https://discourse.ardour.org/t/unselect-playhead-nudging/104410/ | ||||
Tags | No tags attached. | ||||
|
git now contains fixes for this behavior. The changes are as follows: 1) the first selection of a MIDI note cancels all other selections. This follows a general rule we have that only 1 type of thing can be selected at once. 2) pressing escape to cancel note selection now also cancels the region selection I'd appreciate feedback on whether this improves the workflow and/or meets expectations here. |