I noticed that modules from this maker were missing from my searches before discovering they don’t work on m1 Macs, however they used to on my mine. I’m wondering if anyone knew what happened here
They only work if you run VCV Rack under Rosetta. By defult the now fat binary will run native, so only M class CPU compiled plugins will work. Unless you are fine building them natively yourself, they do work fine if done.
ahh, thank you for the answer. I wouldn’t know how to build them natively however.
I tried to build them on Mac following the process described in the Building page but i’m getting an error related to wget unable to access libsamplerate depedency :
wget -c http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz
make: wget: No such file or directory
I tried to download it manually but my Mac seem to consider it like a dangerous file and prevent the downloading.
Hi, try removing libsamplerate from the Makefile as Rack builds this by default. I was able to build this repo recently, hope you find the same.
Hi pgatt. Thanks for your help. Removing from where in the Makefile ? Entirely from line 22 ?
https://github.com/RCameron93/FehlerFabrik/blob/master/Makefile
Yeah, line 22 down to the bottom but you need to keep the last line.