1
2
3
4
5
6
use pitch;

pub type Playhead = u64;
pub type NoteFreqMulti = f64;
pub type NoteHz = pitch::calc::Hz;
pub type NoteVelocity = f32;