mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-08 06:26:57 +02:00
draw ports; fix process callback
This commit is contained in:
parent
72ead536be
commit
9e550a73ae
8 changed files with 268 additions and 175 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue