Function

AgsAudioLv2Pluginatom_sequence_append_midi

since: 3.0.0

Declaration [src]

gboolean
ags_lv2_plugin_atom_sequence_append_midi (
  gpointer atom_sequence,
  guint sequence_size,
  snd_seq_event_t* events,
  guint event_count
)

Description [src]

Append MIDI data to 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.

events

Type: snd_seq_event_t*

The events to write.

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

Type: guint

The number of events to write.

Return value

Type: gboolean

TRUE on success otherwise FALSE.