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