mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
light up keys
This commit is contained in:
parent
e4f3942757
commit
2e7252f8b9
3 changed files with 86 additions and 53 deletions
|
|
@ -35,6 +35,6 @@ fn main () -> Result<(), Box<dyn Error>> {
|
|||
//Box::new(Mixer::new("Mixer#000")?),
|
||||
Box::new(Sequencer::new("Melody#000")?),
|
||||
Box::new(Transport::new("Transport")?),
|
||||
Box::new(Sequencer::new("Rhythm#000")?),
|
||||
//Box::new(Sequencer::new("Rhythm#000")?),
|
||||
]))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue