MidiTrack.customPlayerInfo

This field is not used or stored in a midi file; it is just a place to store some state in your player.

I use it to keep flags like if the track is currently enabled.

class MidiTrack
int customPlayerInfo;

Meta