mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
reenable playhead for playing clip
This commit is contained in:
parent
0f3103a003
commit
b2680914d7
3 changed files with 28 additions and 11 deletions
|
|
@ -107,7 +107,7 @@ pub struct PhraseEditor<E: Engine> {
|
|||
/// Notes currently held at output
|
||||
pub notes_out: Arc<RwLock<[bool; 128]>>,
|
||||
/// Current position of global playhead
|
||||
pub now: Arc<AtomicUsize>,
|
||||
pub now: Arc<Pulse>,
|
||||
/// Width of notes area at last render
|
||||
pub width: AtomicUsize,
|
||||
/// Height of notes area at last render
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue