10#ifndef __AUDIO_MASTER_TRACK_H__
11#define __AUDIO_MASTER_TRACK_H__
13#include "dsp/audio_bus_track.h"
20typedef struct Automatable Automatable;
21typedef struct Track MasterTrack;
29#define P_MASTER_TRACK (TRACKLIST->master_track)
32master_track_init (
Track * track);
35master_track_setup (
Track * self);
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.