<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Player%3A%3AsetVoiceFxChorus</id>
	<title>Player::setVoiceFxChorus - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Player%3A%3AsetVoiceFxChorus"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Player::setVoiceFxChorus&amp;action=history"/>
	<updated>2026-07-24T21:55:45Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Player::setVoiceFxChorus&amp;diff=12352&amp;oldid=prev</id>
		<title>imported&gt;Shr0x в 08:30, 10 ноября 2024</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Player::setVoiceFxChorus&amp;diff=12352&amp;oldid=prev"/>
		<updated>2024-11-10T08:30:48Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
player.setVoiceFxChorus(fxHandle, {&lt;br /&gt;
    fWetDryMix,&lt;br /&gt;
    fDepth,&lt;br /&gt;
    fFeedback,&lt;br /&gt;
    fFrequency,&lt;br /&gt;
    lWaveform,&lt;br /&gt;
    fDelay,&lt;br /&gt;
    lPhase&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;fxHandle:&amp;#039;&amp;#039;&amp;#039; {{RageType|int}} The effect handle.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;fWetDryMix:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;fDepth:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Percentage by which the delay time is modulated by the low-frequency oscillator, in hundredths of a percentage point. Must be in the range from 0 through 100. The default value is 25.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;fFeedback:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Percentage of output signal to feed back into the effect&amp;#039;s input, in the range from -99 to 99. The default value is 0.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;fFrequency:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Frequency of the LFO, in the range from 0 to 10. The default value is 0.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;lWaveform:&amp;#039;&amp;#039;&amp;#039; {{RageType|int}} Waveform of the LFO... 0 = triangle, 1 = sine. By default, the waveform is a sine.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;fDelay:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Number of milliseconds the input is delayed before it is played back, in the range from 0 to 20. The default value is 0 ms.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;lPhase:&amp;#039;&amp;#039;&amp;#039; {{RageType|int}} Phase differential between left and right LFOs, one of BASSFXPhase values. Default is (int)BASSFXPhase.BASS_FX_PHASE_ZERO.&lt;br /&gt;
&lt;br /&gt;
==BASSFXPhase==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
const BASSFXPhase = {&lt;br /&gt;
    BASS_FX_PHASE_NEG_180: 0, // Phase differential between left and right LFOs (-180)&lt;br /&gt;
    BASS_FX_PHASE_NEG_90: 1, // Phase differential between left and right LFOs (-90)&lt;br /&gt;
    BASS_FX_PHASE_ZERO: 2, // Phase differential between left and right LFOs (+/-0)&lt;br /&gt;
    BASS_FX_PHASE_90: 3, // Phase differential between left and right LFOs (+90)&lt;br /&gt;
    BASS_FX_PHASE_180: 4 // Phase differential between left and right LFOs (+180)&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{VoiceFx_definition_c}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Shr0x</name></author>
	</entry>
</feed>