First pattern from midi file loaded as second in Pyramid

Pyramid’s use of MIDI Type-1 is rather peculiar and while there’s technically within spec, it’s semantically incompatible with everything else out there. I wrote a tiny Python script to export tracks from Type-1 midi to separate Type-0 files which might be helpful (plenty of other related info in that topic as well). I initially planned to extend that to a more generic utility that could work in the other direction too etc but as importing MIDI is something I almost never do, it keeps falling down the priority ladder…

1 Like