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
Duration codes that are used in succession playback different in-game vs in ebmused. I.e. [30 7F] [50] will not set the duration to [50] as it does in ebmused, but instead EB will play a note with duration/style [30 7F] that would be note [D0] (0x50 + 0x80) if the valid note ranges extended that far. Either ebmused should emulate these notes accurately, or somehow prevent/discourage users from using multiple duration/style codes in succession.
Duration codes that are used in succession playback different in-game vs in ebmused. I.e.
[30 7F] [50]
will not set the duration to[50]
as it does in ebmused, but instead EB will play a note with duration/style[30 7F]
that would be note[D0]
(0x50 + 0x80) if the valid note ranges extended that far. Either ebmused should emulate these notes accurately, or somehow prevent/discourage users from using multiple duration/style codes in succession.durationbug.zip
The text was updated successfully, but these errors were encountered: