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