mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
reenable inc/dec phrase
This commit is contained in:
parent
c3040cef1c
commit
2c8f4857dd
11 changed files with 217 additions and 585 deletions
|
|
@ -124,7 +124,7 @@ impl Track {
|
|||
Ok(match self.devices.get(self.devices.len().saturating_sub(1)) {
|
||||
Some(device) => {
|
||||
app.audio_out(0).map(|left|device.connect_audio_out(0, &left)).transpose()?;
|
||||
app.audio_out(1).map(|right|device.connect_audio_out(0, &right)).transpose()?;
|
||||
app.audio_out(1).map(|right|device.connect_audio_out(1, &right)).transpose()?;
|
||||
()
|
||||
},
|
||||
None => ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue