Better volume handling

This commit is contained in:
Jack Andersen
2017-02-05 17:21:38 -10:00
parent 2e7345f11d
commit aff8880595
3 changed files with 5 additions and 4 deletions

View File

@@ -388,7 +388,7 @@ std::shared_ptr<Sequencer> Engine::seqPlay(int groupId, int songId, const unsign
/** Set total volume of engine */
void Engine::setVolume(float vol)
{
m_backend.setVolume(vol);
m_masterVolume = vol;
}
/** Find voice from VoiceId */