Method
AgsAudioNotationto_raw_midi
since: 3.0.0
Declaration [src]
guchar*
ags_notation_to_raw_midi (
AgsNotation* notation,
gdouble bpm,
gdouble delay_factor,
glong nn,
glong dd,
glong cc,
glong bb,
glong tempo,
guint* buffer_length
)
Parameters
bpm-
Type:
gdoubleThe source bpm.
delay_factor-
Type:
gdoubleThe source delay factor.
nn-
Type:
glongNumerator.
dd-
Type:
glongDenominator.
cc-
Type:
glongClocks.
bb-
Type:
glongBeats.
tempo-
Type:
glongTempo.
buffer_length-
Type:
guint*The return location of buffer length.
The data is owned by the caller of the function.