Increase processor priority for Logic 8

I saw an interesting thread on the Final Cut Pro forum - where the users were concerned that rendering did not fully use all of their cores.
This might be of use to heavy Logic users?
http://discussions.apple.com/thread.jspa?threadID=819587&tstart=0
Is your Processor Performance set to "Highest" in your Energy Saver preferences?
To increase the priority of a process in Mac OS X, open the Activity Monitor in the /Applications/Utilities/ folder and get the process's pid. From here, open the Terminal, which is also in the Utilities folder, and enter the following:
sudo renice -20 pid
where pid is the number you found earlier. Press Enter and type in your password; nothing will appear in the window while it is being typed. The process in question will now run as fast as the computer can make it go. The effect of this command ends when the program quits.
-20 refers to the "nice" level of the process. UNIX operating systems have what is called a scheduler, a part of the kernel that decides when tasks run and for how long before CPU time is allocated to another task.
Processes with higher "nice" levels are nicer -- meaning that they get a smaller share of the processor time. Processes with a lower nice value are less "nice". Nice values range from -20 to +19. Basically, it's a hint to the kernel's scheduler that schedules processes to run about how aggressive it should allow a process be in using up processor time. It's conceptually distinct from the concept of "priority" which enters into the process scheduling a little differently.
You can do this automatically by opening the Script Editor in the /Applications/AppleScript/ folder and pasting in the following:
tell application "Final Cut Pro"
run
end tell
set the_lines to paragraphs of (do shell script "ps -U $USER")
set the_app to "Final Cut 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 "yourpass" 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. More information about the command, including the purpose of the -20, is available in this article.
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/renice.8 .html

Here is an application which allows just that:
NICER
http://www.versiontracker.com/dyn/moreinfo/macosx/9473
Nicer 2.1b ©2001 Ryan Stevens
This is a beta (preview) release. Use at your own risk. If you have comments, questions or feature requests drop me a line (see the Contact section).
Know bugs:
1) Application names get clipped at 16 characters. Until I figure out a sensible way to get the full names (without mass amounts of guesswork/workaround code) this will have to do, sorry! If you have a fix you'll let me know, right!?
2) Choosing "Quit [appName]" from the context menu doesn't let you save changes (if any) in the quitting app. (This may change in next release)
3) Choosing "Kill [appName]" or "Quit [appName]" from the context menu doesn't show an alert with the option to cancel. Select one and the app will quit -- unless the process doesn't belong to you, in which case you will have a chance to cancel.
4) Although not exactly a bug, Nicer doesn't gather much meaningful info on the process. I like the simple look so if/when we gather more info it may get put into an Inspector window.
5) [insert quirk/bug/missing feature here.]
Installation:
Drag n Drop install/uninstall. I recommend putting Nicer in /Applications/Utilities/ but it's really up to you.
License:
Nicer is freeware. Bam! Simple as that.

Similar Messages

  • Optimum processor speed for Logic 8

    Hello out there! I want to buy a desktop computer to run Logic 8. I want to be able to use Stylux RMX, Vienna Special Edition, and probably other soft synth like Spectrasonics Atmosphere in Logic and also to record some audio (vocals, keys) into. I was wondering what is the most critical element(s) in a desktop that I should be aware of? I understand that the more RAM the better, what about the processor speed? I have even heard that the graphic card also has an important role in the performance; is this true?
    will a loaded iMac desktop do the trick or is it absolutely necessary to go for the Mac Pro?
    please help!

    A loaded iMac will more than do the trick for most people - just max out the RAM. However, it is usually recommended to go w/ the best you can afford. . . so if you can afford one of the powerful 8 cores, than go for it. You'll get better performance and more expandability if you are looking to go into this professionally.
    However, if this is more a hobby or a side thing, I'd suggest saving the money and going for the iMac. Its all in one, and the dual core can handle more than most can throw at it. With about 4 gigs of RAM, you should be set.

  • How to increase processor focus for rendering?

    Hi Folks,
    I posted this is another thread, but it was kind of hijacking so I"m reposting a new one:
    Issue: my MacPro 2.66 (latest rev of Tiger) seems to take longer than I would think to render, plus I checked the istat pro widget and only 93% of the processing is focused on the render. FCP (version: 5.1.4) is the only app open. I have 3.5 GB ram, although i understand that rendering is only processing based.
    I cut my sequence (1.5 hour home movie transfer); edited the audio (needed pan adjusted) and
    then rendered before outputting a QT reference file (not closed).
    The render takes approximately 30 minutes and then the ref file takes 23'ish minutes. What boggles me mind is that unedited sequences of the same duration do not take as long to create the ref file. I could understand the duration if I hadn't rendered already, but I'm finding this weird no?
    So, here's my question is twofold:
    1. why does it take so long after the render to create the ref file? The reason why I used a ref file is b/c i use bitvice to encode the mpeg2 files.
    2. is there a setting in FCP to dedicate more of the processing power? I seem to have all the settings in FCP to use 100% of the processors from what i can tell.
    Cheers
    Keebler

    thanks Jerry.
    To clarify, I'm actually using the Mp 2.66 in this situation.
    The G4 has been semi-retired
    Wrt rendering, I always render 'all' so theoretically, the files should be good to go without the ref file rendering anything, as you mentioned.
    Too bad about the setting. I might contact Apple on this one. I find it weird that you can't tell the macpro to work harder on 1 process. you'd think it would go all out to work on a process, if that's the only process going. I know there are other minor continuos processes happening, but in terms of being a work horse, i fail to understand why it's 93% idle Maybe I just don't understand something about how computers work?
    Cheers,
    Keebler

  • Increasing maximum number of Logical Processors in a Processor Group greater than the default (64)

    Can the maximum number of Logical Processors allowed in a Processor Group be increased by Bcdedit command or registry key to a number greater than the default (64) to allow non-group-aware applications to seamlessly scale via multithreading across more cores
    MSDN documents methods to reduce the max number of LP's in a Processor Group to 1 or any power of 2 less than 64 in order to increase the number of Processor Groups.  But there is no discussion of how to increase the maximum number of Logical Processors
    allowed in a Processor Group to a number greater than the default (64), e.g. to 128 or 256. 
    Since a non-group-aware application/process can only run on 1 Processor Group, increasing this limit is needed to allow non-group-aware multithreaded applications to scale seamlessly for parallel computation across more than 64 cores simultaneously on systems
    with more than 64 cores (for example, a quad-socket Intel Xeon system with 24 cores per socket, including true and hyper cores).  If that limit can be set via registry key or command line, or if there is another way to force all the cores on
    all 4 sockets (4 NUMA nodes in this case) to join in 1 Processor Group, then non-group-aware applications will not need to be rewritten using group-aware thread-affinity APIs.  

    Hi John,
    Are you trying to specify a static NUMA-node-to-group assignment, rather than letting Windows dynamically assign NUMA nodes to groups at boot time? If yes, You can refer the
    following related KB:
    How to manually configure K-Group assignment on multiprocessor machines
    http://support.microsoft.com/kb/2506384
    Systems with fewer than 64 logical processors always have a single group, Group 0. On systems with 64 or fewer processors, existing applications will operate correctly without
    modification. Applications that do not call any functions that use processor affinity masks or processor numbers will operate correctly on all systems, regardless of the number of processors. To operate correctly on systems with more than 64 logical processors,
    the following kinds of applications might require modification:
    •Applications that manage, maintain, or display per-processor information for the entire system must be modified to support more than 64 logical processors. An example of
    such an application is Windows Task Manager, which displays the workload of each processor in the system.
    •Applications for which performance is critical and that can scale efficiently beyond 64 logical processors must be modified to run on such systems. For example, database
    applications might benefit from modifications.
    •If an application uses a DLL that has per-processor data structures, and the DLL has not been modified to support more than 64 logical processors, all threads in the application
    that call functions exported by the DLL must be assigned to the same group.
    By design, a non-NUMA computer is considered to have one NUMA node. Because NUMA nodes cannot span groups, the system creates a node for each group after you restart the computer.
    The related KB:
    Processor Groups
    http://msdn.microsoft.com/en-us/library/windows/desktop/dd405503(v=vs.85).aspx
    More information:
    Uneven Windows Processor Groups
    http://blogs.msdn.com/b/saponsqlserver/archive/2011/10/08/uneven-windows-processor-groups.aspx
    Boot Parameters to Test Drivers for Multiple Processor Group Support
    http://msdn.microsoft.com/en-us/library/windows/hardware/ff542298(v=vs.85).aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Best Quicktime Compression for Logic film score?

    Hello everyone,
    I dont have much knowledge with quicktime conversions, so please bare with me. I'm scoring a movie that was shot on DVCpro HD at a frame rate 23.98fpc (with some slow motion shots at 59.94, meaning they edited the project at 59.94fpc in FCP) and I need to get a movie file to start working on scoring the project, and they are asking me what I need, and I'd like to double check with you guys to make sure I'm doing this right
    First off, they are asking me what frame rate I want. I obviously want the same frame rate as the final film, which will be 24fpc, right? Or do I want the 23.98 file? (The film makers really should know this, but after a bad experience with a past project "drifting," I like to double check their work).
    They are also asking me what quicktime compressor I want for the visual data. Since I will be running logic pretty hard for this project (many samples/VI's), are there any recommendations for the best compressor to ask for? I will be placing the movie on its own FW800 drive, so does file size matter when streaming a video of a separate drive? If not, would it be best to get the raw, 17GB file? If size does matter, would it be best to get the smallest file possible (that I can still see the picture)? Do different compression settings effect quicktime performance in Logic differently? If so, which is the best, least taxing compressor to ask for?
    I've also noticed that logics "audio detect frame rate" never seems to detect the proper frame rate. I should set this manually to the proper frame rate, correct? Are there any other sync settings I need to be worried about?
    Sorry for all the questions. I just want to make 100% sure I'm doing this right!Thank you everyone!

    Hi Jonathan,
    In my experience, smaller files seem to take less of a toll on the overall system than large uncompressed files. Whatever increased processor load there may (or may not?) be from using a real time software codec is outweighed by the strain of playing the wide data stream of uncompressed video. My personal preference is to ask for the movie as a DV Quicktime (pretty big, hi-rez file) or on a miniDV tape. Then I can use Quicktime Pro to make my own smaller version. The H.264 codec is pretty amazing, I usually use that, and I usually cut the size of the frame in half when I convert the movie (i.e. 720x480 becomes 360x240.) Also, I usually make a lot of short movies when I re-compress rather than one big one. I find it easier to chop the film up into cues and then just work with the movie file for the cue I'm on.
    Regarding Frame Rate: you won't drift. If you are in sync with your quicktime movie, then you are in sync. They need to make sure that the movie file they give you is correct, with no pull-up or pull-done, no sections from a different frame-rate source that haven't been properly converted and when they are converted they turn out to play at a different speed than on the movie file that they gave me, I mean you... I mean... ok, I'm ranting. I had a bad experience. But the point is that if you have a reliable Quicktime movie then you can't go wrong. The reason that you should set Logic to the same frame rate as what the filmakers are using is this: so everyone will be talking about the same unit of time when they say "frame." That's all. If they say "we're taking out 5 frames" it would be nice if you could cut 5 frames in Logic and know that you were correct. Check with your editor on this, but I believe that 23.98fpc is counted as 24fpc. So I think 24fpc is the right choice in Logic.
    I like to extract the movie's audio to the arrange page and use that reference audio instead of listening to the movie. Listen to the Arrange page audio track against the Movie audio track to make sure they are in sync. No plugins on the audio track's channel and no plugins on the Master Fader, to avoid a latency off-set .
    Then, when I either mix a cue or export the tracks for someone else to mix, I include a little fragment of reference track audio before (or after) the music cue to to make sure the editor has an absolute position reference for the music.

  • Processor Upgrade for iMac G3

    Hello, I didn't see any particular posts specifically pertaining to the slot loading iMac (Graphite)..I hope someone can help me out.
    I have a G3 Graphite iMac, upgraded RAM currently running Tiger. I used to use it but wiped it clean, re-installied the OS and created a separate account for my 8y/o son, so essentially there aren't many apps on there. For some reason it's running slower than it should, even with just Safari open. Is there a fix or possibly a processor upgrade for this model (I keep seeing that there isn't, but I want to be sure).
    It's either that or constantly hearing my son complain of the lagtime and ask for our laptops instead...

    According to Mactracker at one point there was a 700 MHz model available in Graphite & Snow. If you could find a 700 MHz G3 CRT iMac logic board on eBay it might be possible to upgrade the processor speed. You could also install a Matshita SR-8184 or SR-8186 DVD-ROM drive.
    There's firmware available for both drives that allow them to be flashed to RPC1 or region free meaning they can play DVDs from any region in the world. Normally the drive is restricted to being able to only play Region 3 DVDs from the US. If you order a Matshita SR-8184CD optical drive from www.welovemacs.com call their 800 number listed on their website & be sure to ask for Jessica or Faith since some of the optical drives they sell don't have RPC1 firmware available for them.

  • I have downloades Logic Pro 9 onto my older modfel Mac Book Pro 1,1 with OS 10.6.8 and 2 GB RAM, according to the rquirements for Logic 9. the program should run, but it won't open. Is my configutation too slow?

    I have downloades Logic Pro 9 onto my older modfel Mac Book Pro 1,1 with OS 10.6.8 and 2 GB RAM, according to the rquirements for Logic 9. the program should run on OS 10.6.8. with 2 GB RAM, 4 GB better, but it won't open. Is my configutation too slow?

    Looks as if you're just at the minimum specs - http://www.apple.com/logicpro/specs/. Says 2GB minimum, 4GB recommended. And 2GB of RAM is all the RAM the 1,1 can handle. If I were you I would call Apple's App Store service center - you have the minimum requirements, as I read it, but perhaps you need a faster processor?
    I had a 1,1 but sold it when I bought my late 2011 in March of this year - maybe it's time to look at a new machine?
    Clinton

  • Powerbook 1.67 G4 for Logic?

    Powerbook for Logic?
    I purchased a 1.67 Powerbook last summer thinking I was going to upgrade my protools 001 to 002.
    Now M-Audio is offering its Project Mix, and I'm thinking about going that route and trying Logic.
    I'm concerned that the Logic specs suggest that even though a G4 will work, a G5 or dual G4 processor is recommended.
    I upgraded to a laptop so that I'd have portability, but I was also looking forward to being able to run Protools without it crashing after a few plug-ins (using a 300 G3 and the 001 I was able to run all 24 PT tracks plus 3-5 plug-ins before crashing. I'd like to have 24-30 tracks with at least 15-20 plug-ins).
    What can I expect running logic on my powerbook?
    Thanks for your help!

    Thanks -- that's very reassuring and encouraging.
    Do you feel you could push the limits much more, or are you near the top of your headroom
    I get the sense the freezing tracks is similar to whether or not you use a plug-in in PT in real time or not. I like real time. I like being able to automate and make subtle changes in plug-in settings on the fly.
    I get the sense that Logic's Freeze Tracks is a button. Does that mean you can turn it on or off with the flick of a switch? Make a change, and then turn it back on again?
    If so, that seems so much quicker than PT's rendering process.
    Thanks for the help.

  • Couldn't create jco client connection for logical system

    Dear Experts,
    we are facing a strange issue in our custom webdynpro java application, few of our portal users are getting the "couldn't create jco client connection for logical system" for Model Data JCO Destination. below are details
    1. portal version 7.02 SP14 (we have recently updated to SP14 from SP02-- is this is causing the issue ?)
         1.1. updated the NWDI track with SP14 SCA files as well as added latest WD Runtime SCA file deployed the applications to Production also.
    2. above said exception is inconsistent and happening for only few users
    3. ping and test of jco destinations are successfull in content administration as well as in SLD, destinations were added in the SLD system.
    4. cleared the JCO ARFC meta data cache in webdynpro console
    5. jco destinations are configured using uid/pwd, configured user is not locked active and tested in the backend by logging in with the same user.
    6. restarted the portal server
    even though, we are getting the above said exception for few of portal users randomly.
    Please help me on this ASAP, as i am not getting any further help on this.
    Thanks,
    Ram.

    Hello Ram,
    Check the JCo Pool Configuration settings of your JCO Destination. This message normally comes when the maximum connections has been reached. Increase the "Maximum Connections" to some number depending on the usage. A good habit is to disconnect the jco connection after executing the same in your webdynpro code if you don't want it to be synchronous.
    <ModelName>.modelInstance().disconnectIfAlive()
    Hope this helps.
    Regards
    Vijay

  • JCO connection error:Couldn't create JCOClientConnection for logical System

    Hi All,
    We are facing a production outage issue.
      We have a Federated Portal Network setup where one of our producer goes down automatically (seems on heavy load).
      On this Producer server we have 3 Web Dynpro applications deployed and default trace is full with JCO connection error   saying Could   not create JCOClientConnection for logical System: CSVMR_WD_MODELDATA_DEST.
    We had issue with max allowed JCO connections so we changed the below mentioned parameters for JCO connection settings in portal:
    u2022     Minimum value of JCo Pool Size in total = 80
    u2022     Minimum value for CPIC_MAX_CONV per SAP Web AS = 320
    u2022     Maximum Number JCo Connections = 160
    Please let us know if we are missing on some settings, any help in this regard is appreciated.
    Regards,
    Priyanka

    Hi,
    As you have already increased the maximum number of connections/pool size but still you are facing this problem. I would suggest you to check the web dynpro application which might not be able to release/disconnect the JCO connection.
    Please check this [Thread|How to close a model object connection for Adaptive RFC?; for more details.
    Regards
    Puneet

  • Does installing Desktop Experience on Windows Server 2008 R2 SP1 slow down the server / increase processor usage?

    Hello.
    I'm running a tekkit classic (Minecraft) Server on a dedicated server I got from OVH, Im just wondering - Im currently using ClamAV for an antivirus, But I would like windows defender.
    Im wondering if installing Desktop Experience on my dedi would increase processor usage or slow down the dedi even slightly.
    System Specs:
    RAM: 32GB DDR3 ECC 1600MHz
    CPU: Intel Xeon E3-1245v2
    HDD: 2x2TB SATA (Both used, specified as different drives)
    OS: Windows Server 2008 R2 SP1
    Theres only 1 indev tekkit server currently running on there, Im getting 0-5% processor usage. I may be setting up more modpack servers  - but im wondering if installing desktop experience would increase the processor usage or slow the dedi down.
    Thanks.
    Joseph

    Hi Joseph,
    This is the forum for Microsoft BizTalk Server, you've asked your question in the wrong forum.
    I suggest posting your question in the Windows Server forum
    http://social.msdn.microsoft.com/Forums/en-US/home#forum=winserver2008appcompatabilityandcertification&filter=alltypes&sort=lastpostdesc&content=Search
    Glenn Colpaert - MCTS BizTalk Server - Blog : http://blog.codit.eu

  • Mac Pro 4 core or 8 core for Logic?

    I'm a long time Logic user, currently 7.2 on a 1.25 Mirror Door G4.
    I need more power for more complex productions, am using a lot more plugins,
    and plan to upgrade to a Mac Pro in a few months after all the third party issues
    and L8 issues shake out.
    Can anyone give me information on comparative performance of 4 or 8 core Mac Pros?
    (Assuming equal processor speeds and RAM of course)
    I would be willing to pay the higher price if the performance were proportionately higher for Logic,
    but am not an expert on computer architecture and would appreciate some advice.
    Thanks

    I run on a more modest budget than SampleConstruct but, then again, I don't do projects as big as he.
    I have a 4-way and I can safely say that I, too, haven't had a core overload or any other kind of performance problem since I got the box about 6 months ago. If you're asking us to justify the expenditure for the big iron, of course go for it! If you're asking what you can get away with, then it depends on the size of your projects.
    People are now saying that 8.0.1 gives excellent spread of performance across the 4 or 8 processors so it looks like Apple have cracked that problem. Given the choice, I'd go for 8 but I can't justify it on the type of work that I do and the budget I have.
    Couldn't agree more about the disks, though. Get that right and the machine should run sweet as a nut...
    Pete

  • Control Surface for Logic Pro 7.2

    Hi Everybody !
    I'm a newbie in Mac and Logic Pro. I want to buy a control surface for Logic Pro.
    I found that Behringer B-CONTROL FADER BCF2000 Controller is compatible with Mac and Reason 3.0 but I'm not sure that it is compatible with Logic Pro. And it is within my budget !
    Can anybody give some comments on this model ? Any suggestion other than this model ??
    Cheers,
    edtayin

    Hi Everybody !
    I'm a newbie in Mac and Logic Pro. I want to buy a
    control surface for Logic Pro.
    I found that Behringer B-CONTROL FADER BCF2000
    Controller is compatible with Mac and Reason 3.0 but
    I'm not sure that it is compatible with Logic Pro.
    And it is within my budget !
    Can anybody give some comments on this model ? Any
    suggestion other than this model ??
    Cheers,
    edtayin
    Just in case you buy one (and you should), I put a tutorial
    on how to set it up with Logic. The manual is not really
    clear on everything. Just go here
    http://www.logicprohelp.com/viewtopic.php?p=16210#16210
    It should get you up and running.
    P.S. the BCF also does let you control Plugin
    parameters along with 32 presets you can customize
    it to your workflow.
    Duel Processor 1.8 G5, Duel Raptors drives, 2GB Ram   Mac OS X (10.4.6)   LP72,Reason,StylusRMX,Digitech,TCHelicon,BBE Sound Processors, JBL 4311 Monitors

  • High priority for house ads in Pubcenter.

    Hello
    I have two games in windows phone store. In one game I am using Pubcenter which is showing ads, however the earnings are not much. I want to replace Pubcenter ads with house ads, which will promote my other game. However the priority of house ads is lower
    than Pubcenter ads.
    How can I show only house ads , not Pubcenter ads. Is there any setting to increase the priority of house ads. If there is, I can't find it. Please help me

    The priority predefined variable is an integer that goes from 1 to 5. The visible corresponding values for these integer values when shown to the end user in the WorkSpace run from "Lowest" (1) to "Highest" (5).
    You typically use priority in a view or filter for the Workspace. You'd set the priority column in the WorkSpace to be sorted descending so that the higher the priority, the closer it is to the top of the end user's queue.
    Unless your view or filter is set to show all activity types currently in the process, the only work item instances shown in the WorkSpace are Interactive activities . The benefit to setting a priority to work item instances is that the end users are encouraged to work the interactive work item instances from the top of the list down.
    Bottom line is that the priority predefined variable helps end users sort / prioritize their work, but does not cause the engine to sort the work it has to do with work item instances running in Automatic activities.
    If you have a batch fully automatic process that takes a while to run, I could see a use case where you might want to sort the list of incoming work item instances. If it's a typical process with a mix of automatic and interactive activities, automatic actiivities take a much smaller percentage of time than the interactives do. Work item instances running inside automatic activities normally don't take much time and the need for prioritization doesn't come up. What's your use case where you need to prioritize them?
    Dan

  • What's the perfect new-MBP configuration for Logic?

    I hope this isn't a troll.  I've been waiting, waiting WAITING for the "refresh" of the MacBook Pro (MBP) to come out so I can solve a few performance problems (including my use of Logic which really requires it to be on one of those laptop fan-stands to keep it cool).  The good news?  The "refresh" is out.  The bad news, there is a huge choice -- old-style MBP or retina-display MBP?
    I think I've concluded that "old style" is the way to go -- I like to repair/upgrade my machines too much to give that option up.  So now I'm working on what to put in it.  Hence this post.  Given your experiences, what would you stick in the "perfect" old-style MBP if you were in my shoes?  Here's what I'm leaning towards.
    -- Max out the non-upgradeable stuff when I buy the machine -- so...
       -- 2.7 GHz processor
       -- Hi-Res Anti-glare screen
    -- Minimize the "upgradeable" bits (since I'm going to replace them with aftermarket stuff)
       -- 750GB 5400 rpm disk drive
       -- Minimum memory
    -- Aftermarket upgrades
       -- Memory
       -- Disk drive
       -- Replace optical drive with a flash drive
    Questions:
    1) Memory upgrade -- any recommendations on memory that runs cooler than other types?  My current setup started running a bit hotter when I swapped in aftermarket memory.  I'd cheerfully buy Apple memory to avoid this problem, but maybe there's an aftermarket flavor that is equally good?
    2) Disk drive -- same thing, although I'm not cheerful about buying the Apple versions unless I absolutely have to.  Throughput is key, right?  Anything else I should be keeping an eye on?  Again, heat is something I'm trying to avoid.
    3) Optical drive -- I am massively confused on this one.  I understand the benefits to throughput (and perhaps heat).  But which things should go where?  OS and other "static" stuff (like application programs) on the flash drive (to avoid the finite-writes problem)?  So put Logic Pro and the sound files on the flash drive (I'm thinking that's what I'm going to do)?  Put project files there too?  Recommendations on brands?  Recommendations on optical-drive replacement kits?
    4) Anything else that *you're* doing to build your 2012 MBP for Logic?
    Sorry if this is a troll -- I tried to find this post on the list.  If there is one, just link me into the thread.  Thanks!

    The RME I use is so intuitive it knows knows my moods and often refuses to record as it knows I'm going to $uck so why bother.
    It also decides on which takes to keep.
    pancenter-
    p.s. MOTU stuff is solid and straightforward.

Maybe you are looking for

  • How can I delete a purchase (Mavericks) that has not downloaded from my account?

    How can I delete a purchse that has not yet downloaded (Mavericks) from my account? I contacted App Store support and my responder claims to have deleted Mavericks from myaccoount. He didn't; it is still there, under the purchases tab-in the cloud. T

  • Problem rendering html in Apex 3.1

    I recently upgraded an older 2.0 app to Apex 3.1. In the app, I have a few textarea with html editor fields so the user can customize page instructions. In 2.0, I was able to query the database and store the text in a hidden item, then reference the

  • Load balancing jpdk portlets

    We want to load balance our application across two physical application servers that have 9iAS installed. The components of 9iAS are: OHS (apache web server) iFS 1.1.9.0.7 Discoverer Reports Server OC4J ( which hosts our intranet application) JPDK (p

  • There are several StuffIt Expander and The Unarchiver options in the "Open With" Menu

    It's nothing really that bad, but it's a not-very-pretty-looking bug. Is there a way to fix this?

  • Typed in music switches to triplets

    Anyone know why when I type a track of notes in by hand using the apple/command key and the mouse and selecting the value of the note, that GB'08 wil just decided to switch them all to triplets? I must say, it's a very annoying habit of GB. I had an