mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
fix arranger view but input is now dead
This commit is contained in:
parent
479988272e
commit
8850fbf2f8
3 changed files with 8 additions and 8 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue