reenable playhead for playing clip

This commit is contained in:
🪞👃🪞 2024-11-02 22:08:44 +02:00
parent 0f3103a003
commit b2680914d7
3 changed files with 28 additions and 11 deletions

View file

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