On Tue Feb 13 16:54:26 2024 +0000, Rémi Bernon wrote:
Like we discussed I now think this should be implemented more like native. As far as I can tell it uses the existing track classes and parses MIDI files into them, dispatching the events on each track and creating new tracks if needed depending on the event types. This could actually make the implementation simpler as many track classes are already partially implemented, so it'd just be a matter of filling them with the parsed MIDI events.
@rbernon i understand, and i already agreed with you. this MR has been cut back to only include parsing of MIDI file headers