Paul Davis
Paul Davis
I cherry-picked the unused includes commit into ardour/master.
all commits manually cherry-picked into master. thanks!
I like the general idea quite a lot, but haven't had a chance to test it out yet. the newbbgui branch is the one most related to what x42 mentioned...
This commit will break for multichannel tracks, because you've removed the channel number from the name. I like the general idea. Care to fix that particular problem?
We could bring the fill feature back. It left in part because we added the velocity display bar, but I agree that the selected-note status is not sufficiently obvious at...
not sure what do about this. the goal is excellent, the result is good, but conflicts with the common selection color everywhere else. The problem is that when we have...
now implemented in git master branch (outline color used for velocity bar). Looks good!
This is a fix for a real problem, but it's not a correct fix. Any value should be acceptable as either ticks or beats, and ::normalize() should handle it.
It's not acceptable to expand either field to 64 bits. The entire value needs to fit within 64 bits. On Tue, Oct 17, 2017 at 3:25 PM, allen-marshall wrote: >...
Apologies for leaving this hanging around for so many years. In the end, I changed Beats to use a single 64 bit tick counter, and thus addressed this issue in...