CLAP_BEATTIME_FACTOR

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

version(CLAP)
nothrow @nogc
enum long CLAP_BEATTIME_FACTOR;

Meta