mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
modularize keymaps
This commit is contained in:
parent
d8c9abf744
commit
876d26e287
8 changed files with 235 additions and 275 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue