Skip to content
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

endoftrack waveformrenderer using rendergraph #14187

Merged
merged 5 commits into from
Feb 3, 2025

Conversation

m0dB
Copy link
Contributor

@m0dB m0dB commented Jan 18, 2025

Ports the endoftrack waveformrenderer to a rendergraph node. This can be reviewed and merged independently from the PRs for the other waveformrenderers.

Copy link
Member

@acolombier acolombier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, just a small conversion issue to fix

const float posx1 = size.width() / 2.f;
const float posx2 = size.width();
const float posy1 = 0.f;
const float posy2 = size.height();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might need to add a static_cast here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

m0dB and others added 2 commits January 19, 2025 17:20
using qstringliteral

Co-authored-by: Antoine Colombier <7086688+acolombier@users.noreply.github.com>
@acolombier acolombier requested review from acolombier and removed request for acolombier January 20, 2025 21:04
@acolombier
Copy link
Member

Looks like the pre-commit is failing, do you want me to push the fix?

@m0dB
Copy link
Contributor Author

m0dB commented Jan 21, 2025

I don't understand that, I ran pre-commit on the file locally and nothing changed. Anyway, I applied to edit as shown in the error.

Copy link
Member

@Swiftb0y Swiftb0y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pre-commit looks good. Merge @acolombier?

Copy link
Member

@acolombier acolombier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@acolombier acolombier merged commit 5c1468e into mixxxdj:main Feb 3, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants