apply_fuzz_effect Subroutine

public subroutine apply_fuzz_effect(tape, track, t1, t2, level)

Apply distorsion with hard clipping https://en.wikipedia.org/wiki/Distortion_(music)

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) :: level

Called by

proc~~apply_fuzz_effect~~CalledByGraph proc~apply_fuzz_effect apply_fuzz_effect program~demo_effects demo_effects program~demo_effects->proc~apply_fuzz_effect