Function

AgsAudioMidiUtilto_smf

since: 3.0.0

Declaration [src]

guchar*
ags_midi_util_to_smf (
  guchar* midi_buffer,
  guint buffer_length,
  glong delta_time,
  guint* smf_buffer_length
)

Description [src]

Convert real-time MIDI to SMF.

Available since: 3.0.0

Parameters

midi_buffer

Type: guchar*

The midi buffer.

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

Type: guint

The buffer length.

delta_time

Type: glong

The delta time.

smf_buffer_length

Type: guint*

The return location of resulting length.

The data is owned by the caller of the function.

Return value

Type: guchar*

The SMF buffer.

The data is owned by the called function.