Method
AgsAudioMidiUmpUtilget_flex_set_metronome
since: 5.5.4
Declaration [src]
guint
ags_midi_ump_util_get_flex_set_metronome (
AgsMidiUmpUtil* midi_ump_util,
guchar* buffer,
gint* group,
gint* channel,
gint* clocks_per_primary_click,
gint* bar_accent_part_1,
gint* bar_accent_part_2,
gint* bar_accent_part_3,
gint* subdivision_clicks_1,
gint* subdivision_clicks_2,
gchar*** extension_name,
GValue** extension_value,
guint* extension_count
)
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. clocks_per_primary_click
-
Type:
gint*
The return location of clocks per primary click.
The argument will be set by the function. bar_accent_part_1
-
Type:
gint*
The return location of bar accent part 1.
The argument will be set by the function. bar_accent_part_2
-
Type:
gint*
The return location of bar accent part 2.
The argument will be set by the function. bar_accent_part_3
-
Type:
gint*
The return location of bar accent part 3.
The argument will be set by the function. subdivision_clicks_1
-
Type:
gint*
The return location of subdivision clicks 1.
The argument will be set by the function. subdivision_clicks_2
-
Type:
gint*
The return location of subdivision clicks 2.
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 returned 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 returned 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.