Represents a single TrackInfo segment (with the assumption that there will be only one in a file.) Some unknown data (the Byte Table) is hardcoded in the constructor.
Allows read-write access to Custom Song Volume code. This class will store the entire codeset, split between itself (the CSV code) and the portions before/after (in raw byte[]).
Allows read-write access to the Custom SSS code, and read-only access to some other codes. This class will store the entire codeset, split between itself (the SSS code) and the portions before/after (in raw byte[]).
Represents a single TrackInfo segment (with the assumption that there will be only one in a file.) Some unknown data (the Byte Table) is hardcoded in the constructor.