execute_pattern

Function execute_pattern 

Source
pub fn execute_pattern(
    interpreter: &mut AudioInterpreter,
    target: &str,
    pattern: &str,
    options: Option<HashMap<String, f32>>,
) -> Result<()>