fix arranger view but input is now dead

This commit is contained in:
🪞👃🪞 2025-01-12 00:58:32 +01:00
parent 479988272e
commit 8850fbf2f8
3 changed files with 8 additions and 8 deletions

View file

@ -78,8 +78,6 @@ pub fn main () -> Usually<()> {
let right_tos = PortConnection::collect(&cli.right_to, empty, empty);
let audio_froms = &[left_froms.as_slice(), right_froms.as_slice()];
let audio_tos = &[left_tos.as_slice(), right_tos.as_slice() ];
let perf = PerfModel::default();
let size = Measure::new();
let default_clip = ||Arc::new(RwLock::new(MidiClip::new(
"Clip", true, 384usize, None, Some(ItemColor::random().into()))));
let default_player = |jack: &Arc<RwLock<JackConnection>>, clip: Option<&Arc<RwLock<MidiClip>>>|
@ -124,7 +122,7 @@ pub fn main () -> Usually<()> {
note_pt: 36.into(),
state: default_sampler(jack)?,
color,
size,
size: Measure::new(),
}
))?)?,
TekMode::Sequencer => engine.run(&jack.activate_with(|jack|Ok({