mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 13:46:42 +01:00
Process -> Audio; Layers2 -> Layers
This commit is contained in:
parent
1cbf8de4e4
commit
cd8a808c21
20 changed files with 334 additions and 414 deletions
|
|
@ -181,7 +181,7 @@ impl Focusable<Tui> for TransportToolbar<Tui> {
|
|||
self.focused = focused
|
||||
}
|
||||
}
|
||||
impl<E: Engine> Process for TransportToolbar<E> {
|
||||
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