Method
AgsAudioMidiCIUtilget_message_report
since: 5.5.0
Declaration [src]
guint
ags_midi_ci_util_get_message_report (
AgsMidiCIUtil* midi_ci_util,
guchar* buffer,
guchar* device_id,
guchar* version,
AgsMUID* source,
AgsMUID* destination,
guchar* data_control,
guchar* system_messages,
guchar* other_messages,
guchar* channel_controller_messages,
guchar* note_data_messages
)
Parameters
buffer
-
Type:
guchar*
The buffer.
The data is owned by the caller of the method. device_id
-
Type:
guchar*
The device ID.
The argument will be set by the function. version
-
Type:
guchar*
The return location of version.
The argument will be set by the function. source
-
Type:
AgsMUID
The return location of source.
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. destination
-
Type:
AgsMUID
The return location of destination.
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. data_control
-
Type:
guchar*
The return location of data control.
The argument will be set by the function. system_messages
-
Type:
guchar*
The return location of system messages.
The argument will be set by the function. other_messages
-
Type:
guchar*
The return location of other system messages.
The argument will be set by the function. channel_controller_messages
-
Type:
guchar*
The return location of channel controller messages.
The argument will be set by the function. note_data_messages
-
Type:
guchar*
The return location of note data messages.
The argument will be set by the function.