Open terminal and paste this in:Touch The Universe wrote: Thu May 07, 2026 10:26 pm BLOCKED on m1 mac tahoma 26.1 , won't let me open it anyway in security settings, what to do?
Code: Select all
sudo xattr -cr /Library/Audio/Plug-Ins/VST3/QDelay.vst3If you put QDelay in a folder within the VST3 folder, you'll need to add the folder name between VST3 and QDelay.vst3. For example, if you created a "Tilr" folder for it, the command would be:
Code: Select all
sudo xattr -cr /Library/Audio/Plug-Ins/VST3/Tilr/QDelay.vst3