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

pub type clap_beattime = i64;
pub type clap_sectime = i64;