clap_sys/
fixedpoint.rs

1pub const CLAP_BEATTIME_FACTOR: i64 = 1 << 31;
2pub const CLAP_SECTIME_FACTOR: i64 = 1 << 31;
3
4pub type clap_beattime = i64;
5pub type clap_sectime = i64;