mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
chore: formatting
This commit is contained in:
parent
09b9da0f61
commit
e039c19796
1 changed files with 1 additions and 4 deletions
|
|
@ -73,10 +73,7 @@ impl Cli {
|
|||
let left_tos = PortConnect::collect(&self.left_to, empty, empty);
|
||||
let right_froms = PortConnect::collect(&self.right_from, empty, empty);
|
||||
let right_tos = PortConnect::collect(&self.right_to, empty, empty);
|
||||
let audio_froms = &[
|
||||
left_froms.as_slice(),
|
||||
right_froms.as_slice()
|
||||
];
|
||||
let audio_froms = &[left_froms.as_slice(), right_froms.as_slice()];
|
||||
let audio_tos = &[left_tos.as_slice(), right_tos.as_slice()];
|
||||
let clip = match mode {
|
||||
Mode::Sequencer | Mode::Groovebox => Some(Arc::new(RwLock::new(MidiClip::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue