pub fn mutate_pattern(
object: &dyn MusicObject,
config: &PatternMutatorConfig,
) -> Result<Music, TransformError>Expand description
Applies a PatternMutatorConfig to material and returns the mutated music.
pub fn mutate_pattern(
object: &dyn MusicObject,
config: &PatternMutatorConfig,
) -> Result<Music, TransformError>Applies a PatternMutatorConfig to material and returns the mutated music.