Function

AgsAudioMidiBufferUtilput_sequencer_meta_event

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_sequencer_meta_event (
  guchar* buffer,
  glong delta_time,
  glong len,
  glong id,
  glong data
)

Description [src]

Put sequencer meta event.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The character buffer.

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

Type: glong

Timing information.

len

Type: glong

The length of data.

id

Type: glong

The manufacturer id.

data

Type: glong

The data.