Method

AgsAudioMidiBuilderget_data_with_length

since: 3.7.24

Declaration [src]

guchar*
ags_midi_builder_get_data_with_length (
  AgsMidiBuilder* midi_builder,
  guint* length
)

Description [src]

Get SMF data of midi_builder.

Available since: 3.7.24

Parameters

length

Type: guint*

The length of data.

The argument will be set by the function.

Return value

Type: guchar*

The MIDI data as array.

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