wip: phrase view mode refactor

This commit is contained in:
🪞👃🪞 2024-12-12 22:32:40 +01:00
parent 1661814164
commit 1b44dc0ce8
7 changed files with 552 additions and 496 deletions

View file

@ -23,7 +23,6 @@ mod phrase_length; pub(crate) use phrase_length::*;
mod phrase_rename; pub(crate) use phrase_rename::*;
mod phrase_list; pub(crate) use phrase_list::*;
mod phrase_player; pub(crate) use phrase_player::*;
mod phrase_select; pub(crate) use phrase_select::*;
mod port_select; pub(crate) use port_select::*;
////////////////////////////////////////////////////////