We use fixed point representation of beat time and seconds time Usage: double x = ...; // in beats clap_beattime y = round(CLAP_BEATTIME_FACTOR * x);
See Implementation
We use fixed point representation of beat time and seconds time Usage: double x = ...; // in beats clap_beattime y = round(CLAP_BEATTIME_FACTOR * x);