Method

AgsAudioMidiUmpUtilput_midi2_note_on

since: 5.5.4

Declaration [src]

void
ags_midi_ump_util_put_midi2_note_on (
  AgsMidiUmpUtil* midi_ump_util,
  guchar* buffer,
  gint group,
  gint channel,
  gint key,
  gint attribute_type,
  gint velocity,
  gint attribute,
  gchar** extension_name,
  GValue* extension_value,
  guint extension_count
)

Description [src]

Put MIDI version 2.0 note on.

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

channel

Type: gint

The channel number.

key

Type: gint

The index key.

attribute_type

Type: gint

The attribute type.

velocity

Type: gint

The velocity.

attribute

Type: gint

The attribute.

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.