change param to member keyword

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
betalars 2024-10-23 15:24:40 +02:00 committed by GitHub
parent 6d9022fce2
commit e7b451a4eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
</member>
<member name="surround" type="float" setter="set_surround" getter="get_surround" default="0.0">
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.
</member>
<member name="time_pullout_ms" type="float" setter="set_time_pullout" getter="get_time_pullout" default="0.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.
</member>
</members>
</class>