file
modulator_track.hObject to hold information for the Modulator track.
Contents
- Reference
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.
- auto modulator_track_default(int track_pos) -> Track*
- Creates the default modulator track.
- void modulator_track_init(Track* track)
- Inits the modulator track.