From d4b86051ba4b0a97d42d96b38fee5223cca1fe56 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 11 Nov 2017 14:45:06 +0100 Subject: [PATCH] update doc for fluid_seq_id_t --- include/fluidsynth/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fluidsynth/types.h b/include/fluidsynth/types.h index 94949b19..0903a95f 100644 --- a/include/fluidsynth/types.h +++ b/include/fluidsynth/types.h @@ -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_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 }