1
2
3
4
5
use jack_sys as j;

pub type JackFrames = j::jack_nframes_t;
pub type JackTime = j::jack_time_t;
pub type JackPortId = j::jack_port_id_t;