Skip to main content

shift_octave

Function shift_octave 

Source
pub fn shift_octave(
    object: &dyn MusicObject,
    octaves: i16,
) -> Result<Music, TransformError>
Expand description

Shifts every note by the given number of whole octaves.