apply_autopan_effect Subroutine

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

Make the sound move from one channel to the other one at a frequency f and with an amplitude AmpLFO in [0 ; 1].

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_autopan_effect~~CalledByGraph proc~apply_autopan_effect apply_autopan_effect program~demo_effects demo_effects program~demo_effects->proc~apply_autopan_effect