mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 07:50:49 +00:00
Remove redundant call to fluid_event_set_time()
It's already done by fluid_sequencer_send_at()
This commit is contained in:
parent
68371d382b
commit
6b42f27724
1 changed files with 0 additions and 1 deletions
|
@ -321,7 +321,6 @@ fluid_sequencer_add_midi_event_to_buffer(void *data, fluid_midi_event_t *event)
|
|||
chan = fluid_midi_event_get_channel(event);
|
||||
|
||||
fluid_event_clear(&evt);
|
||||
fluid_event_set_time(&evt, fluid_sequencer_get_tick(seq));
|
||||
fluid_event_set_dest(&evt, get_fluidsynth_dest(seq));
|
||||
|
||||
switch(fluid_midi_event_get_type(event))
|
||||
|
|
Loading…
Reference in a new issue