mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26:42 +01:00
extract transport
This commit is contained in:
parent
449615eea8
commit
5a9ec0a63d
12 changed files with 178 additions and 182 deletions
|
|
@ -8,7 +8,6 @@ pub mod theme;
|
|||
|
||||
pub use self::border::*;
|
||||
pub use self::theme::*;
|
||||
pub use self::transport::TransportView;
|
||||
pub use self::arranger::*;
|
||||
pub use self::chain::ChainView;
|
||||
pub use self::sequencer::{SequencerView, BufferedSequencerView};
|
||||
|
|
@ -17,7 +16,7 @@ use crate::{render, App, core::*};
|
|||
|
||||
render!(App |self, buf, area| {
|
||||
Split::down([
|
||||
&TransportView::new(self),
|
||||
&self.transport,
|
||||
&ArrangerView::new(&self, !self.arranger_mode),
|
||||
&If(self.track_cursor > 0, &Split::right([
|
||||
&ChainView::vertical(&self),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue