Function

AgsAudioMidiBufferUtilput_text_event

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_text_event (
  guchar* buffer,
  glong delta_time,
  gchar* text,
  glong length
)

Description [src]

Put text event.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The character buffer.

The data is owned by the caller of the function.
delta_time

Type: glong

Timing information.

text

Type: gchar*

The text.

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

Type: glong

The length.