pub trait VoiceSampleGenerator: VoiceGeneratorBase { // Required method fn render_to(&mut self, buffer: &mut [f32]); }