Method

AgsAudioMidiCIUtilput_discovery_reply

since: 5.5.0

Declaration [src]

void
ags_midi_ci_util_put_discovery_reply (
  AgsMidiCIUtil* midi_ci_util,
  guchar* buffer,
  guchar device_id,
  guchar version,
  AgsMUID source,
  AgsMUID destination,
  gchar* manufacturer_id,
  guint16 device_family,
  guint16 device_family_model_number,
  gchar* software_revision_level,
  guchar capability,
  guint32 max_sysex_message_size
)

Description [src]

Put discovery message.

Available since: 5.5.0

Parameters

buffer

Type: guchar*

The buffer.

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

Type: guchar

The device ID.

version

Type: guchar

The version.

source

Type: AgsMUID

The source.

destination

Type: AgsMUID

The destination.

manufacturer_id

Type: gchar*

The manufacturer ID.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
device_family

Type: guint16

The device family.

device_family_model_number

Type: guint16

The device family number.

software_revision_level

Type: gchar*

The software revision level.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
capability

Type: guchar

The capability.

max_sysex_message_size

Type: guint32

The maximum SYSEX message size.