-
-
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
CO Renaming (Pt. 5): Latency Control #12022
Conversation
It would be future proof to call it |
very much in favor. |
Yes, you hit a sore point. Potaudio the output latency is the Therfore it looks like the use in the Akai script is wrong. I am in favor for the remaining. Do you want to fix the Akai script as well? |
45134fe
to
c954539
Compare
I opted for |
0730d8f
to
5a4649b
Compare
5a4649b
to
f85acc5
Compare
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.
I think the Akai mapping is still broken. The reported output_latency can be long and is unrelated to the internal processing.
I have found out where the "audio_buffer_size" CO is gone that is probably the correct use here:
https://github.com/mixxxdj/mixxx/pull/11121/files
But does the script really need that compensation? Why do we not see the use case in other mappings?
Did you consider how to continue?
@@ -29,7 +29,7 @@ | |||
[EffectRack1_EffectUnit4_Effect4],parameter4_set_default,0 | |||
[EffectRack1_EffectUnit2_Effect2],parameter2_link_type,0 | |||
[QuickEffectRack1_[Channel3]_Effect1],parameter5_set_zero,0 | |||
[Master],latency,5.80499 | |||
[App],output_latency_ms,5.80499 |
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.
My dump button is broken. Does yours work? I will file a bug.
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.
My dump button is broken. Does yours work? I will file a bug.
Last time it check it did. It creates a file in ~/.mixxx
. It does not create a save file dialog.
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.
Oh, right it is working. I just needed to look in my testing .mixxx folder 🤦
Yes, I considered it and decided that I won't mess with the mapping in this PR. I updated the control, but I don't plan other changes. The bug was not caused by this PR and I don't own this controller, so I cannot properly test changes. |
OK, what puzzles me is the question if we need to revive the "audio_buffer_size" for such use cases. The bug in the Akai mapping itself is there or not, probably hardly notable. Do you have there a good idea for a bug report regarding the that? |
The use case is "implementing beatjumps in JavaScript instead of using the proper Mixxx COs" ? |
Ok, that is clearly not a valid use case. So there is nothing else to do. |
We can also ignore the Lint issues. Someone really needs to put some love on this mapping. |
Part of #11931.
Moves the
latency
control into the[App]
group.