Method
AgsAudioMidiBuilderappend_text_event
since: 3.0.0
[−]
Declaration [src]
void
ags_midi_builder_append_text_event (
AgsMidiBuilder* midi_builder,
guint delta_time,
gchar* text,
guint length
)
[−]
Parameters
delta_time
-
Type:
guint
The delta time.
text
-
Type:
gchar*
The string.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. length
-
Type:
guint
The string length.