mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 14:32:12 +00:00
update doc for fluid_seq_id_t
This commit is contained in:
parent
52b892c534
commit
d4b86051ba
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ typedef struct _fluid_cmd_handler_t fluid_cmd_handler_t; /**< Shell Comma
|
||||||
typedef int fluid_istream_t; /**< Input stream descriptor */
|
typedef int fluid_istream_t; /**< Input stream descriptor */
|
||||||
typedef int fluid_ostream_t; /**< Output stream descriptor */
|
typedef int fluid_ostream_t; /**< Output stream descriptor */
|
||||||
|
|
||||||
typedef short fluid_seq_id_t; /**< Type used for unique client IDs by the sequencer and #fluid_event_t */
|
typedef short fluid_seq_id_t; /**< Unique client IDs use by the sequencer and #fluid_event_t, obtained by fluid_sequencer_register_client() and fluid_sequencer_register_fluidsynth() */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue