mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: refactor pt.14: 138 errors
This commit is contained in:
parent
fbf217e108
commit
8b68a993bc
9 changed files with 95 additions and 100 deletions
|
|
@ -15,15 +15,6 @@ pub struct SequencerView<E: Engine> {
|
|||
pub player: MIDIPlayer,
|
||||
}
|
||||
|
||||
/// JACK process callback for sequencer app
|
||||
impl<E: Engine> Audio for SequencerView<E> {
|
||||
fn process (&mut self, client: &Client, scope: &ProcessScope) -> Control {
|
||||
self.transport.process(client, scope);
|
||||
self.player.process(client, scope);
|
||||
Control::Continue
|
||||
}
|
||||
}
|
||||
|
||||
impl Content for SequencerView<Tui> {
|
||||
type Engine = Tui;
|
||||
fn content (&self) -> impl Widget<Engine = Tui> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue