Can Flex Travel?

Have and advanced flex question...
I have a vocal track and it needed tuning. Used flex pitch. Then I bounced the track (including the flex pitch).
So now I have a tuned vocal and a muted original.
Next I do a bunch of flex timing stuff on the tuned (bounced) vocal.
Next client comes in... "timing is great but I hear the tuning".
My questions is can I take the flex timing information and apply it to the oringinal (not bounced) vocal.

Lisa,
If you have an Intel iMac (as I would imagine based on your posting in this section) then it does have an auto switching power supply and should work fine on a European power socket (obviously you will need a new power cord or an adapter plug to make the pins fit.)
You can view Apples article on power supplies/voltage settings as well as a list of older iMac compatability (if you don't have an Intel model) here:
http://docs.info.apple.com/article.html?artnum=75099
C.

Similar Messages

  • Help!How can Flex+PHP+MSSQL(Microsoft) work together?

    I have already learned how to make Flex + PHP + MySQL work together.Simply by Zend AMF.
    But my company wants to use MSSQL(Microsoft) as the database.
    I also use the Zend AMF.
    But it returns the Fatal error: Uncaught exception 'Zend_Amf_Server_Exception' with message 'Handle error: Unable to writeObject output: Can not serialize resource type: mssql result 499' in C:\wamp\www\ZendFramework\library\Zend\Amf\Server.php:631Stack trace:#0 C:\wamp\www\BQSB-debug\gateway.php(69): Zend_Amf_Server->handle()#1 {main} thrown in C:\wamp\www\ZendFramework\library\Zend\Amf\Server.php on line 631
    How can I handle the error?
    Can Flex+PHP+MSSQL(Microsoft) work together by Zend AMF?
    Or there are other ways to make Flex+PHP+MSSQL(Microsoft) work together.
    Please help me, I am waiting online,thx.

    I am currently using Flex 4+Php+Zend with a MSSQL backend.
    I use the microsoft sql php driver to interface from PHP to MSSQL.  http://www.microsoft.com/sqlserver/2005/en/us/php-driver.aspx
    Hope that helps

  • Can Flex 4.6 connect directly with a MS WCF

    Can Flex 4.6 connect directly with a MS WCF without having to use a 3rd party tool like WebOrb.  I have several basic httpprotocal wcf services that I want to move to a mobile app with Flex. Any feed back or insight will be appriceated.

    The correct answer to this question appears to be that Apple's terms of service *do not* prohibit the loading of swf's on IOS from remote servers dynamically at runtime.  They prohibit the loading of swf's that *contain executable ActionScript code*. 
    I loaded a PPT into Adobe Connect and then retrieved the resultant slide swf's from the Connect server.  I took these swf's and loaded them into my iPad app, dynamically at runtime, from a remote server.  The swf's loaded and animations played.  I made no changes to my code.  I'm just using a plain old SWFLoader object.
    Loading swf's dynamically at runtime from remote servers into IOS works - if you make the swf's right.  How to do that I'm not sure.

  • How can flex tell if  it's a mouseup event when the user releases the mouse button outside the flex application?

    how can flex tell if it's a mouseup event when the user
    releases the mouse button outside the flex application? Say for
    instance mousedown was done within a 500x500 embedded flex app but
    mouseup is outside or relased on the HTML background. One more
    thing, when we have something draggable, Flex doesn't execute the
    stopDrag() when the user releases the mouse button outside the
    embedded swf or fles app. Pls. help me with this. Thanks!

    I don't think the flex app can tell what happens outside the
    app. But it can detect when it leaves the app, so I have found the
    following line works fine inside initApp():
    this.stage.addEventListener(Event.MOUSE_LEAVE, yourFunction);
    and you have to:
    import flash.display.Stage;
    Doug

  • Can Flex be used to design online questionnaire?

    I am completely out of my depth here, but I am looking to purchase a program that can be used to design my own online questionnaire. I would like the following features:
    1) abbility to generate followup questions (guided by input)
    2) hyperlinking / "hover over" help  to guide answering the questionnaire
    3) Dropdown boxes / databases to provide choices for answers
    4) Be able to generate reports from the answers given
    5) add images and perhaps sound bites
    Can Flex do this???

    Michael,
    Thank you for your input. I downloaded a trial of Captivate 4. It is indeed impressive. However, I do have some difficulty figuring out how to branch my questions, (exclude certain questions depending on prior answers).
    Also, is there a way that would accomplish the following:
    Q1: Do you have high blood pressure?
    A: Yes
    B:No
    Q2: Is your blood pressure well controlled?
    A:Yes
    B: No
    Can one generate a predesigned form or report (Certificate) that will read (amongst other responses) as follows:
    "Mr Smith has hypertension that is poorly controlled".
    If Q2 was answered as "yes", then the report will read:
    "Mr Smith has hypertension that is well controlled."
    Thanks
    Jan

  • Can Flex develop Windows Application ? Example or How to ?

    Can Flex develop Windows Application ? Example or How to ?
    Thx.

    Take a look at AIR (formerly Apollo) in Adobe Labs.

  • Can Flex be used to create simple games?

    Hi. I'm thinking of creating some simple games for children 6 - 10 years of age.The games can be things such as drag-and-drop and multiple choice. I'd like to store the results on a database. Can I use Flex Builder to do this or do you recommend Flash? Can you point me to a resource on this?
    The reason I ask is that I've built web apps using Flex and have some basic experience with Flash. Will building games be very challenging if I have to use Flash? The project in question will start in January and have to be completed by the end of March 2010. Thank you.

    As per your description for games Flex should be fine. It also depends on the skills and experience you have in the technology.

  • Can flex be used in a procedural rather than descriptive way?

    My company is currently using Flash Studio 8 successfully.
    We'd like to upgrade to Studio 9 to get ActionScript 3 but God
    knows when that will happen. Anyway, so now we are looking at flex
    since it can produce stand-alone .SWF files. There may be other
    advantaged to flex too since it uses XML which plays nicer with a
    source code control systems.
    I've used Laszlo before and it didn't work for us. Laszlo
    forces you to structure the control hierarchy to reflect your data
    hierarchy. This works very well in simple and regular cases but can
    be a nightmare in very complex data relationships with a lot of
    special cases. In effect, Flash Studio works like a procedural,
    third generation language. Laszlo work like a fourth generation
    language which is more descriptive than procedural.
    Anyway, I called Adobe support and discussed this with one of
    their experts and he told me that Flex had constraints similar to
    Laszlo. In spite of this comment, I still started looking at Flex
    2. After spending a day on it, it seems to me like he is wrong and
    I can do what I am trying to do with it.
    So, here is my question. I'd like to use Flex to create flat
    (where all the controls are at the same level) (in effect) resource
    file, like I'd do in Studio 8. I'd then like to control the
    behavior of the screen with ActionScript code. So, I should be able
    to handle an arbitrarily complex data and user response scenario
    with a simple Flex (the GUI part) layout and supporting procedural,
    ActionScript 3 code in separate .as files. Am I correct?
    Thanks for the help.
    Blake McBride

    I think I was seeing this same issue, but I wasn't able to pin it down as well as you have - thank you for that. My workaround was to find a way to keep lexicals out of the 'group by' also. I'm sure this won't be adequate all situations though.
    Maybe you could try running your data template on different versions of BIP? I noticed that I could get results by running my DT throught the DataProcessor Java api in my (newer) BIP Desktop when, with the same data template, I got no results (zero rows returned from sql) when I tried it in EBS (v 5.6.2).

  • How can I travel on a plane with my iMac 21''?

    Traveling Delta from JFK, international flight. how can I bring my iMac along?

    absolutely carry it onboard with you: http://www.ilugger.com/

  • Can Flex make a Design Tool with a quality output file?

    Hi there,
    I have a team of developers working on a web-based design tool for a large-format print shop. They built the prototype on a Flex platform and used ImageMagick to handle text and image effects.
    Unfortunately, ImageMagick cannot produce the quality of output file we need for our products (prints up to 3 ft by 6 ft / 1m x 2m). It rasterizes all of the design objects, including text and vector clipart.
    Is it possible for Flex to handle all of these elements (object rotation, scale changes, etc.) and output a final design to high quality PDF or AI files without ImageMagick?
    I'm just not sure if my developers are missing something or if they're just not communicating the technical challenges involved in creating such large, high quality output files for a custom, web-based application.
    Many thanks in advance for any insight!

    I'm still not sure I understand what you need.  Sounds like the image map is the same for all the pages, but the image itself is different, although the images are the same size on each page.  Is that it?
    In that case, you could do this in a number of ways, but the best might be -
    Make the page have a transparent PNG/GIF image the same size as the map that has the 5 mapped areas defined on it.  Make the container for that image have a CSS BACKGROUND image that is the actual map.  Specify this CSS background image's path in an embedded stylesheet in the editable region of the head of the page.
    With this as the template, all you need to do on each page is to respecify the background image - since the embedded stylesheet is in an editable region that's do-able.  In other words the TEMPLATE would be -
    <html>
    <head>
    <!-- TemplateBeginEditable name="head">
    <style type="text/css">
    #foo {
         background-image:url(path_to_map.jpg);
         background-repeat:no-repeat;
    </style>
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <div id="foo">
         <img width="map_width" height="map_height" src="transparent.png" usemap="#foomap">
    <map name="foomap">
    </map>
    </body>
    </html>
    The map image can, itself, be in an uneditable region of the page....

  • Can Flex get faster using BLAZEDS with JBOSS

    how can i make the data push faster?
    i develop an application on java that reads data from a gps located in a car, and other java receive this data. im actually sending the data to FLEX using BlazeDS and JBoss as application server, but i dont know why it's too slow,
    flex receive the data push every 3 seconds or more, and i want to be able to receive as much data as i want!!
    my question is, can i make flex faster receiving this data!?
    i need to receive the data faster to actually show on real time the position of the car,
    thanks

    Looks like you guys have blazeds up and running inside JBoss. I'm actually having trouble getting this up and running. Can you provide some info on how you set it up? Here are my configs:
    activemq-jms-ds.xml:
          jms/testTopic
          jboss.jca:service=RARDeployment,name='activemq-ra.rar'
          javax.jms.Topic
          PhysicalName=test.topic
    messaging_config.xml :
                    Topic
                    javax.jms.TextMessage
                    activemq/TopicConnectionFactory
                    jms/testTopic
                    NON_PERSISTENT
                    DEFAULT_PRIORITY
                    "true"
                    AUTO_ACKNOWLEDGE
                    1
    What am I missing? Look forward to hearing from you guys. Thanks in advance.

  • CAN FLEX HELP ME SOLVE THESE?

    Hi,
    We are using FLEX trail version tool and we need further
    clarifications on our requirements which are mentioned below, for
    evaluating the tool:
    Req. #1: We have *.DIR movies and we want to have *.PNG
    images out of these movies. Is it possible to meet this requriement
    using FLEX tool ? Will, quality of derived *.PNG images be equal to
    that of original movie ?
    Req. #2 : We want to display customized menu buttons in SWF
    movies. Is it possible to achieve this by FLEX tool? Can we also
    hide the menu buttons only than entire screen ?
    Req. #3 We want to save, retrieve and delete files either
    from server or to local hard drives from a SWF movie. Is this tool
    provides support for this aspect too ? Do we need to do extra
    scripting to do this or complete functionality is available with
    respect to this ?
    Req. #4 We would like to have facility or some means of
    accessing the controls displayed on SWF screen for reading /
    writing. Is this also supported by some means by this tool?
    Req. #5 We want our SWF files processed with FLEX tool to be
    supported uniformly across all Versions of Windows Vista, XP and 2K
    and also on Mac. Is this possible with this tool ?
    Req. #6 Lastly, the file size of FLEX is considerably larger
    than what we are expecting. Is there any chance of getting this
    reduced ?
    We are waiting for early response in this regard.
    Thank in advance.
    Regards,
    Roshan Kolar

    1) I don't understand this one
    2) Yes, yes
    3) Server, yes. Local drive, no. Unless you can use AIR
    4) Don't understand
    5) Subject to the Flash Player
    6) There are techniques to reduce, minimize the download
    footprint, but you will alwasy have the base framework size.
    Tracy

  • Can Flex see Local Resources?

    I am looking at Flex as a new development platform for my
    Point of Sale system. The requirements are:
    It must be a internet application that can also access local
    client devices without poping up message. I need to be able to
    print to two local printers, send data to a local display pole and
    read data from a USB attached digital scale and a USB attached
    credit card / check imager from MagTek.
    Does flex allow for this?
    Thanks, Jeff

    I would build it in AIR, which you can do via Flex. This way
    you have a nice installable program that will be able to access
    client devices without a problem.

  • Can Flex access client-side databases?

    I know the usual paradigm is for the database to be on the server, and my app does have a server-side DB, but it is data-manipulation intensive, and I wanted to be able to copy a subset of data from the postgres DB on the server to a postgres DB on the client to speed up the local manipulation.
    I was planning to deploy outside the browser using AIR.

    "Greg Lafrance" <[email protected]> wrote in
    message
    news:go90mu$pdn$[email protected]..
    > You can use SharedObjects like cookies, but you cannot
    access the local
    > file
    > system. You can allow user to select fils on the local
    system, uload to
    > server,
    > then download to Flex app, but such a round-about way of
    doing things will
    > only
    > be useful in unusual cases.
    I think you can in Flash Player 10

  • Can flex start a standard windows application

    Hi
    I am building an application in flex 3 and I need it to be
    able start other windows application and pass information to that
    application via the command line, is this possible? I have not been
    able to find any thing that says it can or cannot, I am assuming
    not at this stage.
    If I have to, I can use Air but I would prefer to stick to
    browser based, I really don't want the hassle of deploying the
    application.
    Thanks.

    "stephend" <[email protected]> wrote in
    message
    news:gbk8s8$6ot$[email protected]..
    > Hi
    > I am building an application in flex 3 and I need it to
    be able start
    > other
    > windows application and pass information to that
    application via the
    > command
    > line, is this possible? I have not been able to find any
    thing that says
    > it can
    > or cannot, I am assuming not at this stage.
    >
    > If I have to, I can use Air but I would prefer to stick
    to browser based,
    > I
    > really don't want the hassle of deploying the
    application.
    http://www.jeffryhouser.com/index.cfm/2008/4/22/Using-AIR-to-launch-other-applications
    I think this would probably work from a browser based swf as
    well.

Maybe you are looking for