View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000186 | ardour | bugs | public | 2003-12-14 15:14 | 2004-05-03 09:25 |
| Reporter | vandongen | Assigned To | taybin | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000186: playhead cursor position saved but not the transport position | ||||
| Description | When opening an existing session, the playhead-cursor is on the last saved position, but the transport counter is at the beginning. Play starts at the beginning, but the playhead doesn't "rewind" and starts moving from its position on the screen. | ||||
| Tags | No tags attached. | ||||
|
|
it turns out that we do not save the playhead position. what is happening is that we set the JACK transport position, then later exited. when we start up again. we use jack_get_current_transport_frame() to compute where to draw the playhead. it reflects the old position because we never updated JACK (or didn't yet). a fix will be trivial, once i figure out what the right thing to do is :) |
|
|
Fixed by Paul. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2003-12-14 15:14 | vandongen | New Issue | |
| 2003-12-14 15:15 | paul | Status | new => assigned |
| 2003-12-14 15:15 | paul | Assigned To | => paul |
| 2003-12-14 16:12 | paul | Note Added: 0000297 | |
| 2004-02-03 21:34 | taybin | Status | assigned => resolved |
| 2004-02-03 21:34 | taybin | Resolution | open => fixed |
| 2004-02-03 21:34 | taybin | Assigned To | paul => taybin |
| 2004-02-03 21:34 | taybin | Note Added: 0000385 | |
| 2004-05-03 09:25 | vandongen | Status | resolved => closed |