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
)
Parameters
event_buffer-
Type:
gpointerThe event buffer.
The argument can be NULL.The data is owned by the caller of the function. buffer_size-
Type:
guintThe 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:
guintThe number of events to write.