4#ifndef __AUDIO_CHANNEL_TRACK_H__
5#define __AUDIO_CHANNEL_TRACK_H__
13typedef struct Automatable Automatable;
20typedef struct Track ChannelTrack;
23channel_track_setup (ChannelTrack * self);
31channel_track_free (ChannelTrack * track);
Automation tracklist containing automation points and curves.
The backend for a timeline track.
A Channel is part of a Track (excluding Tracks that don't have Channels) and contains information rel...
A Position is made up of bars.beats.sixteenths.ticks.
Track to be inserted into the Project's Tracklist.