Method
AgsAudioMidiCIUtilput_message_report
since: 5.5.0
Declaration [src]
void
ags_midi_ci_util_put_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.
version
-
Type:
guchar
The version.
source
-
Type:
AgsMUID
The source.
destination
-
Type:
AgsMUID
The destination.
data_control
-
Type:
guchar
The data control.
system_messages
-
Type:
guchar
The system messages.
other_messages
-
Type:
guchar
The other messages.
channel_controller_messages
-
Type:
guchar
The channel controller messages.
note_data_messages
-
Type:
guchar
The note data messages.