pub type DefaultTimeline = Timeline;
pub struct DefaultTimeline { pub sample_rate: u32, pub groups: Vec<Group>, }
sample_rate: u32
groups: Vec<Group>