pub fn slice(object: &dyn MusicObject, start: Time, end: Time) -> MusicExpand description
Extracts the [start, end) time window, clipping note spans to the bounds.
pub fn slice(object: &dyn MusicObject, start: Time, end: Time) -> MusicExtracts the [start, end) time window, clipping note spans to the bounds.