Some help please? Let's get Solaris 10 out there!

I'm on eBay, I'm always on eBay, and the sheer amount of JAVA they spit out is amazing. Chokes the heck out of this Win2K OS.
Anyone out there have better results with Solaris 10? I'm seriously considering putting a separate desktop together with Solaris - love it for my servers - but we may be able to get others into the act.
Specifically I'm hoping others will give feedback as to how Solaris is dealing with eBay's code, especially if a few will be willing to post in the Technical forum on eBay's community forums.

That was bizarre - I saw your post and wrote back..then mine dissapeared.
In a nutshell, your automation and the regions in which it affects are always IN SYNC no matter what you do to the master bus and no matter how much 'in front' the playhead appears. Here is what I did to try to prove your case:
1) Put a loop on a track - I used Classic Rock Beat #2
2) Moused MUTES in front of every snare note. I zoomed in really good when I drew them in. On playback, there are no snare hits heard for the 4 bar loop.
3) Inserted an Adlimiter with the lookahead set to 200ms on the master bus.
4) Pressed play - the playhead was out of sync but the snare drums were still not heard. If the automation was read l earlier (due to the playhead state) then the snare hits would have been audible and the mutes would have been active at the wrong time.
5) Repeated steps 3-4 an additional three times making the latency a whopping 800ms. NO snare hits audible.
6) I even sent the loop track to a aux bus and put another adlimiter there with a 100ms lookahead. Again, no snares audible.
7) No matter what or where (or how much!) I put the latency plugs, the automation of the track was dead on.
Logic reads the audio (or midi or whatever) at the precise time it reads the automation. There are in sync. The entire audio stream is delayed compared to the playhead, that is true, but all audio/automation/etc are in sync.
In your last post you said "ALL of your automation is out of time, as it is read when the playhead passes it, not by when the sound triggers"
BOTH the audio and the automation is read when the playhead passes it. You just HEAR the audio later so it appears that the audio is being read at a different time (later). Try the scenario I wrote about and see if you don't have the same results.
What am I missing?

Similar Messages

  • I buy extension from adobe online, i installed it correctly but then the extension menu was greyed out and i can't click it. Some help please.

    I buy extension from adobe online, i installed it correctly but then the extension menu was greyed out and i can't click it. Some help please.

    hello ptbruce, you probably only selected to open (not save) the video which will download it into windows temporary folder where it gets deleted again after it has been used. <br>you could try to right-click the entry in the firefox download manager and copy the link of the source file and try if you can download it through this url again. otherwise you'll have to contact the vendor of the video to find a solution...

  • HT201269 i am trying to get my contacts from an old iphone 3s to a 5c and i am not getting the new phone to stay connected to itunes. some help please on what to do!

    i am trying to get my contacts from an old iphone 3s to a new 5c and i am not getting the new phone to stay connedted to itunes. some help please on  this problem!!!

    One way is to Drag and Drop the  Entire iTunes Folder  from your Old Computer to an External Hard Drive...
    Then Drag and Drop the  Entire iTunes Folder to the location of your Music on the New Computer...
    These Links may Help...
    Backup iTunes to an External Drive
    http://support.apple.com/kb/HT1751
    Moving iTunes Media Folder
    http://support.apple.com/kb/HT1364
    Cheers

  • I am trying to download and install OSX Mavericks but everytime i input my Apple ID it keeps asking to review my account and then starts looking for credit card info, I do not have a credit card, also I thought OSX Mavericks was free, some help please.

    I am trying to download and install OSX Mavericks but everytime i input my Apple ID it keeps asking to review my account and then starts looking for credit card info, I do not have a credit card, also I thought OSX Mavericks was free, some help please.

    Yes I know it's free, but Im trying to find out how to download it and install, but I keep getting account review and asked for CC details as I have no CC I can't get the download or install it, any help please, what i don't understand is why would I be asked for CC details if it is a free download ?? i just want to know is there anything I can do.

  • Remote App on iPad connects but drops after about  20 mins. Need to turn  off wait about 1 minute then turn on wifi on iMac before it can reconnect. Need some help please.

    Remote App on iPad connects but drops after about  20 mins. Need to turn  off wait about 1 minute, then turn on wifi on iMac before it can reconnect. Need some help please.
    Already gone through troubleshooting guide a zillion times. Thanks.

    This worked for me... A little time consuming but once you get rolling it goes GREAT... Thanks....
    I got my artwork and saved it to my Desktop
    Opened up Microsoft Paint and clicked on "File" and "Open" and found it to get it on the screen to resize it
    Clicked "resize" and a box for changing it opened up
    Checked the box "Pixels" and "Unchecked maintain aspect ratio"
    Set Horizontal for 640 and Vertical for 480
    Clicked on "OK" and went back to "File" and did a "Save As" and chose JPEG Picture
    It came up "File Already Existed" and clicked "OK" (really did not care about the original artwork I found because wrong size)
    Went to iTunes and on the movie right clicked on "Get Info", clicked on "Details", then "Artwork"
    Go to the little box on the top left that shows your old artwork and click on it to get the little blue border to appear around it and hit "Delete" to make it gone
    Click on "Add Artwork" and find it where you put the one from above on your Desktop and hit "Open" and OK and your new artwork is now there and all good.
    Sounds like a lot of steps to follow but after around 5 or so you will fly through it. This worked perfect on my iPhone 6 Plus and I have artwork on my Home Videos now.

  • UIX DataObjects - some help please

    I'm doing some interesting things with DataObjects and don't understand why something's happening and would like some help please. An explanation is needed first. Rather than physically delete anything from our system and have all the problems of referential integrity we have a status associated with 'entities' either active or inactive. Some of the things which have this status are foreign keys in other entities my example is a Brand which has a BrandType. My problem is that by default when populating e.g. a choice list our services will only provide 'active items'. However, using my example, if I want to update a Brand that has a foreign key to an inactive BrandType, I want the inactive BrandType to appear in the list. I have an EJB service which provides the list of BrandTypes and whose interface allows for the specification of an 'id' to be included. I have a DataObject stored on the pageState (currentBrand below) which contains this id and I want to pass this 'id' as a parameter to another DataObject which actually returns the DataObjectList of BrandTypes to populate the choice list. With me so far? Hope so! This DataObject is also part of the 'currentBrand' DataObject stored on pageState (brandTypes@currentBrand).
    So to do this I have this data binding on my <messageChoice> element
    <messageChoice    name="brandType"
                      data:prompt="label@type@fields@pageResources"
                      data:shortDesc="shortDesc@type@fields@pageResources"
                      data:selectedValue="brandTypeId@brand@currentBrand">
      <contents data:childData="(brandTypeId@brand@currentBrand)@brandTypes@currentBrand">
        <option       data:text="name"
                      data:value="id"/>
      </contents>
    </messageChoice>And this is my selectValue in the 'brandTypes' DataObject which will get the 'id' from
    (brandType@brand@currentBrand) as its key
      public Object selectValue(RenderingContext pContext, Object pKey) {
        Long id = (Long)pKey;
        Long[] ids = new Long[1];
        ids[0] = id;
        HttpSession session = getSession(pContext);
        UserToken userToken = getUserToken(session);
        GetBrandTypeRequest request = new GetBrandTypeRequest();
        request.setUser(userToken);
        request.setOutputModeType(OutputMode.ENTRIES_ONLY);
        request.setActiveStatus(Status.ACTIVE);
        request.setSelectionType(SelectionType.ALL);
        request.setIds(ids);
        return BrandTypeCache.getBrandTypes(request).getBrandTypes();
      }The return value is actually an array of DataObjects (which will get converted to a DataObjectList). Now this actually works as far as rendering is concerned but in debugging I've found that the selectValue method is actually being called several times 10 in fact when I would have only expected it to be called once. I wondered if it was being called for every item in the list but there are only 9 of those. There's obviously a performance issue as I'm calling my EJB service each time selectValue is called.
    Hope this all makes sense - can anyone tell me what's going on here and what I can do to fix it?
    Thanks
    Ian

    Already answered in another thread.
    Is This a bibeans bug

  • Hi! I got movies on my external hard drive that are AVI kind and won't play on my macbook pro? need some help please!!

    Hi! I got Movies on my external hard drive that are AVI kind and won't play on my macbook pro? When I start playing the movie a message pops up and says "a required codec is not available". I tried flip4mac, xvid, divx already and still not playing my video. need some help please!! thanks.

    Although vlc mentioned above is a much more powerful and better player you could try installing Perian if you insist on using the quicktime player.  It may supply the codec it needs.
    Not sure why you wouldn't be able to play straight avi files though in quicktime.

  • I dont know how i got my photos to my ipod touch from my pc and now i wanna delete them but couldn't. so need help. please let me know.

    i dont know how i got my photos to my ipod touch from my pc and now i wanna delete them but couldn't. so need help. please let me know.

    To turn off auto sync - launch iTunes and go to Edit>Preferences>Devices - check the box at the bottom that says - Prevent iPod, iPhones and iPads from syncing automatically. Click OK and then quit iTunes.
    Connect your iDevice to your PC.
    Launch iTunes,
    Click on the device name on the left side of the iTunes Window.
    Click on the Photos Tab in the iTunes window on the right.
    Untick all of the photos or albums that you want to remove.
    Click on Apply in the lower right corner of iTunes
    If you untick or uncheck the Sync Photos heading and then click Apply it will remove all of the photos from the device when it syncs. In this screenshot - I have only certain albums and events selected to sync.

  • HT4061 I was trying to update my phone now is asking me to restore my phone, can I have some help please?

    I was trying to update my phone now is asking me to restore my phone, can I have some help please?

    https://discussions.apple.com/message/18750831#18750831

  • My Headphone jack has snapped and is stuck in iphone? Help how do i get it out

    I went too get my headphones out of my iphone and it snapped now it is stuck.
    I have no idea how too get it out
    Do i need too take it too apple?

    Make a Genius Bar appointment at your nearest Apple Store and let them get it out.

  • Some of my email is getting filtered out so I don't receive them.

    Some of my emails are getting filtered out after it is accepted and received by me.com services.

    How can it be corrected?

  • I bought an album on iTunes and 3 of the songs only play for 30 seconds. I have tried re-downloading the album 3 times and the problem has not been fixed. I would like some help please and thank you.

    I bought an album on iTunes and 3 of the songs only play for 30 seconds. I have tried re-downloading the album 3 times and the problem has not been fixed. I would like some help please and thank you.
    Artist: Imagine Dragons
    Album: Night Vision

    Report it here:
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Mini mac will not register my digital camera. It connected the first day and I was able to upload some video; however, I pulled the USB out--there was a bad message--and I cannot get the mac to register that I plug it back in.

    It connected the first day and I was able to upload some video; however, I pulled the USB out--there was a bad message--and I cannot get the mac to register that I plug it back in.

    Have you downloaded everything that is on the camera? If so format the SD card on the camera (will erase everything on the card).
    If you have not downloaded everything can you see stuff on the camera? If you have a card reader you could try putting the SD card in that and trying on the mini. If your mini has a SD card slot you could try that.
    In any case format the card on the camera before taking more pics.
    Next time be sure to eject the camera from the Mac properly and turn the camera off before disconnecting.
    EDIT: You might also check the camera's USB Mode is set to PC.

  • While trying to convert pdf to word--keep getting message "an error occurred while trying to access the service"  Could I get some help please?

    Could I get some help with this?

    Hi Shelly,
    Are you trying to log in to ExportPDF from Reader? If so, please make sure that you have the most current version by choosing Help > Check for Updates in Reader. You should be using version 11.0.07 (Mac OS) or 11.0.08 (Windows)--earlier versions caused this sign-in error that you're seeing.
    Let us know how it goes!
    Best,
    Sara

  • I've had to owe Apple money when I had no money on my card and now that I have money on my Visa Debit then it still won't go through and it won't let me download anything from my iTunes. Can I assist some help please?

    hi,
    So, basically... I had to owe Apple money when I had no money on my card but now I've got money on my card and it won't allow me to pay off what I need to and I'm still unable to even download apps, songs or anything and it's worrying me.
    Can someone help please?

    If you can't get the password correct, you CANNOT restore from that backup.
    However, if you've been using your phone as recommended by Apple, there should be minimal data loss.
    Your iTunes library is on your computer, so you can synch all your apps, music, movies, ringtones, etc, on to your new phone.
    Similarly, contacts should be synched to Address Book, Outlook, or a cloud service for you to easily synch back to your new phone.
    Pictures taken from your old phone and not synched to your computer are lost, but you would have been synching those photos to your computer frequently as recommended.  Other photos that you synch TO your iPhone are still on your computer.
    You won't be able to get text messages back.

