|
SynthLab SDK
|
Structure that encapsulates the controls for a modulation destination as part of the modulation matrix. More...
#include <synthlabparams.h>
Public Member Functions | |
| ModDestination & | operator= (const ModDestination ¶ms) |
| void | clear () |
Public Attributes | |
| uint32_t | channelEnable [MAX_MODULATION_CHANNELS] |
| channel enable on/off switches | |
| double | channelIntensity [MAX_MODULATION_CHANNELS] |
| channel intensity controls | |
| bool | channelHardwire [MAX_MODULATION_CHANNELS] |
| channel hardwire on/off switches | |
| double | hardwireIntensity [MAX_MODULATION_CHANNELS] |
| hardwire intensity controls | |
| bool | enableChannelIntensity = false |
| to enable this mode, in addition to or instead of the source and destination intensity controls | |
| double | intensity = 1.0 |
| one final intensity knob | |
| double | defautValue = 0.0 |
| to allow max down, etc... | |
| bool | priorityModulation = false |
| for high-priority modulator; not used in SynthLab | |
Structure that encapsulates the controls for a modulation destination as part of the modulation matrix.