mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-18 18:11:05 +00:00
Add comment into empty block
This commit is contained in:
parent
dceb6e9835
commit
f6038ea194
1 changed files with 1 additions and 0 deletions
|
@ -1592,6 +1592,7 @@ fluid_track_send_events(fluid_track_t *track,
|
|||
|
||||
if(!player || event->type == MIDI_EOT)
|
||||
{
|
||||
/* don't send EOT events to the callback */
|
||||
}
|
||||
else if(seeking && track->ticks != ticks && (event->type == NOTE_ON || event->type == NOTE_OFF))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue