Skip to content

textmode.synth.js / SynthSource / modulateRepeatX

Method: modulateRepeatX()

ts
modulateRepeatX(
   source, 
   reps?, 
   offset?): this;

Modulate X repeat with another source.

Parameters

ParameterTypeDescription
sourceSynthParameterValueModulation source
reps?SynthParameterValueNumber of repetitions (default: 3.0)
offset?SynthParameterValueOffset amount (default: 0.5)

Returns

this

Example