Method

AgsAudioMidiCIUtilput_discovery

since: 5.5.0

Declaration [src]

void
ags_midi_ci_util_put_discovery (
  AgsMidiCIUtil* midi_ci_util,
  guchar* buffer,
  guchar device_id,
  guchar version,
  AgsMUID source,
  guchar* manufacturer_id,
  guint16 device_family,
  guint16 device_family_model_number,
  guchar* 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.

manufacturer_id

Type: guchar*

The manufacturer ID.

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

Type: guint16

The device family.

device_family_model_number

Type: guint16

The device family number.

software_revision_level

Type: guchar*

The software revision level.

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

Type: guchar

The capability.

max_sysex_message_size

Type: guint32

The maximum SYSEX message size.