Operations Common to All Generators

Generators generate audio, and are how Synthizer knows what to play through sources.

Properties

All generators support the following properties:

EnumTypeDefaultRangeDescription
SYZ_P_GAINdouble1.0value >= 0.0The gain of the generator.
SYZ_P_PITCH_BENDdouble1.00.0 <= value <= 2.0Pitch bend of the generator as a multiplier (2.0 is +1 octave, 0.5 is -1 octave, etc)

Remarks

Not all generators support SYZ_P_PITCH_BEND because it doesn't necessarily make sense for them to do so, but it can always be set.