Method

AgsAudioMidiUmpUtilget_flex_set_chord_name

since: 5.5.4

Declaration [src]

guint
ags_midi_ump_util_get_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
)

Description [src]

Get flex set chord name.

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.
t_sharp_flats

Type: gint*

The return location of t sharp flats.

The argument will be set by the function.
chord_tonic

Type: gint*

The return location of chord tonic.

The argument will be set by the function.
chord_type

Type: gint*

The return location of chord type.

The argument will be set by the function.
alter_1_type

Type: gint*

The return location of alter 1 type.

The argument will be set by the function.
alter_1_degree

Type: gint*

The return location of alter 1 degree.

The argument will be set by the function.
alter_2_type

Type: gint*

The return location of alter 2 type.

The argument will be set by the function.
alter_2_degree

Type: gint*

The return location of alter 2 degree.

The argument will be set by the function.
alter_3_type

Type: gint*

The return location of alter 3 type.

The argument will be set by the function.
alter_3_degree

Type: gint*

The return location of alter 3 degree.

The argument will be set by the function.
alter_4_type

Type: gint*

The return location of alter 4 type.

The argument will be set by the function.
alter_4_degree

Type: gint*

The return location of alter 4 degree.

The argument will be set by the function.
b_sharp_flats

Type: gint*

The return location of b sharp flats.

The argument will be set by the function.
bass_note

Type: gint*

The return location of bass note.

The argument will be set by the function.
bass_chord_type

Type: gint*

The return location of bass chord type.

The argument will be set by the function.
b_alter_1_type

Type: gint*

The return location of b alter 1 type.

The argument will be set by the function.
b_alter_1_degree

Type: gint*

The return location of b alter 1 degree.

The argument will be set by the function.
b_alter_2_type

Type: gint*

The return location of b alter 2 type.

The argument will be set by the function.
b_alter_2_degree

Type: gint*

The return location of b alter 2 degree.

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.