0 votes

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.

Godot version 3.3.2 stable
in Engine by (12 points)

1 Answer

–1 vote

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

by (616 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.