Skip to content

Instantly share code, notes, and snippets.

@ShikiSuen
Last active October 16, 2018 14:14
Show Gist options
  • Save ShikiSuen/a7c45ccdd653f37f73fb1eab134815ec to your computer and use it in GitHub Desktop.
Save ShikiSuen/a7c45ccdd653f37f73fb1eab134815ec to your computer and use it in GitHub Desktop.
Batch whitelisting vst2 for Dorico 2 on macOS
# Batch whitelisting vst2 for Dorico 2 on macOS (scripted by Shiki Suen)
# DISCLAIMER: This script omits those vst plugins that have UPPERCASE file extesions.
ls /Library/Audio/Plug-Ins/VST > ~/Library/Preferences/VSTAudioEngine2/vst2whitelist.txt
sed -i '' -e '/\.vst/!d' ~/Library/Preferences/VSTAudioEngine2/vst2whitelist.txt
sed -i '' -e 's/.vst//' ~/Library/Preferences/VSTAudioEngine2/vst2whitelist.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment