Skip to main content

augment

Function augment 

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

Lengthens every onset and duration by factor (time augmentation).