|
Zrythm
a highly automated and intuitive digital audio workstation
|
Object to hold information for the Modulator track. More...

Go to the source code of this file.
Macros | |
| #define | P_MODULATOR_TRACK (TRACKLIST->modulator_track) |
Functions | |
| 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. | |
Object to hold information for the Modulator track.
Definition in file modulator_track.h.