2019-04-15 14:49:41 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-03-16 23:01:02 +01:00
|
|
|
<class name="AudioEffectSpectrumAnalyzerInstance" inherits="AudioEffectInstance" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2019-04-15 14:49:41 +02:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="get_magnitude_for_frequency_range" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Vector2" />
|
|
|
|
<argument index="0" name="from_hz" type="float" />
|
|
|
|
<argument index="1" name="to_hz" type="float" />
|
|
|
|
<argument index="2" name="mode" type="int" enum="AudioEffectSpectrumAnalyzerInstance.MagnitudeMode" default="1" />
|
2019-04-15 14:49:41 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
<constant name="MAGNITUDE_AVERAGE" value="0" enum="MagnitudeMode">
|
2019-06-27 11:10:53 +02:00
|
|
|
Use the average value as magnitude.
|
2019-04-15 14:49:41 +02:00
|
|
|
</constant>
|
|
|
|
<constant name="MAGNITUDE_MAX" value="1" enum="MagnitudeMode">
|
2019-06-27 11:10:53 +02:00
|
|
|
Use the maximum value as magnitude.
|
2019-04-15 14:49:41 +02:00
|
|
|
</constant>
|
|
|
|
</constants>
|
|
|
|
</class>
|