Method
AgsAudioMidiUmpUtilget_function_block_info_notification
since: 5.5.4
Declaration [src]
guint
ags_midi_ump_util_get_function_block_info_notification (
AgsMidiUmpUtil* midi_ump_util,
guchar* buffer,
gboolean* function_block_active,
gint* function_block,
gint* direction,
gint* midi1_port,
gint* ui_hint,
gint* first_group,
gint* group_count,
gint* message_version,
gint* max_sysex8_stream_count,
gchar*** extension_name,
GValue** extension_value,
guint* extension_count
)
Parameters
buffer
-
Type:
guchar*
The buffer.
The data is owned by the caller of the method. function_block_active
-
Type:
gboolean*
The return location of function block active.
The argument will be set by the function. function_block
-
Type:
gint*
The return location of function block.
The argument will be set by the function. direction
-
Type:
gint*
The return location of direction.
The argument will be set by the function. midi1_port
-
Type:
gint*
The return location of MIDI v1.0 port.
The argument will be set by the function. ui_hint
-
Type:
gint*
The return location of UI hint.
The argument will be set by the function. first_group
-
Type:
gint*
The return location of first group.
The argument will be set by the function. group_count
-
Type:
gint*
The return location of group count.
The argument will be set by the function. message_version
-
Type:
gint*
The return location of MIDI CI message version.
The argument will be set by the function. max_sysex8_stream_count
-
Type:
gint*
The return location of max SYSEX8 stream count.
The argument will be set by the function. extension_name
-
Type:
gchar***
The return location of extension name string vector.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string. extension_value
-
Type:
GValue
The return location of extension value array.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. extension_count
-
Type:
guint*
The return location of extension count.
The argument will be set by the function.