mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
move pool to tek_midi; implement some Default
This commit is contained in:
parent
bb52555183
commit
1aa0551931
17 changed files with 779 additions and 775 deletions
|
|
@ -141,7 +141,7 @@ pub fn main () -> Usually<()> {
|
|||
let mut player = default_player(jack, Some(&clip))?;
|
||||
player.clock = default_bpm(player.clock);
|
||||
let sampler = default_sampler(jack)?;
|
||||
jack.connect_ports(&player.midi_outs[0].port, &sampler.midi_in.port)?;
|
||||
jack.connect_ports(&player.midi_outs[0].port, &sampler.midi_in.as_ref().unwrap().port)?;
|
||||
App::groovebox(
|
||||
jack, (&clip).into(), (&clip).into(),
|
||||
Some(player), &midi_froms, &midi_tos,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue