Function
AgsAudioMidiUtilto_smf
since: 3.0.0
Declaration [src]
guchar*
ags_midi_util_to_smf (
guchar* midi_buffer,
guint buffer_length,
glong delta_time,
guint* smf_buffer_length
)
Parameters
midi_buffer-
Type:
guchar*The midi buffer.
The data is owned by the caller of the function. buffer_length-
Type:
guintThe buffer length.
delta_time-
Type:
glongThe delta time.
smf_buffer_length-
Type:
guint*The return location of resulting length.
The data is owned by the caller of the function.