#[no_mangle]
pub unsafe extern "C" fn ls_get_tick_frames(
    chip_state: *mut ChipState
) -> f32
Expand description

Returns the number of samples that are in a single tick.

Safety

chip_state must be a valid ChipState generated from the ls_init function.