Method
AgsAudioMidiUmpUtilput_flex_set_chord_name
since: 5.5.4
Declaration [src]
void
ags_midi_ump_util_put_flex_set_chord_name (
AgsMidiUmpUtil* midi_ump_util,
guchar* buffer,
gint group,
gint channel,
gint t_sharp_flats,
gint chord_tonic,
gint chord_type,
gint alter_1_type,
gint alter_1_degree,
gint alter_2_type,
gint alter_2_degree,
gint alter_3_type,
gint alter_3_degree,
gint alter_4_type,
gint alter_4_degree,
gint b_sharp_flats,
gint bass_note,
gint bass_chord_type,
gint b_alter_1_type,
gint b_alter_1_degree,
gint b_alter_2_type,
gint b_alter_2_degree,
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.
t_sharp_flats
-
Type:
gint
The t sharp flats count.
chord_tonic
-
Type:
gint
The chord tonic.
chord_type
-
Type:
gint
The chord type.
alter_1_type
-
Type:
gint
The alter 1 type.
alter_1_degree
-
Type:
gint
The alter 1 degree.
alter_2_type
-
Type:
gint
The alter 2 type.
alter_2_degree
-
Type:
gint
The alter 2 degree.
alter_3_type
-
Type:
gint
The alter 3 type.
alter_3_degree
-
Type:
gint
The alter 3 degree.
alter_4_type
-
Type:
gint
The alter 4 type.
alter_4_degree
-
Type:
gint
The alter 4 degree.
b_sharp_flats
-
Type:
gint
The b sharp flats count.
bass_note
-
Type:
gint
The bass note.
bass_chord_type
-
Type:
gint
The bass chord type.
b_alter_1_type
-
Type:
gint
The alter 1 type.
b_alter_1_degree
-
Type:
gint
The alter 1 degree.
b_alter_2_type
-
Type:
gint
The alter 2 type.
b_alter_2_degree
-
Type:
gint
The alter 2 degree.
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.