Method
AgsAudioNoteto_raw_midi_extended
since: 3.0.0
Declaration [src]
guchar*
ags_note_to_raw_midi_extended (
AgsNote* note,
gdouble bpm,
gdouble delay_factor,
glong nn,
glong dd,
glong cc,
glong bb,
glong tempo,
guint* buffer_length
)
Parameters
bpm
-
Type:
gdouble
The source bpm.
delay_factor
-
Type:
gdouble
The source delay factor.
nn
-
Type:
glong
Numerator.
dd
-
Type:
glong
Denominator.
cc
-
Type:
glong
Clocks.
bb
-
Type:
glong
Beats.
tempo
-
Type:
glong
Tempo.
buffer_length
-
Type:
guint*
The return location of buffer length.
The data is owned by the caller of the method.