remove H_KEYS_OFFSET, just use row macro

This commit is contained in:
🪞👃🪞 2024-10-22 21:30:47 +03:00
parent ee94df78f6
commit c56758b616
4 changed files with 50 additions and 52 deletions

View file

@ -123,7 +123,7 @@ impl<E: Engine> Arranger<E> {
transport,
arrangement,
phrases,
phrases_split: 20,
phrases_split: 20,
arrangement_split: 20,
};
app.update_focus();