Andrew Falcon
Andrew Falcon
> > Yes, setting the specific variable mIntMap["MusicVolume"] = 128; should alter the volume. MIX_MAX_VOLUME as defined here has a max value of 128, there is separate function that converts...
> Well I guess _if_ `volume->setValue((float)VolumeControl::getInstance()->getVolume());` would work for me the slider have had already altered the volume, shouldn't it? > > I've seen that there is already a second...
> I tried `AudioManager::AudioManager() : mInitialized(false), mCurrentMusic(nullptr), mMusicVolume(64)` without success. I just added the separate music volume slider. Get rid of your patches in the Settings.cpp file and see if...
@pjft @SupervisedThinking OK, I just fixed the issue...looks like I had bad merge somewhere along the way and some code made it the wrong line. I have not tested this...
> Thanks @bluestang2006 for putting this together. Overall from reading through the code I am for the most part comfortable with the changes. > > There seem to be a...