Open michele-perrone opened 1 year ago
I can't provide any support with box64, but it sounds like you're using AArch64 Ardour, right? You can't load AMD64 .so files in an AArch64 program. So if there's any chance for this to work you'll also need to run AMD64 Ardour under box64. It's not possible to mix architectures.
Hi Robbert, thanks for your reply.
Yes, what you say makes perfect sense. I tried running a number of x64 plugin hosts through box64 (carla, Ardour, Qtractor, Element). Unfortunately, none of the are able to launch. I am currently trying to make carla-single work, but there are problems.
However, even if I'm able to make carla-single work, one would have to install both x64 and ARM64 versions of the same plugin host(s), which is potentially very messy if you also think of all the dependencies.
Since plugin hosts are quite big pieces of software and box64 isn't that mature yet, I was thinking if it wouldn't be possible to write an ARM64 wrapper around the x64 shared objects created by yabridge. That way, one could use the native ARM64 plugin host, which loads the wrapped x64 plugin directly. Library wrapping is actually one of the things that makes box64 itself so fast and efficient.
I'm not very familiar with all the intricacies that make yabridge work, but this sound doable to me.
What do you think?
That's technically possible, but setting it all up doesn't sound like an easy feat.
So FWIW with apologies if this isn't exactly the place to post, but since all my searches have inevitably ended up crawling this page I figured I'd mention since I'd imagine I can't possibly the only one trying to do this -- I'm running a Radxa Rock 5B with Joshua Rieck's Ubuntu 22.04 for ARM. I was able to get yabridge working with Reaper for several plugins within FEX-Emu along with the x86_64 version of reaper. I had to chroot into the default RootFS to install the pulseaudio recommendations on the FEX github as well as jack (jackd and qjackctl) for realtime action. The RootFS as well as the ubuntu image are running the wine 6.0.3 from the ubuntu repository. None of the yabridge .exe files would run for me in Box86/64 on ARM, and neither would x86_64 reaper, but FEX-Emu has done the trick, it seems.
Thanks for giving yabridge a shot!
Problem description
On a Raspberry Pi 4B with Manjaro ARM, I am able to launch the standalone version of a Windows x64 plugin that I own (AudioModeling SWAM Clarinets). I do this by simply using together
wine64
andbox64
:box64
0.2.0 is installed through the AURwine-staging
7.22 andyabridge
5.0.3 are downloaded from the Arch Linux repositories and the packages extracted to theHOME
folder (not installed withpacman
)$PATH
:/home/$USER/wine-staging-7.22-1-x86_64/usr/bin
,home/$USER/yabridge-5.0.3-x86_64/usr/bin
, andhome/$USER/yabridge-5.0.3-x86_64/usr/lib
With the standalone version, both the GUI and audio work.
I tried setting up the VST3 version of the plugin with
yabridgectl
. This is the output ofyabridgectl status
:Carla or Ardour are not able to use the plugin. This is the error given by Ardour when scanning the plugin:
And this is the relevant of the output when running
ardour7
on the console:This last output shows that Ardour is trying to load the
aarch64-linux/SWAM Bass Clarinet 3.so
object, which obviously is not there.Is there some way to get this working?
Operating system
Manjaro ARM
How did you install yabridge?
Arch Linux x64 repositories
yabridge version
5.0.3
yabridgectl version
5.0.3
Wine version
Wine Stating 7.22
Plugin
AudioModeling SWAM Clarinets
Plugin type
VST3
Plugin architecture
64-bit
Host
Carla 2.5.2-2 aarch64, Ardour 7.2-1 aarch64
Desktop environment or WM
No response
GPU model
No response
GPU drivers and kernel
No response
Debug log
No response
Anything else?
No response