use iterator in sampler

This commit is contained in:
🪞👃🪞 2024-07-06 17:39:16 +03:00
parent 81717f17b8
commit c5369328f4
9 changed files with 175 additions and 120 deletions

View file

@ -45,7 +45,7 @@ impl Track {
Ok(Self {
name: name.to_string(),
midi_out: jack.register_port(name, MidiOut)?,
midi_out_buf: vec![vec![];1024],
midi_out_buf: vec![vec![];16384],
notes_on: vec![false;128],
monitoring: false,
recording: false,