mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
lanes and grids
This commit is contained in:
parent
788dc1ccde
commit
ac865824cc
12 changed files with 213 additions and 112 deletions
22
src/main.rs
22
src/main.rs
|
|
@ -29,10 +29,24 @@ fn main () -> Result<(), Box<dyn Error>> {
|
|||
Box::new(Sequencer::new("Melody#000")?),
|
||||
Box::new(Plugin::new("Plugin#000")?),
|
||||
])?),
|
||||
Box::new(Chain::new("Chain#02", vec![])?),
|
||||
Box::new(Chain::new("Chain#03", vec![])?),
|
||||
])),
|
||||
Box::new(Mixer::new("Mixer#00")?),
|
||||
Box::new(Transport::new(vec![])?),
|
||||
Box::new(Mixer::new("Mixer#000")?),
|
||||
Box::new(Transport::new()?),
|
||||
]))
|
||||
//crate::device::run(Rows(vec![
|
||||
////Box::new(Columns(vec![
|
||||
////Box::new(Chain::new("Chain#00", vec![
|
||||
////Box::new(Sequencer::new("Rhythm#000")?),
|
||||
////Box::new(Sampler::new("Sampler#00")?),
|
||||
////])?),
|
||||
////Box::new(Chain::new("Chain#01", vec![
|
||||
////Box::new(Sequencer::new("Melody#000")?),
|
||||
////Box::new(Plugin::new("Plugin#000")?),
|
||||
////])?),
|
||||
////Box::new(Chain::new("Chain#02", vec![])?),
|
||||
////Box::new(Chain::new("Chain#03", vec![])?),
|
||||
////])),
|
||||
////Box::new(Mixer::new("Mixer#00")?),
|
||||
//Box::new(Transport::new()?),
|
||||
//]))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue