Method
AgsAudioNoteto_seq_event_extended
since: 3.0.0
Declaration [src]
snd_seq_event_t*
ags_note_to_seq_event_extended (
AgsNote* note,
gdouble bpm,
gdouble delay_factor,
glong nn,
glong dd,
glong cc,
glong bb,
glong tempo,
guint* n_events
)
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.
n_events
-
Type:
guint*
The return location of event count.
The data is owned by the caller of the method.