Sound Mixer: Setting a column volume does not work as expected #1481
Labels
documentation
Improvements or additions to documentation are required by this issue
ide-bug
Bugs with the GameMaker IDE
import
An issue imported from the old database
Milestone
GM-201
While writing up and testing the sound mixer, I've found what I would consider to be an error. When working with a REAL mixer, if you change the master volume it affects the other volumes in a relative fashion. Ie: if a sound is at 75% volume and you set the master volume to 50% the final sound will have a volume of 37.5%. Currently the master volume for a column simply sets the final volume for each sound resource to be the same.
This GREATLY reduces the functionality of the sound mixer, because ideally you'd be able to tweak the volumes on each sound in one column then compare it to the sounds in another and then use the master column volume to raise/lower all sounds relative value to bring everything in line. As it currently stands, the column volume control is pretty much useless.
Make the sound mixer column volume slider work like an actual physical mixer by adjusting the sound volume relative to the original sound volume setting.
The text was updated successfully, but these errors were encountered: