ModulatorMacroProcessor struct

Modulator macro button processor.

Contents

Has 1 control input, many CV inputs and 1 CV output.

Can only belong to modulator track.

Public variables

char* name
Name to be shown in the modulators tab.
Port* cv_in
CV input port for connecting CV signals to.
Port* cv_out
CV output after macro is applied.
Port* macro
Control port controlling the amount.
Track* track
Pointer to owner track, if any.

Variable documentation

char* ModulatorMacroProcessor::name

Name to be shown in the modulators tab.

Port* ModulatorMacroProcessor::cv_out

CV output after macro is applied.

This can be routed to other parameters to apply the macro.