-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Feature Request] Have the black and grey squares in Song-Editor change based on the signature #7281
Comments
I realized my request is quite confusing, and am discussing it with Jernemies. I'll get back to this when I have more idea of what exactly I am asking for. |
I guess what you are requesting can best be described with the following image: Here I have set the time signature to 5/4 and have added a note clip that contains five quarter notes. The grid in the background still shows four lines per beat instead of the expected five lines. This results in offsets between the notes and the grid. Lack of tempo mapI think what you are asking for might also be hard to implement. If I understand correctly LMMS has no concept of a tempo map which would be needed to correctly paint the beat lines and measures. @LMMS/developers, do I understand correctly that changes to tempo and measures are implemented with automation patterns? If that's the case then the following attached project shows some problems with that approach: It's a project that starts with 5/4 in the first measure and then switches to 4/4. After the switch the first pattern is drawn incorrectly (which might in part be what this issue is describing. Another problem is that the view of the song editor is changing in a sudden fashion. |
If it can help, pianoroll actually already update itself in a similar manner according to that info (while song editor only updates the playbar numbers). I dunno how it's implemented, but i'm guessing the same behaviour can be kind of followed. Sudden view changes are something inevitable with automations imo, so as long as tempo changes are done that way i don't think there's a nice way around it. 2024-05-27.21-54-36.mp4 |
Enhancement Summary
Basically, the black and grey squares are always showing in 4/4 time, independent of the time signature used. Changing it would allow for easier tracking of the time signature.
Implementation Details / Mockup
The implementation should be similar to how the 4/4 time coloring schema is done. If N/D is the time signature, the color should change after N*D beats, and one bar should be N beats long.
This poses a question of how automating the signature would effect the Song-Editor UI. Regarding that, I'm open to suggestions.
Please search the issue tracker for existing feature requests before submitting your own.
The text was updated successfully, but these errors were encountered: