Export Time map

Hi there,
I am working on a project in Logic 8 that has quite a few tempo changes. I need to be able to open this project in version 7.2. I know how to export audio and midi files, but how can I send the tempo information so that it will also be correct in 7.2. Before anyone asks, I'm just so used to 7.2 and am reverting back to it to save myself hours of time that I am losing from working in 8.
Hope someone can help,
Tim

Actually, you need to Open it (not Import it), or you will lose all the tempo information. And make sure you choose the right SMF format.
They contain the following information:
• MIDI events, including time positions and channel assignments
• Names of the individual tracks
• Names and positions of markers
• Tempo changes
• Copyright marks
Logic Pro allows you to import, open, and export Standard MIDI file formats 0 and 1:
• Format 0 contains all data in one track.
• Format 1 can contain multiple tracks, each with independent data.
Neither format recognizes any division of a track (into several MIDI regions, for example).
_Opening and Importing Standard MIDI Files_
An import only loads MIDI region data (notes, controller, SysEx, pitchbend, specific meta events) into an opened project, with global data (such as tempo events, signatures, chords, track names, SMPTE start, and so on) being ignored.
*Important: If you want to load all information contained in a MIDI file, you must open it.*

Similar Messages

  • Time mapping help needed

    I have used the time mapping feature to speed up/fast-forward a segment of my video. It looks just the way that I want it to. However, after the fast-forward segment is over, the audio does not work for the normal-speed section afterwards. Any suggestions?

    reed721
    The audio is going to need special considerations in this Time Remapping workflow. This is one way to get around certain feature limitations to cooridinate audio with the video clip to which fast motion has been applied to a portion of it.
    Remember, in the fast motion area of the video clip, frames have been removed by the technique in order to apply the fast motion effect, and duration is shortened in the process. So, when you are finished in the Time Remapping workspace and returned to the Premiere Elements Expert workspace, that fast motion video is going to have a shorter duration than the original. And, your audio track will be at the original duration of the file.
    1. In the Premiere Elements Expert workspace, unlink the audio from the video (to do that, right click the file on the Timeline and select Unlink Audio and Video).
    2. Identify the segment of the video to which fast motion is to be applied with Time Remapping. Note the times, example, segment 00;00;24;22 to 00;00;45;07.
    3. With the Scissors Tool (using tab on Timeline Indicator stem or shortcut Ctrl+K), cut the audio at 00;00;24;22 and at 00;00;45;07, giving you 3 audio segments.
    4. Select the Timeline video, go to Tools Menu/Time Remapping, and open the Time Remapping workspace.
    5. In the Time Remapping workspace, establish your Fast Motion Time Zone using the times of 00;00;24;22 to 00;00;45;07 for the Time Zone. Click Done when finished.
    6. When you are back in the Premiere Elements Expert workpace
    a. You will work on your 3 segments of audio.
    b. Leave the first audio where it is. Move the second audio down from Audio 1 to Narration or Soundtrack, just to get it out of the way.
    c. Take the third audio and move it to the left so that its end matches up with the end of the fast motion video clip above it.
    d. Then adjust the duration of the second clip which has been out of the way on another audio track.
    Two different effects can be produced here...the second audio will be placed on Audio 1 directly below the fast motion portion of the video clip AFTER its duration has been decreased while it is still in its "out of the way" location.
    One way...with the mouse cursor drag the end of the audio to the left to decrease its duration to fit the gap between first and third audio. Move the duration shortened second audio up to fit the gap between the first and third audio on Audio 1.
    Second way...determine the duration of the gap between the first and third audio, and use Time Stretch to decrease the duration of the second clip so that it fits the gap between the first and third audio. Move the duration shortened second audio up to fit the gap between the first and third audio on Audio 1.
    Please check out the details and see if any of that works for you. I have road tested it. Please let me know if you need clarification on the details. I will provide screenshots if necessary.
    Thanks.
    ATR

  • Run-time mapping exception in JDBC Scenario

    Hello There,
                We are working on a "Communication between IDOC and JDBC" Scenario where in the IDOC is successfully getting called in SAP XI from an SAP R/3 system. But!, when we try to map the IDOC structure with a JDBC Database structure through a manually created XSD, it gives the following run-time mapping exception :
    "During the application mapping com/sap/xi/tf/_RequestMapping_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformation"
    The following is the XSD that we have created manually for the Target JDBC database table structure which shows the parent-child relationship of the database and is causing the above stated exception :  
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by sekhar (MSS) -->
    <!W3C Schema generated by XMLSPY v2004 rel. 4 U (http://www.xmlspy.com)>
    <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
         <xs:element name="ACCOUNT_GROUP" type="xs:byte"/>
         <xs:element name="AUTHORIZATION_GROUP" type="xs:byte"/>
         <xs:element name="CITY" type="xs:string"/>
         <xs:element name="CITY_CODE" type="xs:short"/>
         <xs:element name="COMPANY_CODE" type="xs:short"/>
         <xs:element name="COUNTRY_CODE" type="xs:byte"/>
         <xs:element name="COUNTRY_KEY" type="xs:byte"/>
         <xs:element name="CREATED_DATE" type="xs:short"/>
         <xs:element name="CUSTOMER_CLASSIFICATION" type="xs:boolean"/>
         <xs:element name="CUSTOMER_NUMBER" type="xs:short"/>
         <xs:element name="DISTRICT" type="xs:string"/>
         <xs:element name="FAX_NUMBER" type="xs:int"/>
         <xs:element name="FIRST_NAME" type="xs:string"/>
         <xs:element name="GROUP_KEY" type="xs:byte"/>
         <xs:element name="HOUSE_NUMBER" type="xs:date"/>
         <xs:element name="INDUSTRY_KEY" type="xs:byte"/>
         <xs:element name="INTIAL_CONTACT" type="xs:byte"/>
         <xs:element name="LAST_NAME" type="xs:string"/>
         <xs:element name="LOCATION_NUMBER" type="xs:string"/>
         <xs:element name="NAME_PERSON" type="xs:string"/>
         <xs:element name="POSTAL_CODE" type="xs:int"/>
         <xs:element name="REGION" type="xs:string"/>
         <xs:element name="REGIONAL_MARKET" type="xs:byte"/>
         <xs:element name="TELEPHONE_NUMBER" type="xs:long"/>
         <xs:element name="VENDOR_ACCOUNT" type="xs:byte"/>
         <xs:element name="resultset">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="row"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name="row">
              <xs:complexType>
                   <xs:choice maxOccurs="unbounded">
                        <xs:element ref="CUSTOMER_NUMBER"/>
                        <xs:element ref="COUNTRY_KEY"/>
                        <xs:element ref="FIRST_NAME"/>
                        <xs:element ref="LAST_NAME"/>
                        <xs:element ref="LOCATION_NUMBER"/>
                        <xs:element ref="AUTHORIZATION_GROUP"/>
                        <xs:element ref="INDUSTRY_KEY"/>
                        <xs:element ref="GROUP_KEY"/>
                        <xs:element ref="ACCOUNT_GROUP"/>
                        <xs:element ref="CUSTOMER_CLASSIFICATION"/>
                        <xs:element ref="VENDOR_ACCOUNT"/>
                        <xs:element ref="REGIONAL_MARKET"/>
                        <xs:element ref="INTIAL_CONTACT"/>
                        <xs:element ref="COMPANY_CODE"/>
                        <xs:element ref="CREATED_DATE"/>
                        <xs:element ref="NAME_PERSON"/>
                        <xs:element ref="CITY"/>
                        <xs:element ref="CITY_CODE"/>
                        <xs:element ref="COUNTRY_CODE"/>
                        <xs:element ref="DISTRICT"/>
                        <xs:element ref="FAX_NUMBER"/>
                        <xs:element ref="HOUSE_NUMBER"/>
                        <xs:element ref="POSTAL_CODE"/>
                        <xs:element ref="REGION"/>
                        <xs:element ref="TELEPHONE_NUMBER"/>
                   </xs:choice>
              </xs:complexType>
         </xs:element>
    </xs:schema>
    IS THERE ANY OTHER WAY OF ACHIEVING THE ABOVE TASK OF AUTOMATICALLY GENERATING THE REQUIRED DESTINATION STRUCTURE ON THE JDBC TARGET SYSTEM SIDE ?. PLEASE ADVICE ASAP.
    REGARDS ......
    K. Venkat!.

    Try setting the classpath properly. It seems the runtime evironment is unable to find the compiled class files. Nothing else is wrong.
    --Anil                                                                                                                                                                                                                                                                                           

  • Windows live mail having problum after joining in domain examples incoming is good but sent or outgoing is not there and also send mails are not exporting at the time of live mail exporting time?

    windows live mail having problem after joining in domain examples incoming is good but sent or outgoing is not there and also send mails are not exporting at the time of live mail exporting time?

    This is not usually related to AD issues, but it may be more of a DNS issue. I posted a request in your other thread to post an unedited ipconfig /all of the DC and of the client.
    This may help use diagnose this issue and your other thread's printer issues.
    Thank you,
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • How to export my mapping

    Hi guys,
    In XI 3.0 you could export your mapping as a .mte file with this shortcut: "CTRL + Shift + Right click"
    I need to do the same trick in PI 7.1. Does enyone kmow how to do this?
    Thanks

    >>A small query here as i did not work on PI7.1. Is it not the .tpz file that we export in case of mappings in PI7.1 ? Is there any file extension changed from Ver<=PI7.0 to PI7.1 while exporting mappings?
    No changes in the Transport file format in PI 7.0/PI 7.1. It still remains as .tpz file. This is done by choosing Tools -> Export.
    However there is a way to dowload the mapping technical defination as .XIM file, which I have specified in my previous reply.
    Hope this clears :).
    ~SaNv....

  • LR4 - Anyone notice slower export times - RAW to JPG?

    I read through the "Lightroom 4 is slow" thread - very good reading. I have noticed many of the same issues & hope Adobe is paying attention to that thread!
    No one mentioned a slowdown in exporting RAW files to JPG. My average time for exporting Canon 7D CR2 files to full sized 300dpi JPGs in LR 3 is about 5.3 seconds per file. The same exports in LR 4 are about 8 seconds per file.
    I can learn to live with this increased exporting time. I'm curious as to whether anyone else is experiencing this.

    Yes.  For me, Canon G12 & 40D RAW files are taking twice as long to export under LR4 than under 3.6 - 16 secs vs 8 secs after the same processing.  But I am also seeing the same general latency problems identified in other threads here.  I've reverted back to 3.6 after trying every possible workaround posted so far - LR4 is unusable for me.
    Dave

  • Trying to shorten export time

    Been trying to export 1920x1080 using h.264 codec for posting on web. I first set up my own Export but took 8 hrs to finish 35%. Been looking at the Apple Devices 720 or 1080 options now. I switch options from Apple Device to Web Hosting but there's no indication of changes in size changes the size and therefore length of time to export (generally). Tho Apple Devices produces a "protected MPEG-4" movie and Web Hosting a "Quicktime" movie.
    Any suggestions on choices for export?
    OR
    Has anyone had problems withi export time and then solved them? If so, how?
    Any other tips appreciated.

    My workflow for a YouTube project is:
    Completely render the project before exporting.
    Export to whatever the current codec is set for (so... just Export with current settings), typically ProRes 422(HQ) [my general preference established when creating a project] or sometimes ProRes LT and if necessary, ProRes 4444.  It really doesn't matter, when the project is completely rendered and exporting to a ProRes format, the export is about 1/5 to 1/2 run time (about 2 - 5 minutes for every 10 of video -- probably dependent on your storage bandwidth.)
    Exporting H.264 for YouTube of Vimeo straight out of FCPX is *absolutely pointless* since FCPX does not offer any quality options (always exports highest quality H.264) and YouTube and others are just going to recompress down to their limit anyway.  I never give YT that opportunity...
    I use Quicktime 7 Pro (about 100,000 times easier than compressor [hyperbole]) to transcode to YouTube specifications. The maximum bandwidth YT will "place" is 5Mbps... so I transcode to, at most, 5Mbps.  Turn on Auto Key Frames; Turn off Frame Reordering; Data Rate Restrict to 5000 kbits/sec; Optimize for Streaming; Compressor Quality (max available) to High; Encoding to Best Quality (Multi-pass).  For the Size options, I use the HD settings from the top section (anything below the start of NTSC will create broadcast tv "safe" video [overscan] and will not be completely compatible with digital targets such as YT [it will be smaller].) I also set Preserve Aspect Ratio Using Letterbox (YT used to have problems with 1920x1080 video being a little "squished" vertically to compensate for the transport controls... probably just habit now.)  Audio: Format AAC; Sample Rate 48000; Variable bit rate ~192kbps. And check the Prepare for Internet Streaming checkbox and select Fast Start.  Except for the variable bit rate audio and the letterboxing stuff, these are the specifications YT put down in its documention.
    Converting from the ProRes output from FCPX to the H.264 for YT in QT7Pro is actually faster than trying to export H.264 directly out of FCPX (and compressor for that matter...)
    I find if you simply change the m4v filletype to .mov, you don't need all the web page stuff that gets generated, you can simply load the video up in a browser from a direct URL.  Exporting to Apple Devices is a quick way to transcode 1080 out of FCPX to the smaller sized 720 video when necessary.
    Here's an example of an .m4v Apple Devices video with the filetype manually changed to .mov:
    http://sight-creations.com/video/2.5demo_noPS.mov
    Will it upload to YT? Yep: here's the proof: http://www.youtube.com/watch?v=yH1mIli8EpA (but this one has no audio -- be very careful about the audio settings of what you upload to YT... they don't like Linear PCM [AIFF, WAV, etc... YT wants AAC])
    HTH

  • Hi i am currently editing clips in premiere pro cc but everytime i go to change the speed not the duration of a clip it will not let me select it - also when i go to effect controls it will not let me select time mapping? please help

    Hi i am currently editing clips in premiere pro cc but everytime i go to change the speed not the duration of a clip it will not let me select it - also when i go to effect controls it will not let me select time mapping? please help

    savannahp
    What version of Premiere Elements and on what computer operating system?
    Please review the following that I excerpted from an older post here regarding Adobe's PRE_help comments about Hollywood Effect and mention of
    Red Noir. Does any of the following apply to any of what is happening to you.
    - Whenever I try to add an effect from the Hollywood Looks menu, it brings up a warning that all my previous effects on that clip will be deleted. However it will let me add those same effects *after* applying Hollywood Looks.
    This is because of how the Hollywood Looks are designed to be used. Since these are effect presets (multiple effects in combination) that result in a specific "look"; they are best applied in isolation. If any previous effect is applied and we still allow a Hollywood effect to be applied, we will not be able to see what the effect does clearly. For e.g. if you already have a Gaussian Blur effect applied to your clip, and then we allow you to apply the "Red Noir" Hollywood effect, the fact that the "Reds" in the scenes will be highlighted and the others converted to B/W will not be clearly seen since the content is already blurred out. So any previously applied effects was designed to be removed. This holds good even if you apply a Hollywood look "on top of" another one. The previous one will be replaced. Having said that, you can customize the look further by either tweaking an already applied filter or by adding a newer effect on top. That is the reason you can apply an effect on top of the Hollywood Effects and not vice versa.
    Please review and consider and then we can proceed from there if necessary.
    ATR

  • Need to export owb mapping documentation..How ?

    HI ,
    I have 500 mappings and i want details document of these mappings. Is there any way By which i can export the mapping document and which contains source table, target table , and all transformation exists in it.
    It should be like a ETL specs.
    @waiting for reply.

    Hi thanks for reply,
    But its not given me solution.
    I want to ask one thing , that ,
    form which audit table, audit browser takes data .
    like mapping name ,source table , target table ....etc at all ?
    can any body suggest me name of those audit tables.
    So it will be little bit easy for me to prepare mapping doc.
    regards
    Umesh

  • Dreadful export time

    Hi,
    I'm exporting a reference movie for a producer to screen, and a native 5 minute HD clip (not changing any export settings) is taking 15 minutes or so. I've tried several combinations of movies, smaller size, least quality, etc, and these take longer at every turn. Is the long export time my HD fate? Or is there an alternative anyone uses that is FASTER? It's just for reference, so speed is the most important factor.
    Thanks for any suggestions, John O

    HD means what flavor?
    If it is HDV, that is a computational intensive codec and takes a while.
    A faster computer would assist.

  • Premiere Pro export issues. Unknown error messages, extremely slow export times, strange I/O & disk usage

    Hello,
    I'm hoping I can start getting answers to some big issues I've been having running Premiere pro. I've had similar issues with CS6 but it seems like with CC and every recent update, the problem hasn't been resolved, its even worse.
    The main issue I have is seeing the 'unknown error' message everytime I try to export a file. I'm working with RED footage. When I turn off the CUDA support, I can export without the error but my export time goes from a few minutes to sometimes hours in the render time!
    I've looked through pages and pages of forums and there are so many people saying the same thing, with millions of opinions of what the problem is. Regardless, the only thing I tried that worked so far is turning off the CUDA support.
    Now something I recently noticed, is that the difference isn't the GPU usage, I still show GPU being used at 500mb or 1gb out of the 2gb that it has (GTX 680)
    The strange thing is without the mercury playback option, I'm seeing that disk usage and I/O go way down to kbs from a very high number. This would make sense why I'm seeing such huge changes in render times even though it still shows my 6 core CPU maxed out and ram over 40gb out of 64 that are installed.
    Does anyone have a suggestion on what may be happening here? Its the only thing that has plagued my system using Premiere since day one and there seems to be no way around it..

    Best way to get a real answer is go to the Tweaker's Page, download the most recent PPBM benchmark test, and run it. It's a folder that has a resource monitoring/logging program and a PrPro project with files that is short but HEAVY in effects, both AE and PrPro, so it tests all parts of a system's capabilities from disc in/out to GPU capability/use to CPU, fsb, RAM, you name it ... and after sending that back in you get a complete report on where your computer did well and what the choke-points were.
    Also ... over on the Hardware forum is the place where the techies amongst us hang ...
    Neil
    Tweaker's Page ...
    http://ppbm7.com/index.php/tweakers-page
    Hardware Forum ...
    https://forums.adobe.com/community/premiere/hardware_forum

  • Export time in Premiere/ME 130+ hours

    Adobe Premiere 6.0.0 and Media Encoder 6.0.0.382 on Mac 10.6.8 using SSD drive for progams and OWC harddrive for projects/files.
    I am working on CS6 CC, I finished a 20 minute edit. It has minor levels/3 way color, some warp stabilizer--but nothing external as of yet. I have about 5 video tracks and 10 audio tracks. This is my first export since upgrading to CS6--I am trying to export a h.264 HD vimeo file (tried both 720 and 1080).
    My issue is that when I export either from premiere pro or from media encoder, the export time starts at about 2 and a half hours at first then slowly counts up instead of counting down. It has reached up to 130 hours (after exporting for 30 hours) before I stopped it to try a lower quality. I have been trying to export this project for four days. It seems that all three times I tried in media encoder, the time is still adding but the output preview is stuck on one frame (which was a different frame in each export).
    I would say that I do not have the fastest and most upgraded computer, but I know that it worked fine before with CS5. 

    Thank you Joe for responding. I was very hopeful that this would be the solution. I removed all of the warp stabilizers and it appeared that it was working. The time evened out at about 4 hours but was still going up and down between 3-4 hours (at least it was going down at all). I left it with 2 hours left and I have come back to find it like it was before.  The time is going up on the "remaining time" and the preview is stuck on the same image.
    Has it stopped working? Or is it really taking this long? (And why is it stuck on the preview frame).
    Thanks for any help in advance.

  • I have purchased Asus STRIX-GTX980. Now what should I change settings in Premier Pro and After Effects to reduce export time

    I have recently purchased Asus STRIX-GTX980 4GB with i7 4790K.
    Now what settings are to be optimized in Pr  (CS6) to reduce Export time . Please explain in Detail Please explain in Detail step by step
    Now what settings to be optimized in Ae (CS6) to reduce Export time . Please explain in Detail step by step .
    The main Motto of noto is to reduce expot times.
    Please help me set values .

    As Dave says, GPU does very little in AE, see this: GPU (CUDA, OpenGL) features in After Effects
    Now, some third-party plugins (such as Red Giant Universe and Video Copilot's Element 3d) do make use of the GPU in AE, but their requirements have nothing to do with AE or its settings.
    Premiere, on the other hand, does make use of a GPU, you should ask in that forum what they suggest.
    Also, in the future, I would suggest checking on system requirements and benefits BEFORE making a purchase...

  • Export time very slow.

    Hi guys, i-v read some thems on the forum, but I am not an english speaking person, so it's kind of hard for me to receive a lot of information in a diffrent language at the same time. So I would like to create a new theme, where you probably will be able to help me.
    I am using Adobe Premiere CS 6. I have an HP DV7 laptom with the folowwing configuration:
    Windows 7 ultimate 64
    Intel core I7-3820QM CPU, 2.70 Ghz
    8 GB RAM
    internal HDD drives 5400 Rpm
    Video adapter:
    1. Intel (R) HD Graphics 4000
    2. Nvidia GeForce GT 650M with unabled CUDA (I mean in Premiere it's shown as unabled)
    The premiere is installed on disc C, the info is on Disk D (different HDD from C).
    I shoot on an Canon 7D camera full HD 1080x1920, 25 fps. Sequence is the same as camera shooting h264 format.
    When I export i select MPEG2 movie, 1920x080, 25 fps, 30 bitrate.
    1 hour clip is then exported in about 4-5 hours, what seems extremly long for me...

    cc_merchant  
    Thank you, is there a way to fasten the rendering and export time? What should I look for upgrading my laptop?

  • Quicktime Export Times In Leopard?

    I was wondering if anyone who's upgraded to Leopard could tell me if Quicktime export times have gotten better, worse or are comparable to Tiger--especially those using Mac Pros.
    Thanks!

    I have seen on MediaSilo.com a tip to get Elgato H.264 working with Compressor, but I can't seem to be able to find it. Basically, the trick was to create a duplicate setting in Compressor that Final Cut Server is able to read ( not as Quicktime Export Component), associate it with a Final Cut Server's compression setting and later reassign that setting in Compressor to Elgato.
    I will keep diggin' for this tip, it was actually a screen recording.

Maybe you are looking for

  • How to add classification view using BAPI_MATERIAL_SAVEDATA

    Hi, Please any one let me know how to add classification view using BAPI_MATERIAL_SAVEDATA to the material master. Thanks, shekar

  • Problems with setting DriverManager.getConnection as a variable

    HI, I was wondering if someone could help me out with a problem i have. I am trying to read in the url, user name and password from an external file, and then add it to con = DriverManager.getConnection(IN HERE); I know that i can connect to the data

  • F-53 change of document type

    HI In F-53 after entering and simulate the data can't we chenge the document type without going back to beginning??? Pls advice...................... Thanx.

  • Using graphic builder

    Hello - I have oracle developer 6i and oracle database 10g. In the report I want to display the chart's bars or the lines in different colors depending on the values. For example employee in sales department whose salary over 1000 $ and have commissi

  • Finder: How 'Search' only for words in my doc TITLES, not inside docs?

    When in Finder, using 'Search' for keywords, I'm getting EVERY doc that has that word INSIDE the doc. Way too much information. Please. Usually I ONLY want to Search for that word in the doc TITLE. Can't i do this? Thanks for your help.