Function

AgsAudioLv2Pluginevent_buffer_append_midi

since: 3.0.0

Declaration [src]

gboolean
ags_lv2_plugin_event_buffer_append_midi (
  gpointer event_buffer,
  guint buffer_size,
  snd_seq_event_t* events,
  guint event_count
)

Description [src]

Append MIDI data to event buffer.

Available since: 3.0.0

Parameters

event_buffer

Type: gpointer

The event buffer.

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

Type: guint

The event buffer 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.