mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
feat: run stub tek_sampler
This commit is contained in:
parent
09abc4cd95
commit
e2789d6728
1 changed files with 2 additions and 3 deletions
|
|
@ -18,9 +18,8 @@ impl std::fmt::Debug for JackDevice {
|
|||
f.debug_struct("JackDevice").field("ports", &self.ports).finish()
|
||||
}
|
||||
}
|
||||
render!(JackDevice |self, buf, area| {
|
||||
self.state.read().unwrap().render(buf, area)
|
||||
});
|
||||
render!(JackDevice |self, buf, area| self.state.read().unwrap().render(buf, area));
|
||||
handle!(JackDevice |self, event| self.state.write().unwrap().handle(event));
|
||||
ports!(JackDevice {
|
||||
audio: {
|
||||
ins: |s|Ok(s.ports.audio_ins.values().collect()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue