Tracks and clips
Last updated
Was this helpful?
Last updated
Was this helpful?
A track contains some clips. When playing the song, each activated track will be played/processed their clips according to the playhead position.
The position is equal to the global playback position if the track is in the song container. For tracks in the pattern container, please refer to .
Track::TrackTypes
defines the type of tracks. EventTrack
and VideoTrack
are not supported yet.
Instrument track(InstrumentTrack
): Tracks for playing MIDI note clips(Pattern
s) with software instruments(Instrument
s).
Pattern track(PatternTrack
): Tracks for looping various patterns
Sample track(SampleTrack
): Tracks for playing sample clips
Automation track(AutomationTrack
): Tracks for automating several controls
Hidden automation track(HiddenAutomationTrack
): Tracks for the (being deprecated)global automation feature.