mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
add align_s/n; position playhead
This commit is contained in:
parent
61992ab2a2
commit
9cd9131d5d
5 changed files with 79 additions and 104 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use crate::*;
|
||||
impl<E: Engine> Audio for TransportToolbar<E> {
|
||||
fn process (&mut self, _: &Client, scope: &ProcessScope) -> Control {
|
||||
self.update(&scope);
|
||||
let _ = self.update(&scope);
|
||||
Control::Continue
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue