mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-04-04 05:10:44 +02:00
sensible arranger entrypoint! now let's see whats up with the align modifiers
This commit is contained in:
parent
0ee3059cf8
commit
f052891473
7 changed files with 180 additions and 105 deletions
|
|
@ -9,9 +9,6 @@ mod arranger_tui; pub(crate) use self::arranger_tui::*;
|
|||
mod arranger_mode; pub(crate) use self::arranger_mode::*;
|
||||
mod arranger_h;
|
||||
|
||||
pub(crate) const HEADER_H: u16 = 0; // 5
|
||||
pub(crate) const SCENES_W_OFFSET: u16 = 3;
|
||||
|
||||
/// Root view for standalone `tek_arranger`
|
||||
pub struct Arranger {
|
||||
jack: Arc<RwLock<JackConnection>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue