mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Add volume_linear property and methods for audio-related classes
Remove default value from `volume_linear` property documentation Remove `volume_linear` internal property from `AudioBusLayout` Update doc/classes/AudioEffectAmplify.xml [no ci] Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Make documentation more concise [no ci]
This commit is contained in:
@@ -384,6 +384,9 @@ public:
|
||||
void set_bus_volume_db(int p_bus, float p_volume_db);
|
||||
float get_bus_volume_db(int p_bus) const;
|
||||
|
||||
void set_bus_volume_linear(int p_bus, float p_volume_linear);
|
||||
float get_bus_volume_linear(int p_bus) const;
|
||||
|
||||
void set_bus_send(int p_bus, const StringName &p_send);
|
||||
StringName get_bus_send(int p_bus) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user