View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007207 | ardour | features | public | 2017-01-15 11:08 | 2017-02-06 17:18 |
Reporter | unfa | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0007207: Move automation points in only one axis using modifier keys | ||||
Description | I often find myself in need to alter the timing of automation points, without altering their values. This can be quite difficult, especially when dealing with very sensitive parameters or very precisely determined values with little error margin. I wish I could hold down Ctrl, then drag my automation points and have them move only in X axis (time) not allowing any motion in the Y axis (value). Similarly - sometimes I'd like to alter the values, without altering the timing so only Y-axis motion, with X axis locked would be great. I believe the Alt key could be a good choice for this. | ||||
Tags | No tags attached. | ||||
|
Constraining changes to time or value axis already exists for moving automation points. In default settings, shift+drag and shift+ctrl+drag are the modifyers. |
|
Oh! I see. The reason I didn't find out about this is that I need to hold the keys before I click and drag on the points, and I'm used to these type of modifiers to work even if I engage them in the middle of drag'n'drop (like Inkscape for example does). Do you think that making it work that way would be a good idea? I don't see any reason why this could harm the workflow. |
|
It would be a substantial change to the code. We set up the drag state for ALL drag operations at button-press, and do not modify it during the drag. |