You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It seems that the indicated function has several issues.
Using Mix_MusicDuration with a Mix_Music object, this returns correct values for MP3 and OGG formats, while incorrect values for MIDI (for example a tested file should return 186 and returns 4294966)
Using MixMusicDuration with NULL parameter, it should return the duration of the music being played, instead it returns the correct value for MP3 and OGG as point 1, while for MIDI it returns -1.
The version used is SDL 2.8.0, while the tests are carried out on the Windows 10 operating system.
The text was updated successfully, but these errors were encountered:
Hi,
It seems that the indicated function has several issues.
The version used is SDL 2.8.0, while the tests are carried out on the Windows 10 operating system.
The text was updated successfully, but these errors were encountered: