mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
render chain with SplitFocus
This commit is contained in:
parent
a39e694a3e
commit
c3040cef1c
12 changed files with 247 additions and 147 deletions
|
|
@ -12,7 +12,7 @@ pub use self::layout::*;
|
|||
pub use self::transport::TransportView;
|
||||
pub use self::arranger::*;
|
||||
pub use self::chain::ChainView;
|
||||
pub use self::sequencer::SequencerView;
|
||||
pub use self::sequencer::{SequencerView, BufferedSequencerView};
|
||||
|
||||
use crate::{render, App, core::*};
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ render!(App |self, buf, area| {
|
|||
&ArrangerView::new(&self, !self.arranger_mode),
|
||||
&If(self.track_cursor > 0, &Split::right([
|
||||
&ChainView::vertical(&self),
|
||||
&SequencerView::new(&self),
|
||||
&self.seq_buf,
|
||||
]))
|
||||
]).render(buf, area)?;
|
||||
if let Some(ref modal) = self.modal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue