Bezier warp expression - slowing amplitude and velocity with fast decay

I've been working with an expression from Dan Ebberts Vibrating strings which I have modified to create a bending effect on a solid shape
This part is applied to a slider expression of the solid
veloc = 14;
amplitude = -250;
decay = 4;
amplitude*Math.sin(veloc*time)/Math.exp(decay*time)
Then a bezier warp has been applied to the solid shape to the Bottom Right Tangent and Bottom Left Tangent
value + [0,effect("Slider Control").param("Slider")]
This works very well except that I would like to be able to have the amplitude of the bending shape slow down as it bends and then snap back quickly in the decay but  I'm not sure how to accomplish this.  I have tried playing with the settings that I have, but am unable to make this work.
Any help would be very much appreciated.
Ira

I'm not sure what you're describing exactly. The expression you're using generates a damped sine wave. What would the new waveform look like? Would it be the same except eased so the the wave spends more time close to the extremes and less time transitioning, or something else entirely?
You could build your own, triple-eased periodic waveform like this, but I'm not sure it's what you're after:
veloc = 14;
amplitude = -250;
decay = 4;
period = (Math.PI*2)/veloc;
t = (time+period/4)%period;
if (t < period/2)
  v = ease(t,0,period/2,-1,1)
else
  v = ease(t,period/2,period,1,-1);
v = ease(v,-1,1,-1,1);
v = ease(v,-1,1,-1,1);
amplitude*v/Math.exp(decay*time)
Dan

