mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
make transport focusable
This commit is contained in:
parent
a7a798b484
commit
449615eea8
14 changed files with 220 additions and 237 deletions
|
|
@ -1,12 +1,13 @@
|
|||
pub mod chain;
|
||||
pub mod arranger;
|
||||
pub mod sampler;
|
||||
pub mod sequencer;
|
||||
pub mod transport;
|
||||
pub mod plugin;
|
||||
pub mod border;
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue