Constructor

AgsAudioMidiBuildernew_from_filename

since: 3.2.0

Declaration [src]

AgsMidiBuilder*
ags_midi_builder_new_from_filename (
  gchar* filename
)

Description [src]

Creates a new instance of AgsMidiBuilder.

Available since: 3.2.0

Parameters

filename

Type: gchar*

The filename.

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

Return value

Type: AgsMidiBuilder

The new AgsMidiBuilder.

The caller of the function takes ownership of the data, and is responsible for freeing it.