mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
allow 3 sequencers to be focused
This commit is contained in:
parent
225c686db9
commit
228805d30d
2 changed files with 24 additions and 7 deletions
|
|
@ -23,9 +23,9 @@ 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(true, vec![
|
||||
crate::device::run(Rows::new(false, vec![
|
||||
Box::new(transport),
|
||||
Box::new(Columns::new(true, vec![
|
||||
Box::new(Columns::new(false, vec![
|
||||
Box::new(Sequencer::new("Melody#000", &timebase)?),
|
||||
Box::new(Sequencer::new("Melody#001", &timebase)?),
|
||||
Box::new(Sequencer::new("Rhythm#000", &timebase)?),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue