did you try this? it was what I needed to do.gritz wrote: ↑29 Nov 2024well downloaded again from Martin Luders site, loaded in the VST folder on the MacBook restarted Macbook loaded reason and went into the wonderful refill from mr Bitley and still not seeing the VST,.
now either I get medieval on this and obsessed or leave it to experience...
viewtopic.php?f=8&p=672294#p672294
From madmacman:
Open console, navigate to vst folder, then enter the following command:
Code: Select all
xattr -d com.apple.quarantine <filename>
Replace <filename> with the actual filename of pg-8x plugin. If that doesn‘t work, you can add a ‚sudo‘ before:
Code: Select all
sudo xattr -d com.apple.quarantine <filename>
Then you‘ll be asked for your user password.