porres / pd-cyclone

A set of Pure Data objects cloned from Max/MSP
BSD 3-Clause "New" or "Revised" License
206 stars 25 forks source link

[seq] save separate tracks from MAX 7 / float argument to 'write' message #568

Closed porres closed 2 years ago

porres commented 3 years ago

As of Max 7.3.2, seq supports MIDI Type 1, so a non-zero int argument (as a single argument, or following a filename argument) to the 'write' message will cause the seq object to write a MIDI file in format 1 with separate tracks.

Otherwise, seq always merges all tracks into one and always saves as format 1 and this is the behaviour Cyclone has.

porres commented 2 years ago

I'm not fixing this as it would require a major overhaul in the code.... just not up for it...