Method

AgsAudioMidiUmpUtilput_function_block_info_notification

since: 5.5.4

Declaration [src]

void
ags_midi_ump_util_put_function_block_info_notification (
  AgsMidiUmpUtil* midi_ump_util,
  guchar* buffer,
  gboolean function_block_active,
  gint function_block,
  gint direction,
  gint midi1_port,
  gint ui_hint,
  gint first_group,
  gint group_count,
  gint message_version,
  gint max_sysex8_stream_count,
  gchar** extension_name,
  GValue* extension_value,
  guint extension_count
)

Description [src]

Put function block info notification.

Available since: 5.5.4

Parameters

buffer

Type: guchar*

The buffer.

The data is owned by the caller of the method.
function_block_active

Type: gboolean

The function block active.

function_block

Type: gint

The function block through 0x00 - 0x1f or 0xff to request all.

direction

Type: gint

The direction.

midi1_port

Type: gint

The MIDI v1.0 port.

ui_hint

Type: gint

The UI hint.

first_group

Type: gint

The first group.

group_count

Type: gint

The group count.

message_version

Type: gint

The message version.

max_sysex8_stream_count

Type: gint

The max SYSEX8 stream count.

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.