mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
flatten arranger and piano modules
This commit is contained in:
parent
7a4fa1692b
commit
1723826cc2
19 changed files with 120 additions and 130 deletions
|
|
@ -2,9 +2,7 @@ include!("./lib.rs");
|
|||
|
||||
/// Application entrypoint.
|
||||
pub fn main () -> Usually<()> {
|
||||
let name = "tek_transport";
|
||||
let engine = Tui::new()?;
|
||||
let state = JackConnection::new(name)?
|
||||
.activate_with(|jack|TransportTui::try_from(jack))?;
|
||||
engine.run(&state)
|
||||
let name = "tek_transport";
|
||||
Tui::new()?.run(&JackConnection::new(name)?
|
||||
.activate_with(|jack|TransportTui::new(jack))?)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue