mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-18 09:56:41 +01:00
wip: fixing memoized arranger rendering
This commit is contained in:
parent
ec85224f3a
commit
5b797342b7
11 changed files with 129 additions and 120 deletions
|
|
@ -6,6 +6,7 @@ atom_command!(InputCommand: |app: Tek| {
|
|||
command!(|self: InputCommand, app: Tek|match self {
|
||||
Self::Add => {
|
||||
app.midi_ins.push(JackMidiIn::new(&app.jack, &format!("M/{}", app.midi_ins.len()), &[])?);
|
||||
app.redraw_arranger();
|
||||
None
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue