mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26:42 +01:00
use iterator in sampler
This commit is contained in:
parent
81717f17b8
commit
c5369328f4
9 changed files with 175 additions and 120 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue