mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
it jams
This commit is contained in:
parent
8d8fe64be3
commit
55e6c19c92
2 changed files with 39 additions and 64 deletions
|
|
@ -23,6 +23,8 @@ fn main () -> Result<(), Box<dyn Error>> {
|
|||
let timebase = transport.state.lock().unwrap().timebase();
|
||||
crate::device::run(Chain::new("Chain#0000", vec![
|
||||
Box::new(Sequencer::new("Phrase#000", &timebase)?),
|
||||
Box::new(Plugin::new("Plugin#000")?),
|
||||
Box::new(Sequencer::new("Phrase#001", &timebase)?),
|
||||
//Box::new(Sequencer::new("Phrase#002", &timebase)?),
|
||||
//Box::new(Plugin::new("Plugin#000")?),
|
||||
])?)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue