make transport focusable

This commit is contained in:
🪞👃🪞 2024-07-12 13:23:32 +03:00
parent a7a798b484
commit 449615eea8
14 changed files with 220 additions and 237 deletions

View file

@ -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;