mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
wip: separate PhrasePlayer vs PhraseEditor
This commit is contained in:
parent
7668a6f339
commit
25e54eba4e
8 changed files with 491 additions and 636 deletions
|
|
@ -58,12 +58,11 @@ impl ArrangerCli {
|
|||
)?
|
||||
);
|
||||
Tui::run(Arc::new(RwLock::new(Arranger {
|
||||
transport: self.transport.then_some(transport),
|
||||
show_sequencer: Some(tek_core::Direction::Down),
|
||||
focus: 0,
|
||||
sequencer_proxy: SequencerProxy(Default::default(), false),
|
||||
modal: None,
|
||||
editor: PhraseEditor::new(),
|
||||
transport: self.transport.then_some(transport),
|
||||
show_sequencer: Some(tek_core::Direction::Down),
|
||||
focus: 0,
|
||||
modal: None,
|
||||
editor: PhraseEditor::new(),
|
||||
arrangement,
|
||||
phrases,
|
||||
})))?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue