mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
fix: midi_froms -> midi_tos
This commit is contained in:
parent
ea48dd6fa1
commit
e81ae58ab5
2 changed files with 9 additions and 9 deletions
|
|
@ -58,9 +58,7 @@ impl Track {
|
|||
audio_from: &[&[PortConnect];2],
|
||||
audio_to: &[&[PortConnect];2],
|
||||
) -> Usually<Self> {
|
||||
let mut track = Self::new(
|
||||
name, color, jack, clock, clip, midi_from, midi_to
|
||||
)?;
|
||||
let mut track = Self::new(name, color, jack, clock, clip, midi_from, midi_to)?;
|
||||
track.devices.push(Device::Sampler(Sampler::new(
|
||||
jack,
|
||||
&format!("{}/sampler", name.as_ref()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue