Method

AgsAudioMidiFilewrite

since: 3.0.0

Declaration [src]

void
ags_midi_file_write (
  AgsMidiFile* midi_file,
  unsigned char* data,
  guint buffer_length
)

Description [src]

Writes data to the file stream and to internal buffer, reallocates it if necessary.

Available since: 3.0.0

Parameters

data

Type: unsigned char*

The data array to write.

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

Type: guint

N-bytes to write.