Method

AgsAudioMidiSmfUtilput_text_event

since: 6.0.0

Declaration [src]

void
ags_midi_smf_util_put_text_event (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint delta_time,
  gchar* text,
  gint length
)

Description [src]

Put text event.

Available since: 6.0.0

Parameters

buffer

Type: guchar*

The MIDI buffer.

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

Type: gint

Timing information.

text

Type: gchar*

The text.

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

Type: gint

The length.