mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: refresh mixer components
This commit is contained in:
parent
1dbc5d1bb7
commit
bc679ef8bd
16 changed files with 296 additions and 287 deletions
|
|
@ -27,11 +27,6 @@ impl<E: Engine> Mixer<E> {
|
|||
self.tracks.get(self.selected_track)
|
||||
}
|
||||
}
|
||||
impl<E: Engine> Audio for Mixer<E> {
|
||||
fn process (&mut self, _: &Client, _: &ProcessScope) -> Control {
|
||||
Control::Continue
|
||||
}
|
||||
}
|
||||
impl Content for Mixer<Tui> {
|
||||
type Engine = Tui;
|
||||
fn content (&self) -> impl Widget<Engine = Tui> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue