GrandOrgue / grandorgue

GrandOrgue software
Other
172 stars 43 forks source link

Simplified adding a device output node in the Settings/Audio panel #1937

Closed oleg68 closed 4 months ago

oleg68 commented 4 months ago

This is a next PR related to #1265

This is a small code enchancement in GOSettingsAudio: earlier AddGroupNode set output level to mute and the caller had to call UpdateVolume after AddGroupNode.

Now AddGroupNode accepts the volume as a parameter.

This is just refactoring. No GO behavior should be changed.