mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
arranger: editor now toggles
This commit is contained in:
parent
b0393184fa
commit
4f3a50f2d6
2 changed files with 18 additions and 11 deletions
|
|
@ -2,6 +2,7 @@ use crate::*;
|
|||
|
||||
impl Content<TuiOut> for Arrangement {
|
||||
fn content (&self) -> impl Render<TuiOut> {
|
||||
panic!();
|
||||
let ins = |x|Bsp::n(self.view_inputs_0(), x);
|
||||
let tracks = |x|Bsp::s(self.view_tracks_0(), x);
|
||||
let devices = |x|Bsp::s(self.view_devices_0(), x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue