draw ports; fix process callback

This commit is contained in:
🪞👃🪞 2024-06-22 20:05:48 +03:00
parent 72ead536be
commit 9e550a73ae
8 changed files with 268 additions and 175 deletions

View file

@ -14,7 +14,7 @@ pub fn draw_vertical (
let height = (s.time_axis.1-s.time_axis.0)/2;
footer(s, buf, x, y, height);
playhead(s, buf, x, y);
Ok(Rect { x, y, width: area.width, height: height + 1 })
Ok(Rect { x, y, width: area.width, height: height + 3 })
}
fn steps (s: &Sequencer, buf: &mut Buffer, area: Rect, beat: usize) {