View Issue Details

IDProjectCategoryView StatusLast Update
0008521ardourbugspublic2022-10-04 17:07
Reporteriur.n Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformUbuntuOSLinuxOS Version(any)
Product Version6.5 
Summary0008521: Can't stop playing after pressing "Got to start of session"
DescriptionCan't stop playing after pressing "Got to start of session". On both sound backends Jack or ALSA.
Steps To Reproduce1. 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 InformationI 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:
TagsNo tags attached.

Relationships

duplicate of 0008490 closedpaul I can’t stop Ardour playback from the internal clock 

Activities

paul

2021-01-18 19:19

administrator   ~0025434

if you can easily generate this error, please use a debug build and run with -D tfsm,transport then paste the output here.

ardourwlk

2021-02-12 17:09

reporter   ~0025516

Just wondering if same thing as: https://tracker.ardour.org/view.php?id=8490

iur.n

2021-02-12 17:14

reporter   ~0025517

I no more can reproduce.

ufocia

2022-10-04 16:44

reporter   ~0026599

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.

paul

2022-10-04 17:07

administrator   ~0026600

the only testing that matters at this point are the nightly builds. Ardour 7.0 is about to be released.

Issue History

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