advance play cursor in sequencer

This commit is contained in:
🪞👃🪞 2024-06-03 06:51:53 +03:00
parent 4fd208d53f
commit 7c1dc9ce9b
9 changed files with 53 additions and 37 deletions

View file

@ -8,7 +8,6 @@ pub fn render (
) -> Result<(), Box<dyn Error>> {
render_table(state, stdout, offset)?;
render_meters(state, stdout, offset)?;
stdout.flush()?;
Ok(())
}