-
-
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
Waveform: add track end markers #3137
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.
Good Idea, Thank you.
Unfortunately it does not work for short tracks where the lead in is visible as well.
2d16a97
to
def3415
Compare
And now I think it's okay to paint both with |
Unfortunatly the clang-format is complaining:
|
def3415
to
f456acf
Compare
f456acf
to
e0c5a49
Compare
Now this is only asking to break https://github.com/mixxxdj/mixxx/pull/3137/files#diff-81fd0f5d9e826ea64cfcaac0c081a865R80 into multiple lines. See my question on Zulip https://mixxx.zulipchat.com/#narrow/stream/247620-development-help/topic/suppress.20certain.20clang-format.20changes |
I don't mind in this case, because the surrounding code is written like that. So let's merge it. In general I very much in favor that's all functions should be formated the same with no exceptions. |
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
https://bugs.launchpad.net/mixxx/+bug/1799576
This should help understand that no loops can be created (or resized) that would cross the track end, as well as the
the protective loop move limitation in #3117 .
We could also use the end-of-track warning color for the post-roll triangles?