Signal

AgsAudioMidiParser::text-event

since: 3.0.0

[]

Declaration

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

Description [src]

The ::text-event 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.