Custom audio bus not changing volume.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ThisMight

I don’t know what I’m doing wrong, but i have a music bus that has “Master”, “Music” and “Sounds”, yet only “Master” can change its volume, and the rest is unchangeable, ccan anyone tell me what I’m doing wrong?

func _on_HSlider_value_changed(value):
AudioServer.set_bus_volume_db(AudioServer.get_bus_index("Music"), 0);

This code only works when “Music” is set to “Master”, yes i have triple checked if my audiostreamer is on the right bus, and yes: All three times it was.

:bust_in_silhouette: Reply From: scrubswithnosleeves

Going over this on streamrn! https://www.youtube.com/watch?v=fC3384meGZA
should be at about 55 minutes

Hello from 2024.

You need to check that in Project Settings → Audio → Buses, in the “Default” value field, your bus layout resource is selected.