Method
AgsAudioMidiSmfUtilget_tempo
since: 6.0.0
[−]
Declaration [src]
guint
ags_midi_smf_util_get_tempo (
AgsMidiSmfUtil* midi_smf_util,
guchar* buffer,
gint* delta_time,
gint* tempo
)
[−]
Parameters
buffer
-
Type:
guchar*
The MIDI buffer.
The data is owned by the caller of the method. delta_time
-
Type:
gint*
The return location of timing information.
The argument will be set by the function. tempo
-
Type:
gint*
The tempo.
The data is owned by the caller of the method.