Function

AgsAudioMidiBufferUtilput_header

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_header (
  guchar* buffer,
  glong offset,
  glong format,
  glong track_count,
  glong division
)

Description [src]

Puts the midi header.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The character buffer.

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

Type: glong

Start delta-time.

format

Type: glong

Either 0, 1 or 2.

track_count

Type: glong

The number of tracks.

division

Type: glong

Timing division.