Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
modulator_track.h File Reference

Object to hold information for the Modulator track. More...

#include <stdint.h>
#include "dsp/track.h"
#include "utils/types.h"
Include dependency graph for modulator_track.h:

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.
 
Trackmodulator_track_default (int track_pos)
 Creates the default modulator track.
 
void modulator_track_init (Track *track)
 Inits the modulator track.
 

Detailed Description

Object to hold information for the Modulator track.

Definition in file modulator_track.h.