Guest User

Untitled

a guest
Oct 16th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Batch whitelisting vst2 for Dorico 2 on macOS (scripted by Shiki Suen)
  2. # DISCLAIMER: This script omits those vst plugins that have UPPERCASE file extesions.
  3.  
  4. ls /Library/Audio/Plug-Ins/VST > ~/Library/Preferences/VSTAudioEngine2/vst2whitelist.txt
  5. sed -i '' -e '/\.vst/!d' ~/Library/Preferences/VSTAudioEngine2/vst2whitelist.txt
  6. sed -i '' -e 's/.vst//' ~/Library/Preferences/VSTAudioEngine2/vst2whitelist.txt
Add Comment
Please, Sign In to add comment