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