mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
focus is weird
This commit is contained in:
parent
f5d02f9f08
commit
7b568c55b8
4 changed files with 24 additions and 27 deletions
|
|
@ -23,7 +23,7 @@ fn main () -> Result<(), Box<dyn Error>> {
|
|||
//crate::device::run(Sequencer::new("Rhythm#000")?)
|
||||
let transport = Transport::new("Transport")?;
|
||||
let timebase = transport.state.lock().unwrap().timebase();
|
||||
crate::device::run(Rows::new(false, vec![
|
||||
crate::device::run(Rows::new(true, vec![
|
||||
Box::new(transport),
|
||||
Box::new(Columns::new(false, vec![
|
||||
Box::new(Chain::new("Chain#0000", vec![
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue