mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
big ass refactor (rip client)
This commit is contained in:
parent
94c1f83ef2
commit
8c3cf53c67
56 changed files with 2232 additions and 1891 deletions
15
src/view.rs
Normal file
15
src/view.rs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
pub mod chain;
|
||||
pub mod grid;
|
||||
pub mod layout;
|
||||
pub mod launcher;
|
||||
pub mod mixer;
|
||||
pub mod sampler;
|
||||
pub mod sequencer;
|
||||
pub mod transport;
|
||||
pub mod plugin;
|
||||
|
||||
pub use self::layout::*;
|
||||
pub use self::transport::TransportView;
|
||||
pub use self::grid::SceneGridView;
|
||||
pub use self::chain::{ChainView, ChainViewMode};
|
||||
pub use self::sequencer::SequencerView;
|
||||
Loading…
Add table
Add a link
Reference in a new issue