AudioEffectPanner.xml 725 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AudioEffectPanner" inherits="AudioEffect" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Adds a panner audio effect to an audio bus. Pans sound left or right.
  5. </brief_description>
  6. <description>
  7. Determines how much of an audio signal is sent to the left and right buses.
  8. </description>
  9. <tutorials>
  10. <link title="Audio buses">$DOCS_URL/tutorials/audio/audio_buses.html</link>
  11. </tutorials>
  12. <members>
  13. <member name="pan" type="float" setter="set_pan" getter="get_pan" default="0.0">
  14. Pan position. Value can range from -1 (fully left) to 1 (fully right).
  15. </member>
  16. </members>
  17. </class>