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.
pub fn slice(
object: &dyn MusicObject,
start: Time,
end: Time,
) -> Result<Music, TransformError>Extracts the [start, end) time window, clipping note spans to the bounds.