pub type ChannelCommand = Box<dyn FnMut(&mut Synth, u8) -> Result<(), OxiError> + Send>;
pub struct ChannelCommand(/* private fields */);