Basic amplitude modulation effect
Example:
a = Synth({ attack:44, decay:44100 }).play( Rndi(100,1000), 1/2 ) r = Tremolo({ amp: 1, frequency:.5 }) a.fx.add( r )
Properties
- frequency : Default range: { .05, 20 }. The frequency of the modulating oscillator.
- amp : Default range: { 0, 1 }. Amplitude of the modulating oscillator.
Methods
None worth mentioning.