-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AudioEngine: do not
reset()
m_fSongSizeInTicks
every time the `reset()` function was called in `AudioEngineTests` the song size had to be reapplied. I think conceptionally it is more elegant _not_ reset the song size in `reset()`. This way it does not reset to its initial state after startup but just resets its transport state. Association with the current song and Hydrogen session still remains
- Loading branch information
1 parent
68a2d74
commit bf6f33b
Showing
2 changed files
with
9 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters