On Thu Feb 15 16:51:38 2024 +0000, Rémi Bernon wrote:
I don't understand why you're removing this now. Yes, probably it was introduced too early because nothing creates tracks, but now it's here and I expect that you will need a way to pass the created tracks to the segment? So let's keep it so we don't have to reintroduce it later.
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.