minie4 d1ca8d5d4b 🐛 Fix not using correct Port pointer in routing
- `&out` is only a pointer to a copy of the Port object that the for loop creates
- This results in `&out` always refering to the last processed list item instead of the specific port
2024-02-28 23:43:19 +01:00
2024-02-28 11:13:02 +01:00
2024-02-28 11:13:02 +01:00
2024-02-28 11:13:02 +01:00
Description
Go-mix is a digital audio mixing software for the JACK audio server (or PipeWire). It supports routing audio data from multiple input channels to multiple output channels with configurable volumes.
106 KiB
Languages
Go 100%