You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0a. #1857 So this is another one of these very old bugs. A major one but easy to fix.
0b. Midi pitchbend should be a value between 0 and 16383. Also it should be stored in 2x7bit LE.
I used "funky" insead of "bad" because of @tresf :) Anyway, MidiEvent should follow the Midi standard. Internal data should be easy to write to a midi byte stream.
4+5. I'm fine with the Qt convention (no 'get' but 'set' prefixes). Here I'm talking about the 'midi' and 'lmms' prefixes. MidiEvent.channel() should return the midi channel, while lmmsChannel() should return the value for LMMS. Same for every thing else (volume, pitchbend, etc).
Most of the Midi clients modify the events in some way. For example:
The Midi events should never be altered.
The text was updated successfully, but these errors were encountered: