Packages

A Gleam library for working with delay times.

Current section

Files

Jump to
delay_times include delay_times_DelayTimes.hrl
Raw

include/delay_times_DelayTimes.hrl

-record(delay_times, {
v_whole :: float(),
v_half :: float(),
v_quarter :: float(),
v_8th :: float(),
v_16th :: float(),
v_32nd :: float(),
v_64th :: float(),
v_128th :: float()
}).