Method
AgsAudioMidiUmpUtilput_flex_set_metronome
since: 5.5.4
Declaration [src]
void
ags_midi_ump_util_put_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 group.
channel
-
Type:
gint
The channel number.
clocks_per_primary_click
-
Type:
gint
The clocks per primary click.
bar_accent_part_1
-
Type:
gint
The bar accent part 1.
bar_accent_part_2
-
Type:
gint
The bar accent part 2.
bar_accent_part_3
-
Type:
gint
The bar accent part 3.
subdivision_clicks_1
-
Type:
gint
The subdivision clicks 1.
subdivision_clicks_2
-
Type:
gint
The subdivision clicks 2.
extension_name
-
Type:
gchar**
The extension name string vector.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. extension_value
-
Type:
GValue
The extension value array.
The data is owned by the caller of the method. extension_count
-
Type:
guint
The extension count.