Signal

AgsAudioMidiParser::time-signature

since: 3.0.0

Declaration

gpointer
time_signature (
  AgsMidiParser* self,
  guint status,
  gpointer user_data
)

Description [src]

The ::time-signature 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.