View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008521 | ardour | bugs | public | 2020-12-24 18:34 | 2022-10-04 17:07 |
Reporter | iur.n | Assigned To | paul | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Ubuntu | OS | Linux | OS Version | (any) |
Product Version | 6.5 | ||||
Summary | 0008521: Can't stop playing after pressing "Got to start of session" | ||||
Description | Can't stop playing after pressing "Got to start of session". On both sound backends Jack or ALSA. | ||||
Steps To Reproduce | 1. Press Play 2. Press "Got to start of session" 3. Press Stop Result: Playing is not stopped, also, the vertical line continues to move. | ||||
Additional Information | I have made a little inverstigation, and I don't know if ti will help. // Play Log: Event type: 7 Log: Event type: 3 Log: TransportFSM::transition : 1 // Got to start of session Log: Event type: 5 Log: TransportFSM::transition : 4 Log: Event type: 1 Log: locate to 0 took 1119 usecs for 3 tracks = 373 per track Log: Event type: 6 Log: should_not_roll_after_locatestop Log: TransportFSM::transition : 0 Log: Event type: 0 // Stop Log: Event type: 7 Log: Event type: 4 When pressing stop I come here and _motion_state = 0, thus, stop_playback (ev); is not called. case StopTransport: switch (_motion_state) { std::cout << "MYLOG" << "stop playback " << std::endl; case Rolling: std::cout << "MYLOG: " << "stop playback[1] " << std::endl; transition (DeclickToStop); stop_playback (ev); break; case Stopped: | ||||
Tags | No tags attached. | ||||
|
if you can easily generate this error, please use a debug build and run with -D tfsm,transport then paste the output here. |
|
Just wondering if same thing as: https://tracker.ardour.org/view.php?id=8490 |
|
I no more can reproduce. |
|
Seems to be fixed in 6.9. The transport stops automatically on "Go to start of session", but the "Play from playhead" button remains active and does not switch to "Stop playback". Whatever was the solution, additional work remains. |
|
the only testing that matters at this point are the nightly builds. Ardour 7.0 is about to be released. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-12-24 18:34 | iur.n | New Issue | |
2021-01-05 16:16 | paul | Assigned To | => paul |
2021-01-05 16:17 | paul | Relationship added | duplicate of 0008490 |
2021-01-18 19:19 | paul | Note Added: 0025434 | |
2021-02-12 17:09 | ardourwlk | Note Added: 0025516 | |
2021-02-12 17:14 | iur.n | Note Added: 0025517 | |
2022-10-04 16:44 | ufocia | Note Added: 0026599 | |
2022-10-04 17:07 | paul | Note Added: 0026600 |