Michael Gregorius

Results 192 comments of Michael Gregorius

This could be implemented with an interface that replaces `s_noteStrings`. It would have the following functionality: 1. Provide the font to use for a given `QPaintDevice`. 2. Map the index...

> Thank you @michaelgregorius. I am making a font for at least 3 notation names (cultures). For predefined single culture, it works. But to add more cultures, we might need...

> note : since i'm continuing off of #7182, all the commits from there seem to occur here too. Why not just create a new branch from the Qt6 branch?...

> > Why not just create a new branch from the Qt6 branch? > > I was just being too lazy. Any way to reset this branch and cherry pick...

Yes, I think that would be necessary. On the other hand, if you squash-merge then the "weird" history would not be visible anyway. Would be better to start future pull...

Adding the MIDI file from the original description here so that it does not get lost: [Replacer - Song for an Earth Pony.zip](https://github.com/LMMS/lmms/files/15287210/Replacer.-.Song.for.an.Earth.Pony.zip).

> There has been quite some MIDI related PRs by @Veratil in between. Is there a chance this got fixed in master? Unfortunately this is not fixed. REAPER import 27...

For anyone interested in looking at this: set break points in `MidiImport::readSMF` and then import the attached file.

Sounds good! Does it also create individual tracks instead of merging the information?

> It will load by channel, but we can change that to per track very easily. IMO the chance should be used to also fix this issue. > The reason...