mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
advance play cursor in sequencer
This commit is contained in:
parent
4fd208d53f
commit
7c1dc9ce9b
9 changed files with 53 additions and 37 deletions
|
|
@ -8,7 +8,6 @@ pub fn render (
|
|||
) -> Result<(), Box<dyn Error>> {
|
||||
render_table(state, stdout, offset)?;
|
||||
render_meters(state, stdout, offset)?;
|
||||
stdout.flush()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue