Module effects
Source - AttackFunction
- Attack function: envelope attack time override in ms
- ChorusFunction
- Chorus function: multiple detuned voices for richness
- CompressorFunction
- Compressor function: dynamic range compression
- DelayFunction
- Delay function: echo effect with time in ms (default feedback: 0.3, mix: 0.5)
Usage: -> delay(400) or -> delay(400, 0.5) or -> delay(400, 0.5, 0.7)
- DetuneFunction
- Detune function: pitch adjustment in cents
- DistortionFunction
- Distortion function: enhanced distortion/saturation
- DriveFunction
- Drive function: tube-style saturation (amount: 0.0-1.0, color: 0.0-1.0 default 0.5)
Usage: -> drive(0.6) or -> drive(0.6, 0.7)
- DurationFunction
- Duration function: modifies note duration
- FlangerFunction
- Flanger function: sweeping comb filter effect
- GainFunction
- Gain function: volume multiplier
- PanFunction
- Pan function: stereo positioning (-1.0 = left, 0.0 = center, 1.0 = right)
- PhaserFunction
- Phaser function: phase shifting effect
- ReleaseFunction
- Release function: envelope release time override in ms
- ReverbFunction
- Reverb function: reverb effect with amount (0.0-1.0, default: 0.5)
Usage: -> reverb(0.3) for 30% reverb
- SpreadFunction
- Spread function: stereo spread for chords (0.0 = mono, 1.0 = full stereo)
- VelocityFunction
- Velocity function: modifies note velocity (0-127)