mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
transport toolbar docs and cleanup
This commit is contained in:
parent
b3db10607a
commit
5671e19910
2 changed files with 26 additions and 13 deletions
|
|
@ -0,0 +1,7 @@
|
|||
use crate::*;
|
||||
impl<E: Engine> Audio for TransportToolbar<E> {
|
||||
fn process (&mut self, _: &Client, scope: &ProcessScope) -> Control {
|
||||
self.update(&scope);
|
||||
Control::Continue
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue