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.