Method
AgsAudioMidiUtilget_sysex
since: 3.13.0
Declaration [src]
gboolean
ags_midi_util_get_sysex (
AgsMidiUtil* midi_util,
guchar* buffer,
guchar** data,
gint* length
)
Parameters
buffer
-
Type:
guchar*
The MIDI buffer.
The data is owned by the caller of the method. data
-
Type:
guchar**
The return location of data.
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. length
-
Type:
gint*
The return location of length.
The argument will be set by the function.