mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
groovebox: display input meters!
This commit is contained in:
parent
e5752ea4b0
commit
7690549bdc
12 changed files with 239 additions and 117 deletions
|
|
@ -56,6 +56,9 @@ impl App {
|
|||
)))
|
||||
))
|
||||
}
|
||||
pub fn view_meters_input (&self) -> impl Content<TuiOut> + use<'_> {
|
||||
self.sampler().map(|s|s.view_meters_input())
|
||||
}
|
||||
}
|
||||
|
||||
impl App {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue