Function

AgsAudioMidiBufferUtilget_time_signature

since: 3.0.0

Declaration [src]

guint
ags_midi_buffer_util_get_time_signature (
  guchar* buffer,
  glong* delta_time,
  glong* nn,
  glong* dd,
  glong* cc,
  glong* bb
)

Description [src]

Get time signature.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The character buffer.

The data is owned by the caller of the function.
delta_time

Type: glong*

The return location of timing information.

The data is owned by the caller of the function.
nn

Type: glong*

The return location of numerator.

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

Type: glong*

The return location of denominator.

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

Type: glong*

The return location of clocks.

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

Type: glong*

The return location of beats.

The data is owned by the caller of the function.

Return value

Type: guint

The number of bytes read.