Maybe you are looking for

  • Error  while smartform call in a Report

    Hi All, I'm working on standard Smartform 'EBPP_DEBIT_CREDIT_MEMO'(biller Notification) calling in a report.In report smartform generating function module successfully(/1BCDWB/SF00000095). problem accuring while calling the generating function module

  • Is there any known viruses on the 8900?

    When using my phone the last 2 days, volume icon keeps going up & down which clips the conversation when I'm talking. Is this a virus or a software problem?

  • Timeout in synchronous SOAP-Proxy communication

    Hi, I have a synchronous SOAP-Proxy communication (3rd party - XI - ERP). 3rd party is always the initiator of the communication. Is there a general rule about who should set a timeout? Does it should be set by a 3rd party, XI, or ERP? In our scenari

  • Endless backup after hard reset

    After i hav had a hard reset of my macbok pro my time machine (with time capsule) always start doing a full backup even though it's not necessary. It seems it doesn't remeber the previous made backups. Do anyone know a solution to this? Rather anoyin

  • E-REc : Recruiter Dropdown not populated during Requisition

    Please do not ask for or offer points. It is against the rules of the forum. Hi All, While creating Manpower Requisition through MSS on Portal, system does not populate Recruiter dropdown in the Adobe form. I have checked in the HR system that featur