2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-03-01 01:44:37 +01:00
|
|
|
<class name="AudioEffectPanner" inherits="AudioEffect" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2022-06-20 01:11:11 +02:00
|
|
|
Adds a panner audio effect to an audio bus. Pans sound left or right.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-09-16 18:47:19 +02:00
|
|
|
Determines how much of an audio signal is sent to the left and right buses.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
2022-06-20 01:11:11 +02:00
|
|
|
<link title="Audio buses">$DOCS_URL/tutorials/audio/audio_buses.html</link>
|
2017-09-12 22:42:36 +02:00
|
|
|
</tutorials>
|
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="pan" type="float" setter="set_pan" getter="get_pan" default="0.0">
|
2017-09-16 18:47:19 +02:00
|
|
|
Pan position. Value can range from -1 (fully left) to 1 (fully right).
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|