New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looping can play wrong audio and silence (was: Relocating the loop region while looping elsewhere exhibits wrong behavior) #2103
Comments
|
Observe also that when extending a loop play region Audacity now makes one last play of the pr-existing loop region before playing the extended loop. So there is a latency in the use of the new extended loop region. There is similar latency if you shorten the loop region. |
|
Also:
|
|
The only thing that is a bug is the playing of silence in step 7. i don’t know why it is considered a regression when there was never any adjustability of the loop region with play in progress before 3.1. The desired behavior as I understood it is that play starts from the left edge of selection and proceeds right until the right edge of the loop region “traps” the play head and sends it back to the left. So play may start left of the loop, and play may be right of the loop and reach the end instead of jumping back. |
There certainly was adjustability of the loop region with loop play in progress in 3.0.5 and earlier Audacities - both for extending/shortening and for relocation. I tested this thoroughly on 3.0.5 before I logged this. The trick to achieve this is to hold down the Shift button while making the changes. ;-) |
|
I think some lag is affecting the looping not immediately updating. However, we don't want the playback to jump around to a loop region. It needs to be 'in' a loop region in order to loop. the silence is a problem. Incidentally, I think we should have an option (feature improvement) that allows a user to specify whether they'd like playback to always be 'trapped' in a loop or whether they prefer it to work the way it does now. |
|
I retitled the bug again. The actual misbehavior needing fix is not only at step 7 in the description, but also step 6. Using a rising chirp, you can see the looping head in one place but hear the higher frequencies for the moved loop selection, before the play becomes silent, waiting for the next leftward jump of the play head, before you hear the correct sounds again. |
petersampsonaudacity commentedNov 9, 2021
•
edited
Describe the bug
When the loop region is changed while loop playing is active the looping playback does not jump to the user's new loop region.
This is a regression on 3.0.5 and earlier Audacity versions.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When the loop region is changed while loop playing is active the looping playback should immediately jump to the user's new loop region
Screenshots
None
Additional information (please complete the following information):
Additional context
This is very confusing behavior for the user.
The text was updated successfully, but these errors were encountered: