Changes
Added
TrackViewandSomeTracktypes to libtrackerboy/dataSong.getTrackViewmember proc
Changed
- Track data is stored using a
ref arrayinstead of aseq - Each track is allocated for 256 rows, regardless of the song's trackLen parameter. This allows for changing the trackLen without losing data at the cost of extra memory consumption when trackLen < 256.
Removed
lenandsetLenoverloads forTrackinstances, use theTrack.lenfield instead.trackLenandsetTrackLenprocs, use theSong.trackLenfield instead.