Method

AgsAudioMidiFilewrite_text

since: 3.0.0

Declaration [src]

void
ags_midi_file_write_text (
  AgsMidiFile* midi_file,
  gchar* text,
  guint length
)

Description [src]

Writes a string to internal buffer up to length bytes.

Available since: 3.0.0

Parameters

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: guint

The string’s length.