-
-
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
EngineBuffer: Use mixxx::audio::FramePos #4217
Conversation
Pull Request Test Coverage Report for Build 1146995695
💛 - Coveralls |
072b55a
to
46887e3
Compare
|
Yes, I saw that but didn't find an obvious error when reading the diff. Didn't investigate it yet. |
46887e3
to
fb6d926
Compare
I have no idea why it works on all OSes except Windows. Can some windows user have a look at this? |
fb6d926
to
9c2580b
Compare
Also, the `slotControlSeekAbs`/`slotControlSeekExact` method names were misleading because they weren't actually connected to any signal or control. Hence, these were renamed and also made regular methods, not slots.
9c2580b
to
1d9490d
Compare
Looks like the issue fixed itself by rebasing on latest main. Ready to review. |
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.
One minor finding.
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.
Thank you once again for this tedious refactoring! LGTM
Based on #4191.