13#ifndef __AUDIO_MODULATOR_TRACK_H__
14#define __AUDIO_MODULATOR_TRACK_H__
27#define P_MODULATOR_TRACK (TRACKLIST->modulator_track)
45 bool gen_automatables,
66 bool deleting_modulator,
The backend for a timeline track.
void modulator_track_insert_modulator(Track *self, int slot, Plugin *modulator, bool replace_mode, bool confirm, bool gen_automatables, bool recalc_graph, bool pub_events)
Inserts and connects a Modulator to the Track.
void modulator_track_remove_modulator(Track *self, int slot, bool replacing, bool deleting_modulator, bool deleting_track, bool recalc_graph)
Removes a plugin at pos from the track.
Track * modulator_track_default(int track_pos)
Creates the default modulator track.
void modulator_track_init(Track *track)
Inits the modulator track.
The base plugin Inheriting plugins must have this as a child.
Track to be inserted into the Project's Tracklist.