Simple AppleScript command to renice:
Thanks for this package it's helped me fix an annoying Ventura / Core Audio problem where any system alert causes PT to stop palyback (it's a known PT / Ventura bug on some systems).
I just wanted to post a much simpler way of ReNiceing by using an applescript. The only thing that the user needs to do is enter their password at the prompt:
const ptProcID = sf.ui.proTools.processID;
sf.system.execAppleScript({ script: `do shell script "sudo renice -20 ${ptProcID}" with administrator privileges` })
- SSoundFlow Bot @soundflowbot
Thanks for posting a question or an issue related to the 'luftrausch • ReNice | ProTools | -20' package.
This package is made by @ingo_luftrausch. We're auto-tagging them here so that they will hopefully be able to help you.Please note, that the best way to get help with a script, macro or other content installed from the Store is to select the script you installed, then click the red Need help button, and then click "Get help with this script or macro".
By using this workflow, the developer of the package will get access to more information so they'll be able to help you quicker.
You can read more about how to best get help in this article: bit.ly/sfscripthelp