-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Don't allow to set loop in/out at the silence padding after the track. #11558
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Done. |
Thanks, but unfortunately it's still not clamping to track end. Finally I figured the issue is that Btw, if you decide to keep the current commits, could you please reword the last commit? |
…at behind the track.
This avoids to stop the track in an active loop
Jump to th old loop-in istead for another try
I have fixed the issue along with some corner cases with holding the loop in or out button. Instead of stopping the track or take an inconsistent state it now loops to loop in instead and keeps the track running. |
While that last change isn't expected behaviour IMO it may still be a welcome helper.
Maybe that is fixed with #11532 or #11152 (with my proposed changes included) So, this LGTM, I'll do some more testing soonish. |
LGTM, this is much beter than before! However, there still seems to be a chance to stop the deck unexpectedly. Another issue I spotted (unrelated to this PR) is that the waveform play pos definitely goes beyond the track end with that very short loop. |
This fixes #11557