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
)

Description [src]

Appends text event.

Available since: 3.0.0

Parameters

delta_time

Type: guint

The delta time.

text

Type: gchar*

The string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
length

Type: guint

The string length.