mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: cleanup old code
This commit is contained in:
parent
0d7f78e74f
commit
5d3e564949
10 changed files with 1464 additions and 1512 deletions
|
|
@ -149,7 +149,7 @@ pub fn main () -> Usually<()> {
|
|||
TekMode::Arranger { scenes, tracks, track_width, .. } => engine.run(&jack.activate_with(|jack|Ok({
|
||||
App::arranger(
|
||||
jack,
|
||||
PoolModel::default(),
|
||||
MidiPool::default(),
|
||||
MidiEditor::default(), &midi_froms, &midi_tos,
|
||||
default_sampler(jack)?, audio_froms, audio_tos,
|
||||
scenes, tracks, track_width
|
||||
|
|
@ -163,7 +163,7 @@ pub fn main () -> Usually<()> {
|
|||
//midi_ins: vec![JackPort::<MidiIn>::new(jack, format!("M/{name}"), &midi_froms)?,],
|
||||
//midi_outs: vec![JackPort::<MidiOut>::new(jack, format!("{name}/M"), &midi_tos)?, ],
|
||||
//clock,
|
||||
//pool: PoolModel::default(),//(&clip).into(),
|
||||
//pool: MidiPool::default(),//(&clip).into(),
|
||||
//editor: MidiEditor::default(),//(&clip).into(),
|
||||
//selected: ArrangerSelection::Clip(0, 0),
|
||||
//scenes: vec![],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue