remove PhraseViewState

This commit is contained in:
🪞👃🪞 2024-11-25 18:32:23 +01:00
parent 9319315595
commit 3569019b86
16 changed files with 432 additions and 473 deletions

View file

@ -8,7 +8,7 @@ impl Content for SequencerTui {
TransportView::from(self),
Split::right(20,
widget(&PhrasesView(self)),
widget(&PhraseView(self)),
widget(&PhraseView2::from(self)),
).min_y(20)
),
self.perf.percentage()