Function
AgsAudioMidiUtilget_sysex
since: 3.13.0
Declaration [src]
gboolean
ags_midi_util_get_sysex (
guchar* buffer,
guchar** data,
gint* length
)
Parameters
buffer-
Type:
guchar*The MIDI buffer.
The data is owned by the caller of the function. data-
Type:
guchar**The return location of data.
The argument will be set by the function. The called function takes ownership of the data, and is responsible for freeing it. length-
Type:
gint*The return location of length.
The argument will be set by the function.