Function

AgsAudioMidiBufferUtilput_time_signature

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_time_signature (
  guchar* buffer,
  glong delta_time,
  glong nn,
  glong dd,
  glong cc,
  glong bb
)

Description [src]

Put 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

Timing information.

nn

Type: glong

Numerator.

dd

Type: glong

Denominator.

cc

Type: glong

Clocks.

bb

Type: glong

Beats.