apply_tremolo_effect Subroutine

public subroutine apply_tremolo_effect(tape, track, t1, t2, f, AmpLFO)

A sinusoidal modulation of the amplitude of a signal (tremolo) : f : tremolo frequency (typically a few Hz) AmpLFO : tremolo amplitude in [0 ; 1] https://en.wikipedia.org/wiki/Vibrato#Vibrato_and_tremolo/

Arguments

Type IntentOptional Attributes Name
type(tape_recorder), intent(inout) :: tape
integer, intent(in) :: track
real(kind=wp), intent(in) :: t1
real(kind=wp), intent(in) :: t2
real(kind=wp), intent(in) :: f
real(kind=wp), intent(in) :: AmpLFO

Called by

proc~~apply_tremolo_effect~~CalledByGraph proc~apply_tremolo_effect apply_tremolo_effect program~blues blues program~blues->proc~apply_tremolo_effect program~demo_effects demo_effects program~demo_effects->proc~apply_tremolo_effect