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
The command [30 7B] A1 [E1 00] C8 A1 holds down the note A1 for 0x60 ticks due to the C8 command, but the panning changes after 0x30 ticks due to the E1 command.
Current behavior
In ebmused, the pan changes after 0x30 ticks in the middle of the note.
Expected behavior
In game, the E1 command has no effect until the second A1 note command is played after 0x60 ticks. Note, that this behavior is different if an E2 command is sliding the pan value when the E1 command is hit. See #33
The text was updated successfully, but these errors were encountered:
The command
[30 7B] A1 [E1 00] C8 A1
holds down the noteA1
for 0x60 ticks due to theC8
command, but the panning changes after 0x30 ticks due to theE1
command.Current behavior
In ebmused, the pan changes after 0x30 ticks in the middle of the note.
Expected behavior
In game, the
E1
command has no effect until the secondA1
note command is played after 0x60 ticks. Note, that this behavior is different if anE2
command is sliding the pan value when theE1
command is hit. See #33The text was updated successfully, but these errors were encountered: