ion
.
einfach script als app speichenr und über dieses teil (zb vom desktop) öffnen
kann jetzt 3mal soviel plug in instanzen wie vorher verwenden!!!
You can do this automatically by opening the Script Editor in the /Applications/AppleScript/ folder and pasting in the following:
tell application "Logic Pro"
run
end tell
set the_lines to paragraphs of (do shell script "ps -U $USER")
set the_app to "Logic Pro"
set the_line to ""
repeat with this_line in the_lines
if this_line contains the_app then
set the_line to this_line
end if
end repeat
if the_line is "" then return
set the_pid to word 1 of the_line
do shell script "renice -20 " & the_pid password "yourpasswordhere" with administrator privileges
Provide your administrator password in the last line, and save the script as an application in a location easy to access. Open it whenever you want to open Final Cut Pro (Logic Pro)
ein witz das das bei nem 2,4 MBP und Logic8 überhaupt nötig ist.... vlt liegts bei mir auch am lutschendem leopard
auf der selben seite wo ich den code her habe ist noch einer um Logic
TOP PRIORITY im system zu geben, habe aber nicht verstanden wie man den ganzen code ins terminal bringt, da er bei RETURN erstmal unbekannter befehl sagt.... würde gerne wissen ob sich das irgendwie mit dem oben genannten noch kombinieren lässt
psychotronic? ne idee dazu evtl.?
kann jetzt 3mal soviel plug in instanzen wie vorher verwenden!!!
You can do this automatically by opening the Script Editor in the /Applications/AppleScript/ folder and pasting in the following:
tell application "Logic Pro"
run
end tell
set the_lines to paragraphs of (do shell script "ps -U $USER")
set the_app to "Logic Pro"
set the_line to ""
repeat with this_line in the_lines
if this_line contains the_app then
set the_line to this_line
end if
end repeat
if the_line is "" then return
set the_pid to word 1 of the_line
do shell script "renice -20 " & the_pid password "yourpasswordhere" with administrator privileges
Provide your administrator password in the last line, and save the script as an application in a location easy to access. Open it whenever you want to open Final Cut Pro (Logic Pro)
ein witz das das bei nem 2,4 MBP und Logic8 überhaupt nötig ist.... vlt liegts bei mir auch am lutschendem leopard
auf der selben seite wo ich den code her habe ist noch einer um Logic
TOP PRIORITY im system zu geben, habe aber nicht verstanden wie man den ganzen code ins terminal bringt, da er bei RETURN erstmal unbekannter befehl sagt.... würde gerne wissen ob sich das irgendwie mit dem oben genannten noch kombinieren lässt
psychotronic? ne idee dazu evtl.?
