Method
AgsAudioMidiSmfUtilget_midi_channel_prefix
since: 6.16.18
Declaration [src]
guint
ags_midi_smf_util_get_midi_channel_prefix (
AgsMidiSmfUtil* midi_smf_util,
guchar* buffer,
gint* delta_time,
gint* midi_channel
)
Parameters
buffer
-
Type:
guchar*
The MIDI buffer.
The data is owned by the caller of the method. delta_time
-
Type:
gint*
The return location of timing information.
The argument will be set by the function. midi_channel
-
Type:
gint*
The return location MIDI channel.
The argument will be set by the function.