mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
editor: add note and advance; preparations
This commit is contained in:
parent
e00d870d70
commit
85a144798b
4 changed files with 47 additions and 45 deletions
|
|
@ -61,7 +61,7 @@ impl MidiEditor {
|
|||
clip.notes[note_end].push(note_off);
|
||||
}
|
||||
if advance {
|
||||
self.set_time_pos(note_end);
|
||||
self.set_time_pos(note_end + 1);
|
||||
}
|
||||
redraw = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue