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
)

Description [src]

Get time signature.

Available since: 6.0.0

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 data is owned by the caller of the method.
nn

Type: gint*

The return location of numerator.

The data is owned by the caller of the method.
dd

Type: gint*

The return location of denominator.

The data is owned by the caller of the method.
cc

Type: gint*

The return location of clocks.

The data is owned by the caller of the method.
bb

Type: gint*

The return location of beats.

The data is owned by the caller of the method.

Return value

Type: guint

The number of bytes read.