modularize keymaps

This commit is contained in:
🪞👃🪞 2024-07-09 13:30:08 +03:00
parent d8c9abf744
commit 876d26e287
8 changed files with 235 additions and 275 deletions

View file

@ -166,8 +166,6 @@ pub struct Voice {
pub velocity: f32,
}
const BUFFER: [f32;64] = [0.0f32;64];
impl Iterator for Voice {
type Item = [f32;2];
fn next (&mut self) -> Option<Self::Item> {