View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009771 | ardour | bugs | public | 2024-08-13 23:38 | 2024-08-14 02:00 |
| Reporter | pyrotek45 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | GNU | OS | Linux | OS Version | (any) |
| Product Version | 8.6 | ||||
| Summary | 0009771: automation lanes get offset when selected and copied with multi select | ||||
| Description | it seems when selecting a sample and its automation under it, and then using (ctrl + c) and (ctrl + v) to copy and paste, it paste the automation but waaay offset, as if its pasting the entire automation from the beginning, to where the new paste is. | ||||
| Steps To Reproduce | simply select a sample and drag it to the playlist add some automation under it ( im using the fader ) use multi select and select the sample and the automation press (ctrl + c) to copy then press (ctrl + v) to paste notice how the automation is way off to the right it should be under the sample, where it was originally. | ||||
| Tags | No tags attached. | ||||
|
|
this also happens with midi , in this picture you can see that where i pasted it, the automation is offset as if its adding the entire part to the beginning. |
|
|
Interesting. I suspect a bug with paste increments: ctrl+c , ctrl+v, ctrl+v, ctrl+v -- every paste shifts the insertion point to the right, by the length of the selection. and here it pasting the MIDI region already does that before pasting automation. |