Function

AgsAudioMidiBufferUtildecode

since: 3.0.0

Declaration [src]

guint
ags_midi_buffer_util_decode (
  guchar* buffer,
  snd_seq_event_t* event
)

Description [src]

Decode event to buffer.

Available since: 3.0.0

This function is not directly available to language bindings.

Parameters

buffer

Type: guchar*

The midi buffer.

The data is owned by the caller of the function.
event

Type: snd_seq_event_t*

The ALSA sequencer event.

The data is owned by the caller of the function.

Return value

Type: guint

The bytes written.