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
)

Description [src]

Convert note to raw-midi.

Available since: 3.0.0

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 function.

Return value

Type: snd_seq_event_t*

An array of snd_seq_event_t structs.

The data is owned by the instance.
The return value can be NULL.