Similar Messages

  • Slow open and save with psb files Photoshop CC

    Here is my system info:
    Mac Pro Early 2009
    Processor  2.66 GHz Quad-Core Intel Xeon
    Memory  32 GB 1066 MHz DDR3 ECC
    Graphics  ATI Radeon HD 5770 1024 MB
    Software  OS X 10.8.4 (12E55)
    Running Photoshop off an SSD 220GB as my bootdisk , and then my scratches are two 1TB Western Digi Caviar Blacks, both at about 60% full, running Big and flat in PS CC prefs,
    Running Photoshop CC 14.0.0
    I'm having very slow open and save times for psb files ranging in size from 2GB to 6GB - slow meaning 5-6 mins
    Does anyone have any suggestions to improve this time?

    I've noticed the same thing with .tif files. It's taking a good minitue or more to save a 15 meg .tif. Very annoying. I opened PS4 and converted the same .jpg to a .tif and saved it in the same location and it took about 4 seconds. Something is totally jacked with saving files in CC.
    Checked the compression settings and the are the same in both. Not a big fan of CC everything is slower. I pay monthly now to work slower?!? May have to go back to CS4.

  • Slow download on network with fast upload.

    I just recently purchased a 24" iMac and I'm having networking issues. I connect to my PC server and see all the files just fine. The problem is, when I try and copy anything off of the server or read files off the server in programs like InDesign CS4, the network slows down completely. When I take a 500mb file and upload it to the same server, it uploads it at the normal gigabit speeds. Taking that same 500mb file and try and copy it back off, it takes hours.
    I also have a Mac based ftp server running Rumpus. If I connect to the ftp mac directly and download a file, it's very slow, but if I use Cyberduck or the web-based downloader, it downloads at Gigabit speeds.
    It seems anything I try and copy directly off the servers, or work on files that reside on the server it is very, very slow. I have an older Intel iMac 20" right next to the new one and it still reads the network just fine. Copies and uploads very fast to the same server. I set up the custom IP address, DNS servers, etc. the same on both machines and this new iMac is not working well on the network.
    A couple of years ago I purchased another Intel iMac 20" that had similar problems on the network. After weeks of the Apple Store checking it out, they told me that the network controller chip went bad. Could this possibly happen again on another iMac?
    I could really use some help on this. If I need to take this new iMac to the Apple Store to get checked out I will, but if it might be just a setting somewhere I'm missing, I'd rather deal with that.
    Thanks

    Thanks for all the help I have received from everyone out there in cyberlandia, like it was alot.
    I solved my problem on my own and what a feeling. I tweaked the IPv4 settings by ending the numbers in an even number instead of an odd number (.172, .174 ,.176 etc). Sort of stumbled onto this but it worked as my download speeds were 6kbps when I started and went up to 750 kbps shortly afterwards. I am in South America and our internet connections are slow compared to the States. Wish I could get a 5 meg download speed but that is not going to happen. 750kbps (@ $90 per month) is a joy compared to the dial up I had.

  • Slow Safari and Firefox with sys. 10.4.11

    Since installing sys. 10.4.11 both Safari and Firefox have become extremely slow. Safari can take 25, 30 or more seconds to open a page. I haven't noticed a speed change in other apps. I have a DSL router which serves 4 computers. Sys. 10.4.8 was much faster. Any ideas are welcome.
    Thanks.

    I've experienced the same thing. Thought it was my DSL ISP and complained numerous times. Went from avg. 2600 kbps down/ 768kbps up to 860 kbps down and 13 kbps up. This range is consistent on all machines on my network, and with both Firefox and Safari. Last night, I hooked up my IBM lap top and re-ran the test: got 2586 kbps down and 457 kbps up on the PC. Now I think my ISP may be correct -- they don't see a problem with the lines. Looking back, the slow down for the Macs coincides with 10.4.11 updates. Tonight I'll begin looking at the Macs to see why they can't connect at the same rate as before the update, and at the same rate as the PC. Any suggestions on how to restore Mac performance?

  • Slow Transfer and Downloads with new SSD and Fresh OS

    I have a brand new Solid State Drive and maxed out the RAM in my Mid 2010 15 inch MacBook Pro. The new hard drive made all the difference in the world. But having never done a clean install since the start, I was having issues with some of my older applications. I decided to clear the hard drive and reinstall the OS and discs for Final Cut Studio and my Adobe products. Everything runs smoothly, but only now, when I try to copy from a external drive, whether FireWire or USB it takes exponentially longer to transfer. Same goes for downloading content from a FTP server. Basically anything that is generating new files/data onto my hard drive. This wasn't the case until I re-installed the OS (Had Mavericks before and after the install).
    Any idea what this issue might be?
    My hard drive is a Samsung Electronics 840 Pro Series 2.5-Inch 512 SATA Solid State Drive MZ-7PD512BW
    And as I stated, it worked perfectly before.

    Jay,
    my thoughts were that with Trim command support disabled,  when you’d reïnstalled OS X and your apps and personal files, that your SSD might have gone over 75% full, at which point SSDs’ performance start to slow down. (Without Trim command support, the SSD needs to be “told” manually to reuse space which has been freed up by deletion.) If that is the cause of your current slowdown, then you wouldn’t start noticing a difference until your SSD has run out of previously unused space; at that point, a Trim command would be run on the SSD to make available that previously used space. In the interim, I guess that you could try selecting your SSD in Disk Utility, then select the Erase tab, then press the Erase Free Space… button to see if that would work as a manual substitute for a Trim command. Alternatively, you could try creating dummy files to purposely fill up your SSD nearly to capacity, and then delete them to see if the Trim command will make available all of the space for all of the previously deleted files (i.e. not just for the deleted dummy files).

  • New Inspiron 17 5749 - Slow WiFi and Interferes with other laptop WiFi

    Hi all -
    I spent the day searching through this forum and doing google searches, but could not find a solution to my problem.  Any help you could lend would be greatly appreciated.
    I purchased a new Inspiron 17 5749 a couple weeks ago to replace a 10-year-old Dimension 4700 desktop.  We also use a couple of Dell Latitude laptops at home (work computers).  The two work laptops and the 4700 desktop have no issue connecting to my home WiFi (the 4700 is wireless, outfitted with a DLink USB connection).  We have Comcast Xfinity, and typically my work laptop shows download speeds of 70-80 MBS.  However, when I turn on the new Inspiron, the new laptop has a super slow connection (download speeds of 0.5 MBS or less) and if other computers are on at the same time, their download speeds are equally slow.
    I'm guessing that the new laptop is somehow causing the slow connection/interference, but I'm not smart enough to figure out why.
    Here are the basic details:
    New Dell Inspiron 17 5749:
    Windows 8.1
    McAfee virus protection that came free with the Dell
    Additional software - I've only added a couple programs (QuickBooks, Microsoft Office)
    Running Xfinity Speed Test off their website, download and upload speeds are each <0.5 MBS
    WiFi Status Window:  IPv4 Connectivity - Internet; IPv6 Connectivity - Internet; Speed - 54.0 MPS; Signal Quality - 5 bars
    Home WiFi
    Comcast Xfinity, uses Cisco XB3
    Typically provides download speeds of 70-80+ MPS
    Dell Latitude (computer from work)
    2012 computer, runs Windows 7
    When Inspiron is off, Xfinity Speed Test shows Latitude download speed of 80 MBS, upload = 25 MBS
    When Inspiron is on, Xfinity Speed Test shows Latitude download and upload speeds of <0.5 MBS
    Wifi Network Connection Status Window:  IPv4 Connectivity - Internet; IPv6 Connectivity - No network access; Speed - 144.0 MBS; Signal Quality  - 5 bars
    What I've done today based on online readings/suggestions:
    Searched for AMD Quick Stream issues.  There is no AMD Quick Stream on my computer.
    Used Dell diagnostic Website to identify if Drivers are up to date.  All drivers up to date, but site suggested updating BIOS from A01 to A02.  So, I updated BIOS as suggested.
    Modified the energy saving features for network adapter.  I unchecked the box for "Allow computer to turn off this device to save power."  Also set Wireless Adapter Settings, Power Savings Mode, On battery to "Maximum Performance"
    Checked if wireless needed updated driver (Dell Wireless 1705 802.11 b/g/n 2.4 GHZ).  It told me that the driver was up to date.
    For giggles, I disabled Bluetooth Network Connector.  I also disabled Ethernet.  WiFi remains enabled.
    The 5 items above had no impact on Inspiron wireless speeds.
    I'm confused.  And frustrated.  Any help you can lend would be greatly appreciated.
    Clearly, as you can see in my language above, I'm not a computer guru.  But I typically can solve my PC problems by following advice found in forums without having to post questions. I'm throwing the towel in and posting a question.

    Hi,
    It sounds like, for some reason, that the wireless card in the new system is sending an inordinate number of packets to the router to try to communicate with it, and that is what is causing the slow speeds to the other systems.  
    Have you tried a traceroute to see where communication is failing? This may be a better article explaining how to do a tracert.  
    Here is an article that explains how to understand the results from a tracert.  Check to see where the longest "hops" are between your system and the destination.  (I suggest using google.com at first just to see how it works out).
    If the initial hops to your router and then the ISP take the longest then we can narrow down the issue better.   I would recommend trying this from the other systems as well to see how the results differ.  
    I would also still recommend updating that router, or at least making sure it has the latest firmware.  From what you say that sounds like you would need to contact Comast to do so.  Maybe they have a chat feature where they can check it online for you without having to call in?
    Todd

  • Various slow issues and freezes with snow leopard

    new to discussions.
    i have the current os x, and i am having trouble with my safari, mail, and dashboard performing very slow (not a consistent issue, but happens frequently) or freezing or shutting down. i read various discussions and tried the helpful tips, but i am not familiar with the ins and outs of a mac. i fear i might have done things wrong or worse that i have downloaded something that is frying my mac. (previously, i have download several applications that i didn't check out first, also realized for several months now that i didn't have my firewall on.)
    i tried the disk utility maintenance. i ran the "verify disk permissions", and the list that was compiled in the window is as follows,
    Verify permissions for "Macintosh HD"
    Permissions differ on "private/etc/postfix...ould be -rw-r--r--,they are -r--r--r--.
    Permissions differ on "usr/shar/derby", shouls be drwxr-xr-x, they are lrwxr-xr-x.
    Warning: SUID file "System/Library/CoreS...as been modified and will not be repaired.
    Permissions verifacation complete
    i have no idea what all that list of information means. nor do i know what to do about them. nor do i know if i am even doing what needs to be done to fix my issue. i feel like a blind person trying to read a road map.
    any help would be so appreciated!!!

    Blythe wrote:
    i have the current os x, and i am having trouble with my safari, mail, and dashboard performing very slow (not a consistent issue, but happens frequently) or freezing or shutting down. i read various discussions and tried the helpful tips, but i am not familiar with the ins and outs of a mac. i fear i might have done things wrong or worse that i have downloaded something that is frying my mac. (previously, i have download several applications that i didn't check out first, also realized for several months now that i didn't have my firewall on.)
    i tried the disk utility maintenance. i ran the "verify disk permissions"
    Welcome to Apple's discussion groups.
    You can ignore those disk permissions messages:
    http://support.apple.com/kb/TS1448
    Regarding your performance problems, I'd use the Activity Monitor utility. Launch it, then set the list at the top to "All Processes". Click on the "CPU" column heading to put the highest CPU consumers at the top of the list. Leave the program running while you're using your Mac. If you encounter problems with performance, check the Activity Monitor window to see if there are particular processes consuming a lot of CPU time. If you see something possibly interesting but don't know how interpret it, post the details here and someone should be able to offer advice.

  • HT2497 i have a new macbook air occasionally I have trouble with slow internet and trouble with connecting to the internet.  I use Verizon Fios and a wireless modem

    I have a New macbook air, purchased last week.  There are time when internet runs slow or not at all.  It is not the Verizon Fios as my IPAD's work fiine during these times.

    Turn off the router. Turn back on. Wait until all the lights are lit properly.
    Restart the computer.
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Best.

  • RMI server causes the system to slow down and crash with socketException

    Hi,
    My RMI server application is a simple rmi server which invokes a JNI method once when I invoke through my client application. Server is left as it is after invoking the JNI method. After around 12 hours, server stops running with the following exception
    ZoneInfo: C:\Program Files\Java\jre1.6.0\lib\zi\ZoneInfoMappi
    ngs (Insufficient system resources exist to complete the requested service)
    ZoneInfo: C:\Program Files\Java\jre1.6.0\lib\zi\ZoneInfoMappings (Insufficient s
    ystem resources exist to complete the requested service)
    Dec 29, 2008 10:09:34 AM sun.rmi.transport.tcp.TCPTransport$AcceptLoop executeAc
    ceptLoop
    WARNING: RMI TCP Accept-0: accept loop for ServerSocket[addr=0.0.0.0/0.0.0.0,por
    t=0,localport=2161] throws
    java.net.SocketException: socket closed
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(Unkno
    wn Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Dec 29, 2008 10:10:35 AM sun.rmi.transport.tcp.TCPTransport$AcceptLoop executeAc
    ceptLoop
    WARNING: RMI TCP Accept-0: accept loop for ServerSocket[addr=0.0.0.0/0.0.0.0,por
    t=0,localport=2161] throws
    java.net.SocketException: socket closed
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(Unkno
    wn Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Dec 29, 2008 10:12:36 AM sun.rmi.transport.tcp.TCPTransport$AcceptLoop executeAc
    ceptLoop
    WARNING: RMI TCP Accept-0: accept loop for ServerSocket[addr=0.0.0.0/0.0.0.0,por
    t=0,localport=2161] throws
    java.net.SocketException: socket closed
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(Unkno
    wn Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Dec 29, 2008 10:15:37 AM sun.rmi.transport.tcp.TCPTransport$AcceptLoop executeAc
    ceptLoop
    WARNING: RMI TCP Accept-0: accept loop for ServerSocket[addr=0.0.0.0/0.0.0.0,por
    t=0,localport=2161] throws
    java.net.SocketException: socket closed
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(Unkno
    wn Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Dec 29, 2008 10:20:40 AM sun.rmi.transport.tcp.TCPTransport$AcceptLoop executeAc
    ceptLoop
    WARNING: RMI TCP Accept-0: accept loop for ServerSocket[addr=0.0.0.0/0.0.0.0,por
    t=0,localport=2161] throws
    java.net.SocketException: socket closed
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(Unkno
    wn Source)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    # An unexpected error has been detected by Java Runtime Environment:
    # Internal Error (4D555445583F57494E13120E4350500075), pid=1352, tid=1828
    # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
    # Can not save log file, dump to screen..
    # An unexpected error has been detected by Java Runtime Environment:
    # Internal Error (4D555445583F57494E13120E4350500075), pid=1352, tid=1828
    # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Does anyone has any idea?
    Regards
    Nidhin

    Your RMI server invokes a JNI method as you mentioned. It seems your system resource is become very low as from the exception from "ZoneInfoMappi"
    (Insufficient system resources exist to complete the requested service...I would suggest the following
    1- remove the JNI method invocation and replace by a simple method which does nothing special ( counting etc..)
    2- Run the RMI sever and stress test it again
    If you see the RMI server is working well after 12 hours, then your native method is leaking i.e consuming the system resources ( RAM etc..)
    You should profile the running RMI server using jconsole
    Regards,
    Alan Mehio

  • Slow loading and tabbing with dynamic form

    Hi. I have a 45 page pdf and I need to be able to select some pages to not print based on content of a field. To do this I understand the form needs to be saved in Acrobat v7 or greater and saved as a dynamic form. So far so good. When I create the dynamic form by opening the existing 45 page pdf, livecycle creates a form object for each line in the document. That's a ton of objects that don't need to be objects. I am adding 15 enterable fields into this document. For example the document may contain a line of text "Last Name", this appears as a form object as described. I am adding a text field next to that so the user can enter their last name. After saving the document it takes a long time to load and the tabbing from field to field is very slow. I am thinking this might be due to processing all the form objects that don't need to be form objects, but not sure. Question: based on my description is there a way to create this document without all those non-enterable form objects?

    Hi. I have a 45 page pdf and I need to be able to select some pages to not print based on content of a field. To do this I understand the form needs to be saved in Acrobat v7 or greater and saved as a dynamic form. So far so good. When I create the dynamic form by opening the existing 45 page pdf, livecycle creates a form object for each line in the document. That's a ton of objects that don't need to be objects. I am adding 15 enterable fields into this document. For example the document may contain a line of text "Last Name", this appears as a form object as described. I am adding a text field next to that so the user can enter their last name. After saving the document it takes a long time to load and the tabbing from field to field is very slow. I am thinking this might be due to processing all the form objects that don't need to be form objects, but not sure. Question: based on my description is there a way to create this document without all those non-enterable form objects?

  • IOS 6 is very slow, unresponsive and unusable with 200 new bugs

    How can I get rid of it from my phone? can I downgrade to iOS 3?... I'll settle for iOS 2 if possible

    Try a hard reset.....
    Press and hold the Wake / Sleep button and the Home button at the same time, keep them both pressed until the Apple Logo appears.

  • How to Measure Position and Velocity with a Single Counter with myrio

    Hi Everyone , I need your help .
    I got myrio a few days ago for my project which is a electric vehicle drived by wireless mode so first problem faces me that I have encoder and it give me counts (decreasing or icreasing) which I can't convert it to veolcity any one may help , I will be grateful ???????????????????

    Hey Hesham92,
    As you mentioned the myRIO encoder counts pulses.  These pulses will typically come from some type of encode such as a quadrature encoder.
    Look at your encoder datasheet and it should explain how it works (which mode it uses) and the resolution (ie rotation per pulse).    If the encoder is attached to a wheel you can use some simple math to determine how many cm the wheel moves per encoder pulse.
    Let us know if you have questions about this (please also post more info about your setup such as the encoder, what it's attached to and what you need to measure).
    Thanks!
    -Sam K
    LabVIEW Hacker
    Join / Follow the LabVIEW Hacker Group on google+

  • Slow Playback and Scrubbing on Fast System in Premiere CS6

    I own a Eurocom desktop replacement laptop.
    2 Nvidia 580m running in SLI
    24 gigs of DDR3 ram
    4 internal SSD
    Intel I7 990x Extreme CPU (6 cores)
    Last time I checked my video cards were not certified for the Mercury Playback Engine, but surely I should not see solid red in the sequence window. It's always red, in fact I've never even seen the color yellow while using Premiere.
    I'm new to video, I'm a retoucher and this machine annhialates Photoshop. I wish I had gotten a Quattro level set of cards instead of the top GeFore model (at the time).
    Scrubbing is sluggish. When I have tried using a single filter like a gaussian blur with some keyframes it became unbearably slow so I stopped trying. This is bumming me out because I really love the software.
    Is there anything I could try to improve performance minus blowing a wad of cash?
    Thank you Friends.

    As per your advice I've tried that. It seems I may be getting a slightly higher framecount - which is of course a good thing. I still see solid red, but maybe that is just how it is with my video cards. I tried "The Hack" and added my card to the list, but that did nothing. I still can't select Mercury.
    Either way, thanks for the quick reply ExactImage.
    Cheers.

  • Problem with Airport Express (1st gen) and Mavericks?

    Hello,
    I still have an older 1st gen Airport Express (model A1264) and now with Mavericks it isn't working at all. The Airport Utility app on my Mac can't even find or connect with it. The same with the iOS app. It worked fine before. I can't even update the firmware (either no download available or other available downloads are too old and won't install). Is there a solution or do I need to update my whole device?
    Thanks,
    Paul

    As a last resort, try a factory default reset on the AirPort Express as follows:
    Power off the AirPort Express
    Wait a minute
    Hold in the reset button first, and keep holding it in for another 8-10 seconds while you simultaneously plug the Express back in to power
    Release the reset button after the hold period and allow a full minute for the Express to restart to a slow, blinking amber light status
    On an iPhone or iPad home screen....
    Tap Settings
    Tap WiFi
    Look for a heading of Setup a New AirPort Base Station. If it appears.....
    Tap on AirPort Express just below the heading to start the configuration process on the Express again
    If you try several factory default resets, and the AirPort Express does not appear under the heading of Setup a New AirPort Base Station, the Express most likely is defective and will need to be replaced.

  • I'm a Graphic Designer and Animator with a Mid 2012 15" MBP...Programs slowing need up grade

    Hey everyoe,
    I'm a Graphic Designer and Animator with a Mid 2012 15" MBP. My programs get REALLY SLOW, ToonBoom Harmony and Sometimes Illustrator, HELP! I upgraded my Ram to 16GB LONG time ago and it's made a big difference but still the stuff I make is semi complicated/detailed I can't imagine this is the strength of my MBP I refuse to accept that. WIth that said HELP ME PLZ!!! I have deadlines and I dont know what else to do! Steve Jobs my life is your hands right now man...

    Maz0327,
    if you boot into Safe mode, log in, and run your graphic design and animation apps, do they run just as slowly then?

Maybe you are looking for

  • The mouse pointer disappears

    Occasionally the mouse pointer disappears, most frequently when I use Safari. I only use the mouse pad on my Macbook Air. Has anyone encountered this problem? Thank you in advance, M

  • SD SALES ORDER STOCK VALUATION IN RETURNS

    Hi, gurus: We are creating SD returns with reference to the previous outbound invoice. This previous document had separated sales order stock. For this returns items, we are using a requirement class very similar to the outbound sales order item, whi

  • Error when trying to pass the proxy server

    jdev version: 10.1.2.3.0 Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod PL/SQL Release 10.2.0.4.0 - Production TNS for Linux: Version 10.2.0.4.0 - Production Hello, i've follow a tutorial to make a client to consume e web service in

  • Best wireless channel setting for W610N

    Hi there, I just upgraded to fiber op internet and it was advertised that i can get 25mbps max. The laptop which i use on the main floor where the router is at is getting full upload and download speed by wireless but my laptop which i use up in my r

  • Serializing works but deserializing is missing data.

    I am exposing a POST method in a wcf service for a given set of nested classes. Everything works fine, even serializing, except when I post the *same* xml I create through serializing an instance, the Umber.Amethysts property is empty. [XmlRoot("MyRo