Trying to export XML from FCP6 to Logic Pro 8.

Will not do anything.  I export and save from FCP.  Then try to import the XML file in Logic.  The prompt when trying to import the XML file says it cannot find the volume.  I redirect it to the same file, and then it asks if I want to do the 48000 or 44100 conversions, I pick either, but it does nothing after.  Nothing shows up in Logic, not in the bins, in the tracks or anywhere.  What gives?
Mac Os 10.6.7
2.8 Ghz Single Quad core
Mac Pro
Logic Pro 8.0.2
Final Cut Pro 6.0.6

In live weezer videos the bass player is hitting a pad on a keyboard so i know its a key sound not a bass guitar slide.
He could just be triggering a bass slide sample...
It's some kind of bass sound that bends down, in a similar style to what a bass player might do. Whether it's a real bass or a synth is difficult to say (and probably doesn't matter a great deal), but in any case it's certainly compressed, and grunged up dirty with some amp sim or distortion...
Try that route...

Similar Messages

  • I tried to export photos from iMac to iPad using a USB flash drive.  The photos are on the drive but when I plug it into the iPad, the iPad says the device requires too much power.  Any ideas of what type of USB flash drive I should use?

    I tried to export photos from iMac to iPad using a USB flash drive.  The photos are on the drive but when I plug it into the iPad, the iPad says the device requires too much power.  Any ideas of what type of USB flash drive I should use?

    You can transfer photos outside of iTunes. I do it all the time. THat said, i have a 50/50 success rate with them. I'd avoid sandisk and kingston, their bundled software triggers the 'too much power' warning.
    I've had mixed luck with lexar, some work, some don't.
    I did have good luck with an older 4 gig geek squad one.
    Look for drives without software on them, without bright LED lights and I haven't gotten any larger than 4 gig to work, but that may just be me.
    For a less troublesome way? h onestly, I use a SD card that I've formatted with the DCIM folder. I've never had one of them trigger the 'too much power' warning. Just make sure they're not SDXC. those don't work.

  • Script for Batch Exporting XML from IDCS3 files

    Does anyone have a script they would share for batch exporting XML from IDCS3 files? I do not know anything about scripting so I do not know how to write one myself. I've also searched around and cannot find anything. I would appreciate any help with this anyone can offer.
    Thanks,
    Janine

    Or use below Code:
    try {
         inFolderName= Folder.selectDialog ("Input Folder:");
         outFolderName= Folder.selectDialog ("Output Folder:");
         if ((inFolderName != null) && (outFolderName != null))
              var idFileFolder = new Folder(inFolderName);
              var files = idFileFolder.getFiles("*.indd");
              for(myCounter = 0; myCounter < files.length; myCounter++)
                   var theDocument = app.open(File(files[myCounter]));
                   with ( theDocument ) {
                   myXMLFile = new File(outFolderName + "/" + name.replace(".indd","") + ".xml" );
                   exportFile( ExportFormat.xml, myXMLFile );
                   close(SaveOptions.no);
    catch (err ) {
    alert("All files export");
    Shonky

  • I have just tried to export photos from my iphone to a CD/R and the disc is stuck in my machine, and a device called `rude *******' has appeared in the finder panel.  This is not a joke can anyone assist?

    I have just tried to export photos from my iphone to a CD/R and the disc is stuck in my machine, and a device called `rude *******' has appeared in the finder panel.  This is not a joke can anyone assist?

    I don't know what the "rude" thing is about, but this should help with the CD.
    http://guides.macrumors.com/Force_Eject_a_Stuck_CD_or_DVD

  • How do I import a project from GarageBand into Logic Pro X?

    Trying to imporrt all my projects from Garageband into Logic Pro X.

    Open Logic X.  Go to the help menu and select "logic pro help."  Type garageband into the search bar.  You will have one result to choose from.

  • I have tried to transfer Mail from iMac to Macbook pro. It isn´t functioning, the program always hang up.

    I have tried to transfer Mail from iMac to Macbook pro. It isn´t functioning, the program always hang up. Mac OS 10.9.4.

    Tried how? Using what? Step-by-step details and the results you get along way should elicit a cogent response.
    iMac refurb (27-inch Mid 2011), OS X Mavericks (10.9.4), SL & ML, G4 450 MP w/Leopard, 9.2.2

  • How to create chord charts from midi using logic pro x

    How to create chord charts from midi using logic pro x

    Depending on what you mean by Chord charts (Tabs?)
    Use the Score.......
    http://help.apple.com/logicpro/mac/10/#lgcpf755d649

  • How to Convert from Notator to Logic Pro

    In the 90's the precursor to Logic was called Notator. In the Arrange page you could place Verses and Choruses in any order you wanted to place them, which included changing the keys of any verse or chorus collectively or separately.  Slick.
    I've opened an old song from Notator into Logic Pro, does anyone have any ideas how to change the key of each arrange page without changing each instrument on each page separately……..
    ecky thump!  this is more than a bit frustrating
    Thanks in Advance
    BT

    Global Ttracks ?
    Just a wild guess.
    Cheers!

  • Change exported XML from a report

    Hello,
    I need to export a XML from a report button with this structure:
    <LOTE CONTABLE>
    <CONFIG />
    <LOTE>LOTE</LOTE>
    <LINEAS>
    <LINEA>
    <FAC_CODI>1</FAC_CODI>
    <EFDESC>F/pruebass N 1</EFDESC>
    <EFTYPENT>P</EFTYPENT>
    <EFCOMPTE>960</EFCOMPTE>
    </LINEA>
    </LINEAS>
    I have a report with all the columns that I need. I have created a Report Queries (from Shared Components) to generate a XML with the same sql as the report but the XML that APEX generates by default has this structure:
    <ROWSET>
    <ROW>
    <FAC_CODI>1</FAC_CODI>
    <EFDESC>F/pruebass N 1</EFDESC>
    <EFTYPENT>P</EFTYPENT>
    <EFCOMPTE>960</EFCOMPTE>
    </ROW>
    </ROWSET>
    How can I change this structure? I want to add a header and replace "rowset" and "row" to "lineas" and "linea". Is it possible?
    Thank you very much in advance.
    Kind regards,
    Amparo

    >
    The issue is that in the following code, I've replaced this line:
    qryCtx := dbms_xmlgen.newContext('select hash_value from hash');
    with this line:
    qryCtx := dbms_xmlgen.newContext(V_Return);
    I did this because the value that I want to be in XML is in the variable V_Return and not in a table. I get a compilation error:
    PLS-00382: expression is of wrong typeCompilation failed
    Is there a way to use newContext with a variable value rather than a select statement from a table?
    >
    It seems unlikely. The DBMS_XMLGEN documentation says:
    >
    The DBMS_XMLGEN package converts the results of a SQL query to a canonical XML format. The package takes an arbitrary SQL query as input, converts it to XML format, and returns the result as a CLOB.
    >
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10577/d_xmlgen.htm#i1012053
    If <tt>VReturn</tt> is not a SQL query then you will need to use one of the (many) other ways of generating XML. This question has nothing to do with APEX and would be better addressed to the XML DB.
    Additionally, the recommended methods for XML generation, encryption and hashing are heavily version-dependent and you should always quote the relevant DB version/edition information to ensure an appropriate answer. For example, DBMS_OBFUSCATION_TOOLKIT is deprecated as of Oracle 10g and replaced by DBMS_CRYPTO.

  • Trying to export movie from QuickTime Pro to AVI and getting white screen

    Hi there,
    I am trying to export a movie from QuickTime Pro to an an AVI file. It goes through the process as if everything has worked, but when I open the finished file, all I get is a white screen with no audio or picture.
    I need to save lectures from school from the school website to my computer so that I can watch them when I do not have internet access. QuickTime gives me the option to save the video straight from the web, but as soon as I turn off my AirPort it tells me that I need internet to continue watching the movie..
    I need some way to get the files to my computer. Any suggestions?

    I am trying to export a movie from QuickTime Pro to an an AVI file
    AVI is just a container ... specifically, which codec are you using when exporting? And why export to AVI?
    QuickTime gives me the option to save the video straight from the web, but as soon as I turn off my AirPort it tells me that I need internet to continue watching the movie
    That usually means that your system doesn't have the codec installed needed to view the video, but your web browser is using a plugin that does. What format are the web videos? Flash?
    -DH

  • Error when trying to export excel from Chrom

    Hi,
    I get the following error message when i try to export the excel from Chrome browser. Has anyone encountered this error when trying to export from Chrome ? can you please give me the solution. 
    Thanks.
    Error message:
    To export a list, you must have a Microsoft SharePoint Foundation-compatible application

    Hi,
    From your description, when you export a SharePoint list to excel from chrome, you get an error.
    In my SharePoint 2013, when I export a SharePoint list to excel from chrome, it works fine.
    For your issue, make sure the excel client have been installed in your environment.
    To narrow down the issue, I would like to confirm the following information:
    To check whether the issue is related to the browser, I suggest you to do a test in other browsers, such as IE and compare the results.
    What version is your office client? office 2013 or 2010? 32bit or 64 bit?
    Besides, here are some similar posts, you can take a look at:
    http://community.office365.com/en-us/f/172/t/160015.aspx
    https://social.technet.microsoft.com/Forums/office/en-US/5ffbeb9e-6eb1-41c2-8141-edab6039bbde/to-export-a-list-you-must-have-a-microsoft-sharepoint-foundationcompatible-application?forum=sharepointadminprevious
    I am looking forward to your reply back.
    Best regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Trying to export audio for editing in Logic...

    I'm having an issue properly exporting audio from some video I shot... I was able to export the audio as an AIFF file, but when I import it into Logic (to enhance the audio), it plays back at a different pitch and tempo (although when I open the exported file in Quicktime player it works fine...)
    Maybe it's an issue with Logic? Or should I change some setting for exporting the audio as an AIFF file?

    yes it is possible to do this, but it is a bit complicated. Under the share menu choose export media. In the dialog that appears you can choose audio only. There are options for AAC, AIFF etc. The problem is that it will export all of the audio from your project so if you want only audio from a particular clip to be exported you need to create a new project and then copy/paste the clip into the new project. You can then export that audio as described above. An alternative is to create a new empty compound clip in the browser and open it in a timeline and copy/paste your clip into it. You can then export audio only as above. Once you have edited the audio, import it into FCPX and add as attached clip to the original clip. You can either drag the volume of the original audio down so it is not audible or detach the original audio and delete it. Not as simple as in previous versions of FCP but do-able.

  • Trying to export xml file using tcExportOperationsIntf

    Hi All,
    I am trying to export the xml files using tcExportOperationsIntf in OIM 10g. But I am getting the null pointer exception while finding the objects using findObjects method
    FileWriter fstream = new FileWriter("OIMResources.xml");
            BufferedWriter out = new BufferedWriter(fstream);
      tcExportOperationsIntf  xlexportOper = (tcExportOperationsIntf)tc.getUtility("Thor.API.Operations.tcExportOperationsIntf");
      System.out.println("Before export..1");
      Collection<RootObject>lstObjects = (List)xlexportOper.findObjects("Resource", "AD User");
            System.out.println(lstObjects);
    Error:
    java.lang.NullPointerException
            at Thor.API.Operations.tcExportOperationsClient.findObjects(Unknown Sour
    ce)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
            at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
            at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
            at $Proxy5.findObjects(Unknown Source)
            at ExportFile.create(ExportFile.java:32)
            at ExportFile.main(ExportFile.java:16)
    Can any one tell me where I did the mistake.
    Thanks
    K

    Try this:
       tcExportOperationsIntf  exportIntf = oimClient
         .getService(tcExportOperationsIntf .class);
       Collection roots = exportIntf.findObjects("Resource", "AD User");
       //Export Selected Objects
       String xml = exportIntf.getExportXML(roots, "AD User");
       System.out.println(xml);

  • Exporting XML from a container

    Getting XML documents into an XmlContainer seems easy enough, but how do I get them back out again into XML? I don't see anything in API that will export the documents once they're placed in the containers.
    The reason I'd like to do this is to use BDB XML with a source-control system. Basically, each user would check out a bunch of XML files from source control and create a local container. As changes to the XML files get checked in, they would update and re-add the changed XML files to their local container. When they make changes to their local xml data, I'd like to programmatically determine which documents changed (that part I can do myself) and then export those "edited" documents from the container back into XML format. Then the users can check in their changed documents.
    This seems like it would work except that there's no way to export XML documents once they're placed in the XmlContainer. I suppose I could write my own exporter without great difficulty, but it seems like such a basic thing that I feel like I must be missing something somewhere.
    Is there really no built-in export-to-xml capability?

    Hi Devnull,
    Getting XML documents into an XmlContainer seems easy
    enough, but how do I get them back out again into
    XML? I don't see anything in API that will export
    the documents once they're placed in the containers.If you want to export all the documents held by a container you can simply use the dbxml shell:
    dbxml>getDocuments
    dbxml>print >container_name.xml
    This seems like it would work except that there's no
    way to export XML documents once they're placed in
    the XmlContainer. I suppose I could write my own
    exporter without great difficulty, but it seems like
    such a basic thing that I feel like I must be missing
    something somewhere.Not quite sure if you want to export each document from the container in its own individual xml file or all the documents in a single xml file (if this is the case use the suggested shell commands, or implement it programmatically).
    A couple of methods that you could use to implement the exporting functionality that you desire are:
    o XmlContainer::getAllDocuments http://www.oracle.com/technology/documentation/berkeley-db/xml/api_cxx/XmlContainer_getAllDocuments.html
    -> using this method you could retrieve all the documents inside an xml container, as an xml result set
    o XmlResults::next
    http://www.oracle.com/technology/documentation/berkeley-db/xml/api_cxx/XmlResults_next.html
    -> use this method to iterate through the result set and get each document
    o XmlDocument::getContent
    http://www.oracle.com/technology/documentation/berkeley-db/xml/api_cxx/XmlDocument_getContent.html
    -> use this method to put the content of an xml document from the result set in a string; you could write it into an individual xml file or append it to a single xml file
    Regards,
    Andrei Costache
    Berkeley DB
    Oracle Support Services

  • Error while trying to export data from Solution Manager 3.1

    Hello, when trying to export a project via SOLAR_MIGRATION in Solution Manager 3.1, I get the following error when trying to release the transport:
    COMMUNICATION_FAILURE for RFC call SCMS_CONT_EXPORT (destination SAPKPROTP): / RfcExecProg: SAP0451.
    Error in calling KPro transport server
    Has anyone experienced this or have an idea how to reslove it?  I opened a message through OSS and received this feedback:
    sapkprotp is not available for AS/400.
    In your case, sapkprotp must be started on the SAP Content Server.
    sapkprotp must then be started via a SAP Gateway connection.
    Please change the RFC destination of SAPKPROTP so that
    the program must be started on your SAP Gateway on the content server
    computer.
    We currently don't have a Content Server and I would like to be able to export this project without having to install a new application on a Windows server.  I would appreciate any insight you may have into this.  Thank you.
    ~TJ

    If you don't have one already create a gateway instance on your Content Server.
    Change or create the RFC destination :  SAPKPROTP   type = T
    Check the radio button to start on Expicit Host 
    Enter the program = c:\winnt\sapkprotp.exe
    Enter target  host - use the hostname of the server for your Content Server
    Enter the Gateway information
    Regards,
    Brian

Maybe you are looking for

  • Sound

    I just turned on my MacBook Pro and notice my sound isn't working, I only get a "click, Click" everytime a sound is suppose to come out? Any ideas, I've never had this problem before. Thanks!

  • Using touch with tv

    I purchased the apple comp. av cable to use my touch with my tv, but nothing happens other then my touch not working. The "manual" says I need to set my ipod to send a video signal out to the tv, but I have no idea how to do this. Does anyone have an

  • Grant privileges

    Hi, I am trying with grant command. I went into scott user and typed the command as "grant select on s345 to apps". Now I can select the data of s345 from apps user. Apart from that I am able to update,insert the values into the table. Actually this

  • Combine two iTunes accounts

    I've seen the responses on previous post (at least some of them) saying it is not necessary to combine two iTunes accounts.  The solution is to authorize both accounts on all computers and you're fine.  I disagree. First, my wife and I have three iTu

  • Hotmail works perfectly with Internet Explorer on this same computer but won't let me "send," only "save to drafts," "continue composing," THEN send.

    Had this problem with an earlier version of Firefox, didn't have much of a problem with the intermediate version I used, and now this latest version is doing it again. When I reply to someone in Hotmail or compose a new message, about 90% of the time