Audacity Bug Summary
••• Introduction •••
••• Keywords •••
    Audacity 3.0.3 development began 19th April 2021

Audacity Bugzilla



Bug 2303 - Playback does not start at the saved cursor position on reopening a saved project.
Playback does not start at the saved cursor position on reopening a saved pro...
Status: RESOLVED FIXED
Product: Audacity
Classification: Unclassified
Component: User Interface
2.4.0
Per OS All
: P1 RepeatableAll
Assigned To: Paul L
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-02-03 23:26 UTC by Cliff Scott
Modified: 2020-03-02 12:26 UTC (History)
7 users (show)

See Also:
Steps To Reproduce:
1. Perform a short recording. 2. Set the cursor at some point not at the beginning. 3. Save the recording. 4. Close the Audacity window or quit Audacity. 5. Open the saved file with Audacity. 6. Select play and notice the playback starts at the very beginning. 7. Stop the playback and restart playback and notice it now starts at the saved audio position as it should.
Release Note:
First Git SHA: 274331cc267008f7c49aea771274814f5d79ebdd
Group: ---
Workaround:
Closed: 2020-03-02 00:00:00
flyer185: Must‑Test‑All‑OS+
flyer185: Regression+
petersampsonaudacity: Test‑OK‑Win+
petersampsonaudacity: Test‑OK‑Mac+
james.k.crook: Test‑OK‑Lin+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cliff Scott 2020-02-03 23:26:05 UTC
When opening a previously recorded project and selecting play the play should start at the last cursor position in the saved file. Instead it starts at position zero requiring the stopping and restarting playback to get to the saved position.

This is a regression on Audacity 2.3.2.
Comment 1 Peter Sampson 2020-02-09 08:19:35 UTC
Curiously Audacity does know the remembered cursor position

but on project reopening.
1) The Tome toolbar shows "--h--m--s"
2) press Play
3) Observe Play starts from T=0
4) Observe Time toolbar counts from T=0

5) Now press Stop
6) Observe Time Toolbar resets to remembered value from the previously saved project
7) Press Pay
8) Play starts from remembered value from the previously saved project (as Cliff originally reported)
Comment 2 Paul L 2020-02-19 07:03:11 UTC
At commit 7c17c158fd3da504b644dcef74d9e1a194c8482a, behavior exactly as in the steps to reproduce began.

But at the earlier commit 274331cc267008f7c49aea771274814f5d79ebdd, bad behavior began, and step 7 instead also played from the beginning, not the correct place.
Comment 3 Paul L 2020-02-25 14:17:39 UTC
Note commit 7c17c158fd3da504b644dcef74d9e1a194c8482a was a fix for bug 2159
Comment 4 Paul L 2020-02-25 15:10:47 UTC
Fix at https://github.com/audacity/audacity/commit/5a2eaf9a527b702f2bb6adb67cb530051c7baf84

(though Travis failed the build at the previous commit, c886851edc915c5f34df791380b800e9eee83ed0)
Comment 5 Peter Sampson 2020-02-26 06:48:52 UTC
(In reply to Paul L from comment #4)
Tested on W10 and macOS 10.15.3 with Audacity 2.4.0 c63a163

On both platforms playback starts at the saved cursor position.

I tested this 

a) by closing and then restarting Audacity

b) similar but first clearing the audacity settings folder (just to ensure that the playback position wasn't being stored there - or being used from there by Audacity).
Comment 6 James Crook 2020-03-02 12:26:18 UTC
Works fine on Linux too now.  RESOLVED FIXED.