From e7b451a4ebb0a9cb16e215b0f9f7e937dc22d5d5 Mon Sep 17 00:00:00 2001 From: betalars Date: Wed, 23 Oct 2024 15:24:40 +0200 Subject: [PATCH] change param to member keyword Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> --- doc/classes/AudioEffectStereoEnhance.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/AudioEffectStereoEnhance.xml b/doc/classes/AudioEffectStereoEnhance.xml index d38bfd1d094..443d5f78cd9 100644 --- a/doc/classes/AudioEffectStereoEnhance.xml +++ b/doc/classes/AudioEffectStereoEnhance.xml @@ -14,10 +14,10 @@ Amplifies the difference between stereo channels, increasing or descreasing existing panning. A value of 0.0 will downmix stereo to mono. Does not affect a mono signal. - Widens sound stage through phase shifting in cunjuncion with [param time_pullout_ms]. Just pans sound to the left channel if [param time_pullout_ms] is 0. + Widens sound stage through phase shifting in cunjuncion with [member time_pullout_ms]. Just pans sound to the left channel if [member time_pullout_ms] is 0. - Widens sound stage through phase shifting in cunjuncion with [param surround]. Just delays the right channel if [param surround] is 0. + Widens sound stage through phase shifting in cunjuncion with [member surround]. Just delays the right channel if [member surround] is 0.