mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Update API doc of fluid_sequencer_add_midi_event_to_buffer()
This commit is contained in:
parent
45f8e0a868
commit
68371d382b
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ static fluid_seq_id_t get_fluidsynth_dest(fluid_sequencer_t *seq)
|
|||
/**
|
||||
* Transforms an incoming midi event (from a midi driver or midi router) to a
|
||||
* sequencer event and adds it to the sequencer queue for sending as soon as possible.
|
||||
* The signature of this function is of type #handle_midi_event_func_t.
|
||||
* @param data The sequencer, must be a valid #fluid_sequencer_t
|
||||
* @param event MIDI event
|
||||
* @return #FLUID_OK or #FLUID_FAILED
|
||||
|
|
Loading…
Reference in a new issue