apply_delay_effect Subroutine

public subroutine apply_delay_effect(tape, track, t1, t2, delay, Amp)

Add the sound from "delay" seconds before, and multiply by Amp<1 for dampening.

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) :: delay
real(kind=wp), intent(in) :: Amp

Called by

proc~~apply_delay_effect~~CalledByGraph proc~apply_delay_effect apply_delay_effect program~chords_and_melody chords_and_melody program~chords_and_melody->proc~apply_delay_effect program~demo_effects demo_effects program~demo_effects->proc~apply_delay_effect