Method

AgsAudioNoteto_raw_midi

since: 3.0.0

Declaration [src]

guchar*
ags_note_to_raw_midi (
  AgsNote* note,
  gdouble bpm,
  gdouble delay_factor,
  guint* buffer_length
)

Description [src]

Convert note to raw MIDI and set the buffer length of returned bytes in the array as buffer_length.

Available since: 3.0.0

Parameters

bpm

Type: gdouble

The bpm to use.

delay_factor

Type: gdouble

The segmentation delay factor.

buffer_length

Type: guint*

The length of the returned buffer.

The data is owned by the caller of the function.

Return value

Type: guchar*

The sequencer raw midi as array.

The data is owned by the instance.