Fix EditorAudioBuses not updating when changing to a device with different channels

This commit is contained in:
Marcelo Fernandez
2018-12-07 13:38:40 -03:00
parent 19f2a188bb
commit 792786b4b7
5 changed files with 56 additions and 7 deletions

View File

@@ -61,6 +61,15 @@
Generates an [AudioBusLayout] using the available busses and effects.
</description>
</method>
<method name="get_bus_channels" qualifiers="const">
<return type="int">
</return>
<argument index="0" name="bus_idx" type="int">
</argument>
<description>
Returns the amount of channels of the bus at index [code]bus_idx[/code].
</description>
</method>
<method name="get_bus_count" qualifiers="const">
<return type="int">
</return>