Method

AgsAudioMidiUmpUtilget_flex_set_time_signature

since: 5.5.4

Declaration [src]

guint
ags_midi_ump_util_get_flex_set_time_signature (
  AgsMidiUmpUtil* midi_ump_util,
  guchar* buffer,
  gint* group,
  gint* channel,
  gint* numerator,
  gint* denominator,
  gint* thirty_two_ticks,
  gchar*** extension_name,
  GValue** extension_value,
  guint* extension_count
)

Description [src]

Get flex set time signature.

Available since: 5.5.4

Parameters

buffer

Type: guchar*

The buffer.

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

Type: gint*

The return location of group.

The argument will be set by the function.
channel

Type: gint*

The return location of channel number.

The argument will be set by the function.
numerator

Type: gint*

The return location of numerator.

The argument will be set by the function.
denominator

Type: gint*

The return location of denominator.

The argument will be set by the function.
thirty_two_ticks

Type: gint*

The return location of 1/32 ticks.

The argument will be set by the function.
extension_name

Type: gchar***

The return location of extension name string vector.

The argument will be set by the function.
The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.
extension_value

Type: GValue

The return location of extension value array.

The argument will be set by the function.
The caller of the method takes ownership of the data, and is responsible for freeing it.
extension_count

Type: guint*

The return location of extension count.

The argument will be set by the function.

Return value

Type: guint

The number of bytes read.