Skip to main content

slice

Function slice 

Source
pub fn slice(
    object: &dyn MusicObject,
    start: Time,
    end: Time,
) -> Result<Music, TransformError>
Expand description

Extracts the [start, end) time window, clipping note spans to the bounds.