Signal

AgsAudioMidiParser::system-common

since: 3.0.0

[]

Declaration

gpointer
system_common (
  AgsMidiParser* self,
  guint status,
  gpointer user_data
)
[]

Description [src]

The ::system-common signal is emited during parsing of event.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0.0
[]

Parameters

status

Type: guint

The MIDI status byte.

[]

Return value

Type: gpointer

The XML node representing the event.

The data is owned by the called function.
The return value can be NULL.