Signal

AgsAudioMidiParser::key-off

since: 3.0.0

Declaration

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

Description [src]

The ::key-off 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.