Virtual Method

AgsAudioMidiBuilderappend_track

since: 3.0.0

Declaration [src]

void
append_track (
  AgsMidiBuilder* midi_builder,
  gchar* track_name
)

Description [src]

Append a track called track_name to midi_builder.

Available since: 3.0.0

Parameters

track_name

Type: gchar*

The track name.

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