Method

AgsAudioMidiUtilnote_256th_offset_to_delta_time

since: 6.1.0

Declaration [src]

gint
ags_midi_util_note_256th_offset_to_delta_time (
  AgsMidiUtil* midi_util,
  gdouble delay_factor,
  gint division,
  gint tempo,
  gint bpm,
  guint x_256th
)

Description [src]

Note 256th offset to delta time.

Available since: 6.1.0

Parameters

delay_factor

Type: gdouble

Delay factor.

division

Type: gint

Division.

tempo

Type: gint

Tempo.

bpm

Type: gint

Bpm.

x_256th

Type: guint

Note 256th offset.

Return value

Type: gint

The delta time.