View Issue Details
ID | Category | Date Submitted | Last Update | ||
---|---|---|---|---|---|
0008521 | bugs | 2020-12-24 18:34 | 2021-02-12 17:14 | ||
Reporter | iur.n | Assigned To | paul | ||
Reproducibility | always | ||||
Status | new | Resolution | open | ||
Platform | Ubuntu | OS | Linux | OS Version | (any) |
Product Version | 6.5 | ||||
Fixed in Version | |||||
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. |
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 |