pub trait Voice: VoiceSampleGenerator + Send + Sync { // Required methods fn is_releasing(&self) -> bool; fn is_killed(&self) -> bool; fn velocity(&self) -> u8; }