Page 1 of 1
Setpanning always both Channels on Linux
Posted: Thu Mar 07, 2024 3:09 pm
by fingus
Setpanning doesn't work on Linux and always produces stereo output. This issue was tested on multiple Linux distributions including Linux Mint, Manjaro, and Ubuntu. Both the 'Setpanning' standalone command and the table tag of 'PlaySample' or 'PlayMusic' were tested, yielding the same result.
However, when running a compiled Windows applet under Linux using Wine, Setpanning works unexpectedly.
Re: Setpanning always both Channels on Linux
Posted: Mon Mar 18, 2024 3:11 pm
by airsoftsoftwair
Yes, apparently this is currently unsupported on Linux but it's on my list.
Re: Setpanning always both Channels on Linux
Posted: Sun Jun 22, 2025 5:25 pm
by airsoftsoftwair
Code: Select all
- Fix [Linux]: Setting a custom panning for samples using SetPanning() or the "Panning" tag of Hollywood's
PlaySample() command didn't work; the panning was always centered
Re: Setpanning always both Channels on Linux
Posted: Thu Jul 17, 2025 1:29 pm
by fingus
airsoftsoftwair wrote: ↑Sun Jun 22, 2025 5:25 pm
Code: Select all
- Fix [Linux]: Setting a custom panning for samples using SetPanning() or the "Panning" tag of Hollywood's
PlaySample() command didn't work; the panning was always centered
Thank you for fixing this.