On Thu Feb 15 17:16:41 2024 +0000, Yuxuan Shui wrote:
The interface for getting tracks will be different down the line. The reason for the old interface is I thought we will be getting 1 seqtrack for each track in MIDI, and it turns out this isn't the case. Instead there is one track of each kind, and keep using the `next_track` interface becomes really awkward. So I removed it here.
Okay, then let's change that interface only when it'll be needed.