-
-
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
endoftrack waveformrenderer using rendergraph #14187
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.
Looking good, just a small conversion issue to fix
src/waveform/renderers/allshader/waveformrendererendoftrack.cpp
Outdated
Show resolved
Hide resolved
src/waveform/renderers/allshader/waveformrendererendoftrack.cpp
Outdated
Show resolved
Hide resolved
const float posx1 = size.width() / 2.f; | ||
const float posx2 = size.width(); | ||
const float posy1 = 0.f; | ||
const float posy2 = size.height(); |
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.
Might need to add a static_cast here
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
using qstringliteral Co-authored-by: Antoine Colombier <7086688+acolombier@users.noreply.github.com>
Looks like the pre-commit is failing, do you want me to push the fix? |
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. |
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.
pre-commit looks good. Merge @acolombier?
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.
LGTM! Thanks!
Ports the endoftrack waveformrenderer to a rendergraph node. This can be reviewed and merged independently from the PRs for the other waveformrenderers.