Method
AgsAudioMidiSmfUtilget_time_signature
since: 6.0.0
Declaration [src]
guint
ags_midi_smf_util_get_time_signature (
AgsMidiSmfUtil* midi_smf_util,
guchar* buffer,
gint* delta_time,
gint* nn,
gint* dd,
gint* cc,
gint* bb
)
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. nn
-
Type:
gint*
The return location of numerator.
The argument will be set by the function. dd
-
Type:
gint*
The return location of denominator.
The argument will be set by the function. cc
-
Type:
gint*
The return location of clocks.
The argument will be set by the function. bb
-
Type:
gint*
The return location of beats.
The argument will be set by the function.