mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
update clock model
This commit is contained in:
parent
86649ef994
commit
54057afad8
5 changed files with 66 additions and 74 deletions
|
|
@ -92,7 +92,7 @@ pub fn arranger_content_vertical (
|
|||
factor: usize
|
||||
) -> impl Widget<Engine = Tui> + use<'_> {
|
||||
let timebase = view.clock().timebase();
|
||||
let current = &view.clock().current;
|
||||
let current = &view.clock().playhead;
|
||||
let tracks = view.tracks();
|
||||
let scenes = view.scenes();
|
||||
let cols = track_widths(tracks);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue