-
Notifications
You must be signed in to change notification settings - Fork 0
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
This makes beatmap behaves like a beatgrid when constant tempo preference is true #1
This makes beatmap behaves like a beatgrid when constant tempo preference is true #1
Conversation
Hi Cristiano. |
No worries. "For a roadmap for mixxxdj#2512, I propose to use the existing "assume constant tempo" preference option to generate a constant tempo beatgrid functionally equivalent to the old BeatGrid class but using the new Beats API. This will allow us to merge it to master sooner." That's what I have tried to implement here. I have tested this on a couple of tracks and it worked nice, some tracks that were problematic on the old beat grid got them painted right now. The problem with the beatmap is that without fixing the tempo, some tracks that should have constant tempo actually display the tempo with small fluctuations while the tracks play, I think we should in fact just ignore this fluctuation and be seems to agree on that. But one thing that I haven't put much thought here is on converting the old beat grid into the new beat map format. Especially tracks that were analyzed with the fast option and do not have all beat positions will not have beat grid painted for the whole track. Please give this a spin and see if it works nicely for you too and feel free to just ignore and close this PR, if you don't like how it behaves. |
Ok. Let's use this fix to see if it's enough to solve the problem on constant tempo tracks. |
…_phrases_and_variable_BPM_in_beats_class
I wanted to use your code so finally I did the conflict resolution. |
920d1c6
into
JaviVilarroig:bars_phrases_and_variable_BPM_in_beats_class
Shade: Put all VU meters in a fixed size parent widget
This makes beatmap behaves like a beatgrid when constant tempo preference is true and also fix scons build.