mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
horizontal time cursor
This commit is contained in:
parent
3177e4ab58
commit
d9b3bd150e
8 changed files with 341 additions and 249 deletions
|
|
@ -23,7 +23,7 @@ fn main () -> Result<(), Box<dyn Error>> {
|
|||
let transport = Transport::new("Transport")?;
|
||||
let timebase = transport.state.lock().unwrap().timebase();
|
||||
crate::device::run(Chain::new("Chain#0000", vec![
|
||||
Box::new(Sequencer::new("Melody#000", &timebase)?),
|
||||
Box::new(Sequencer::new("Phrase#000", &timebase)?),
|
||||
Box::new(Plugin::new("Plugin#000")?),
|
||||
])?)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue