Function

AgsAudioMidiUtilget_song_select

since: 3.13.0

Declaration [src]

gboolean
ags_midi_util_get_song_select (
  guchar* buffer,
  gint* song_select
)

Description [src]

Get song select fields of buffer.

Available since: 3.13.0

Parameters

buffer

Type: guchar*

The MIDI buffer.

The data is owned by the caller of the function.
song_select

Type: gint*

The return location of song select.

The argument will be set by the function.

Return value

Type: gboolean

TRUE if successful, otherwise FALSE.