7#ifndef __MIDI_MIDI_GROUP_TRACK_H__
8#define __MIDI_MIDI_GROUP_TRACK_H__
10#include "dsp/channel_track.h"
17typedef struct Automatable Automatable;
20midi_group_track_init (
Track * track);
23midi_group_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.