4#ifndef __AUDIO_AUDIO_BUS_TRACK_H__
5#define __AUDIO_AUDIO_BUS_TRACK_H__
7#include "dsp/channel_track.h"
14typedef struct Automatable Automatable;
16typedef struct Track AudioBusTrack;
19audio_bus_track_init (
Track * track);
22audio_bus_track_setup (AudioBusTrack * 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.