Current section
Files
Jump to
Current section
Files
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()
}).