Function
AgsAudioNotationfrom_raw_midi
since: 3.0.0
Declaration [src]
AgsNotation*
ags_notation_from_raw_midi (
guchar* raw_midi,
glong nn,
glong dd,
glong cc,
glong bb,
glong tempo,
gdouble bpm,
gdouble delay_factor,
guint buffer_length
)
Parameters
raw_midi-
Type:
guchar*The data array.
The data is owned by the caller of the function. nn-
Type:
glongNumerator.
dd-
Type:
glongDenominator.
cc-
Type:
glongClocks.
bb-
Type:
glongBeats.
tempo-
Type:
glongTempo.
bpm-
Type:
gdoubleThe bpm to use.
delay_factor-
Type:
gdoubleThe segmentation delay factor.
buffer_length-
Type:
guintThe buffer length.
Return value
Type: AgsNotation
The AgsNotation.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |