Method
AgsAudioMidiBuilderget_data_with_length
since: 3.7.24
[−]
Declaration [src]
guchar*
ags_midi_builder_get_data_with_length (
AgsMidiBuilder* midi_builder,
guint* length
)
[−]
Return value
Type: guchar*
The MIDI data as array.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |