Method

AgsAudioMidiFileopen

since: 3.0.0

[]

Declaration [src]

gboolean
ags_midi_file_open (
  AgsMidiFile* midi_file,
  gchar* filename
)
[]

Description [src]

Opens a MIDI file read-only.

Available since: 3.0.0

[]

Parameters

filename

Type: gchar*

The filename.

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

Return value

Type: gboolean

TRUE on success, otherwise FALSE.