Function

AgsAudioLv2Pluginatom_sequence_remove_midi

since: 3.0.0

Declaration [src]

gboolean
ags_lv2_plugin_atom_sequence_remove_midi (
  gpointer atom_sequence,
  guint sequence_size,
  guint note
)

Description [src]

Remove MIDI data from atom sequence.

Available since: 3.0.0

Parameters

atom_sequence

Type: gpointer

The atom sequence.

The argument can be NULL.
The data is owned by the caller of the function.
sequence_size

Type: guint

The atom sequence size.

note

Type: guint

The key to remove.

Return value

Type: gboolean

TRUE on success otherwise FALSE.