View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006254 | ardour | bugs | public | 2015-04-15 14:55 | 2020-03-27 21:54 |
Reporter | chaot | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 4.0-rc | ||||
Summary | 0006254: Shuttle speed control has massive lags | ||||
Description | Ardour Version: =============== Ardour 4.0.rc3.21 Setting: ======== Linux Mint 17, 64 bit Description: ============ When scrolling with the shuttle speed control it is extremely laggy. Strangely this only seems to happen, if a MIDI track is present in the session. See attached video for clarification. Reproduce: ========== - Open new session - Add MIDI track - Scroll with shuttle speed control Reproducibility: ================ Always reproducible with my current setting but I don't know of someone else experiencing this issue. | ||||
Tags | No tags attached. | ||||
2015-04-15 14:55
|
|
|
This is still present in 5.8. Still, only after having added a MIDI track. |
|
It depends a lot on the buffersize. Speed-changes happen once per process-cycle. Particularly mouse-wheel'ing on the shuttle can queue a lot of GUI events which are processed at a lower rate if the buffersize is not small. |
|
Indeed, if I decrease the buffer size a lot then this behavior is gone. I'm not familiar with this part of the code base of Ardour. Would it be possible to drop certain GUI events if we know that they will become obsolete because of a later event in the queue? Just to also make this clear: I don't care about the shuttle control because I would never use it productively in any way. I just think that if it exists, it shouldn't be buggy. |
|
This is not an issue anymore as the shuttle control changed significantly since the last comment. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-04-15 14:55 | chaot | New Issue | |
2015-04-15 14:55 | chaot | File Added: out-1_short.ogv | |
2015-04-16 04:52 | x42 | Relationship added | related to 0006247 |
2015-04-16 04:53 | x42 | Relationship added | related to 0006248 |
2017-05-26 12:51 | chaot | Note Added: 0019743 | |
2017-05-26 14:01 | x42 | Note Added: 0019744 | |
2017-05-26 17:28 | chaot | Note Added: 0019745 | |
2017-05-26 17:29 | chaot | Note Edited: 0019745 | |
2020-03-27 21:54 | chaot | Status | new => closed |
2020-03-27 21:54 | chaot | Resolution | open => fixed |
2020-03-27 21:54 | chaot | Note Added: 0021059 |