pass around TransportTime

This commit is contained in:
🪞👃🪞 2024-10-26 17:31:44 +03:00
parent 85e243f782
commit 67a5ea3a2b
6 changed files with 41 additions and 25 deletions

View file

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