mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
pass around TransportTime
This commit is contained in:
parent
85e243f782
commit
67a5ea3a2b
6 changed files with 41 additions and 25 deletions
|
|
@ -11,6 +11,8 @@ pub struct Sequencer<E: Engine> {
|
|||
pub focus_cursor: (usize, usize),
|
||||
/// Controls the JACK transport.
|
||||
pub transport: Option<Arc<RwLock<TransportToolbar<E>>>>,
|
||||
/// Global timebase
|
||||
pub clock: Arc<TransportTime>,
|
||||
/// Pool of all phrases available to the sequencer
|
||||
pub phrases: Arc<RwLock<PhrasePool<E>>>,
|
||||
/// Phrase editor view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue