Method

AgsAudioMidiParserread_text

since: 3.0.0

Declaration [src]

gchar*
ags_midi_parser_read_text (
  AgsMidiParser* midi_parser,
  gint length
)

Description [src]

Read text.

Available since: 3.0.0

Parameters

length

Type: gint

The length.

Return value

Type: gchar*

The text read as string.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.