mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
add missing API comment to fluid_midi_parser_t
This commit is contained in:
parent
4568e551b9
commit
67e87cffad
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ typedef struct _fluid_rampreset_t fluid_rampreset_t; /**< RAM SoundFo
|
|||
typedef struct _fluid_cmd_handler_t fluid_cmd_handler_t; /**< Shell Command Handler */
|
||||
typedef struct _fluid_ladspa_fx_t fluid_ladspa_fx_t; /**< LADSPA effects instance */
|
||||
typedef struct _fluid_file_callbacks_t fluid_file_callbacks_t; /**< Callback struct to perform custom file loading of soundfonts */
|
||||
typedef struct _fluid_midi_parser_t fluid_midi_parser_t;
|
||||
typedef struct _fluid_midi_parser_t fluid_midi_parser_t; /**< MIDI parser struct */
|
||||
|
||||
typedef int fluid_istream_t; /**< Input stream descriptor */
|
||||
typedef int fluid_ostream_t; /**< Output stream descriptor */
|
||||
|
|
Loading…
Reference in a new issue