Is it possible to copy all the channel strip info to another Logic project?

Hi
I'm trying to combine two projects so that I can crossfade from one to another yet still have full mix control. I've figured out how to copy the audio files (drag and drop), and that's brilliant, but I'd like to keep all my channel info without having to copy every single strip and rename them. Can anyone shed light on this and save me a couple of hours?
Thanks

Yeah, as Miles says, the track import function might be your best bet - you have to navigate to the files you want - double click on the Project file name to see what's in there and you can bring back your channel strips and the track contents, there are a few options to choose to decide what you want, but that's OK, innit ?
As DataStream says, you can even bring back the Mixer configuration, so that's something else to think about.

Similar Messages

  • Delete all the channels faster

    Hi,
    I use the activeDocument.channels.removeAll() function for deleting all the channels, it works well but can be long.
    I have a 6K PSD file with 12 extra channels and it takes 2 min to remove them all.
    I'm looking for a way to delete all the channels faster.
    I tried with actions but I don't achieve to speed up this step.
    Is it possible to delete all the channels like the "Delete Hidden Layers" action which is quickly even with a huge PSD file containing many layers ? Or anything else ? If you have any idea or solution.
    Thanks

    The code below uses the Action Manager API to remove alpha and spot channels from a document. It should be faster than the DOM and as fast as possible with a script.
    function deleteAlphaAndSpotChannels(){
         function isAlphaOrSpotChannel(){
         var ref = new ActionReference();
         ref.putEnumerated( charIDToTypeID("Chnl"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
         return executeActionGet(ref).hasKey( stringIDToTypeID('ID') );
         function deleteChannelByIndex( idx ){
              var desc = new ActionDescriptor();
                   var ref = new ActionReference();
                   ref.putIndex(charIDToTypeID( "Chnl" ), idx )
              desc.putReference( charIDToTypeID( "null" ), ref );
              executeAction( charIDToTypeID( "Dlt " ), desc, DialogModes.NO );
         function getNumberOfChannels(){     
              var ref = new ActionReference();
              ref.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
              return executeActionGet(ref).getInteger( stringIDToTypeID('numberOfChannels'))// does not count layer masks
         function numberOfComponentChannels(){     
              var ref = new ActionReference();
              ref.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
              var mode = typeIDToStringID( executeActionGet( ref ).getEnumerationValue( stringIDToTypeID('mode') ) );
              var numberOfComponentChannels = 4;// set default for CMYK
              switch ( mode ){
                   case "RGBColor":
                        numberOfComponentChannels = 3;
                        break;
                   case "labColor":
                        numberOfComponentChannels = 3;
                        break;
                   case "grayScale":
                        numberOfComponentChannels = 1;
                        break;
              return numberOfComponentChannels;
         while( getNumberOfChannels() > numberOfComponentChannels() ){
              makeChannelActiveByIndex( getNumberOfChannels(), false );
              if( isAlphaOrSpotChannel() ){
                   deleteChannelByIndex( getNumberOfChannels() );
         function makeChannelActiveByIndex( idx, visible ){
              var desc = new ActionDescriptor();
                   var ref = new ActionReference();
                   ref.putIndex(charIDToTypeID( "Chnl" ), idx)
                   desc.putReference( charIDToTypeID( "null" ), ref );
                   desc.putBoolean( charIDToTypeID( "MkVs" ), visible );
              executeAction( charIDToTypeID( "slct" ), desc, DialogModes.NO );
    deleteAlphaAndSpotChannels();

  • Is it possible to get a count of all the class files in a Flash Builder project?

    Is it possible to get a count of all the class files in a Flash Builder project?
    Thanks!

    Resultsets are one per connection unless you have copied them. Do you have lots of connections are you properly reusing them or at least closing and discarding all references?
    See tutorial and Javadoc of API too

  • Is it possible to copy all comments from one pdf and paste to another?

    Hi Adobe Community
    I have a pdf file that has 100+ pages with square markups and arrows. The pdf that was marked up is from last year, but this year the format is the same, but the numbers have changed. Rather than going through every single page and commented as I did last year, is it possible to copy all comments from last years pdf and paste them into this years pdf, in the same place?
    Thanks

    You can export comments to an FDF file and import the FDF into another PDF. In Acrobat 11, you'd select: Comment > Comment List > [click the little icon in right of panel toolbar] > Export All to Data File

  • NI Datalogger (USB-6009)​- How do I get all the channels output

    How can I get all the channels output to the file?  Is it possible to append data blocks into one data file?

    Hi,
    If you are performing a multiple channel acquisition, the easiest way to write all of your data to a file and have new data appended to that same file will be to use the "Write to LabVIEW Measurement File" Express VI.  This VI is located on the Functions>>Output Palette.
    If you put one of these on the block diagram, a dialog box will appear with options including an "append to file" option.  This Express VI also allows to configure how your channels are saved in the file and the LabVIEW Measurement File can be opened in Microsoft Excel. 
    There are some other vi's for writing data to a file on the Funcions>>All Functions>>File I/O palette.  The "Write to Spreadsheet File.vi" on this palette will work for your application as well.  There is an "append to file" input in which you will have to wire in a "true" constant to append your data.
    I hope you find this information helpful.
    Regards,
    Hal L.

  • How can I copy all the comments from my picture/s in fotostream to my picture/s in my library?

    How can I copy all the comments from my picture/s in fotostream to my picture/s in my library?

    Hi, first, you should prevent the iTunes library auto sync with iPhone: Launch iTunes > click Preferences... > click Devices. In the window, check the option 'Prevent iPods, iPhones, and iPads from syncing automatically'. Next, connect your iPhone with your computer via the USB cable. Click the mini menu for iTunes on the very top left and click the option 'Show menu bar'. After then you can see iTunes File, Edit, View, Control, Store and Help menus on the ribbon. Click File > Devices > Transfer purchases from (your iPhone name). You can also access to the File menu by holding down Alt (Option on Mac), Shift and F keys. This is how to get your iPhone purcahsed song transferred to iTunes Library.

  • I would like to copy all the songs from one Ipod into another. All the songs are into my Itunes account, I tried to drag and drop the songs from the old Ipod to the new one but it doesn't work. Is there a way to do it ?

    Hello everybody,
    I would like to copy all the songs from one Ipod into another. All the songs are into my Itunes account, I tried to drag and drop the songs from the old Ipod to the new one but it doesn't work. Is there a way to do it ?
    I share one Itunes account with other people from my family and one person would like to keep the same songs on the new Ipod as the ones which were on the old one.
    Thanks in advance for your answer.
    Yan

    Hello Chris,
    Thanks for your answer. I was hoping for an easier answer. Too bad there is no drag and drop solution, it would have been much easier.
    Thanks for answering so fast.
    Bye.
    Yan

  • How can I copy all the files from my iMac to an external drive so they remain as 'regular accessible files'? I want to clean my dive

    How can I copy all the files from my iMac to an external drive so they remain as 'regular accessible files'? I want to clean my dive

    You can use a program like Carbon Copy Cloner.  It will clone your HD to the external.  The format is the same as your internal drive and you can boot from it using Option key at boot time.
    http://www.bombich.com/
    Regards,
    Captfred

  • How can I copy all the info from a contact card in address book to paste into a documnent?

    How can I copy all the info from a contact card in address book to paste into a documnent?

    Tom Wolsky wrote:
    The advantage goes to FCP7 if you allow that it can copy and paste filters, audio and video, transformations, and other attributes separately.
    You can do that in FCPX too, as all the things you cited are listed separately in the inspector.
    Here's a little gotcha. Let's say you've color corrected a few clips and you've applied an effect to one and want to paste it the other clips. You switch off color correction and copy the clip. You select the other clips and paste effects. What do you think happens? The effect is applied, but the color correction is applied as well, only it's switched off as it was in the first clip, so all the color correction on the other clips is lost. Fun, eh?
    I'll try to replicate your gotcha - but no, that doesn't sound like fun at all!

  • All of a sudden, I can no longer add any plugins to any channel strips? And when I click on an existing plugin to edit, it disappears off the channel strip?

    I am running Logic express 9 on a 2008 Macbook, (non pro).  Anyhow, logic has always seemed to work great for me.  However, last week I opened up one of many existing projects, (I'm in sample editor).  When I went to add a new plugin to one of the channel strips it would not allow me to.  Also, if I click on any plugin that already exists on the channel strip it dissapears? The strange thing that also happens weather I click to add a new plugin or click on an already existing plugin, is both the  "repeat section" and "crop", buttons from the above menu (in sample editor), the actual buttons become a faded image,(as far as the actual font and images of the buttons).  As soon as I am done clicking to add a plugin on the channel strip, both buttons from the menu  go back to looking normal like all of the other choices from that menu?  I really don't get it?  All I want to do is to be able to add plugins as well as edit or change plugins again. Any thoughts as to why I can no longer add any new plugins to any channel strips?  And why any existing plugins disappear from the channel strip when I click on it?  Why the "repeat section", and "Crop", buttons from the menu above fade in and out when I try clicking on the channel strip is very strange? I don't mind that I just want to be able to add or edit plugins again.  I did do some document cleaning up last week as my memory was getting low.  I then emptied out my trash bin.  I'm hoping I didn't accidentally delete some kind of Logic component?  Why can't I add or edit plugins anymore?  Anyone ever run across this?
    Thanks,
    Mike.

    Mike,
    Are any of your other applications going wonky, or is it just Logic?
    I'm afraid I've never heard of this particular problem before, but if it were happening to me the first thing I would do is delete my "com.apple.logic.express.plist" file in Library>Preferences, then repair permissions in Disc Utility, and finally restart my computer.  Then I would launch Logic and see if the problem has been corrected.  It's amazing how much these two steps can accomplish.
    If that doesn't resolve the issue I would launch Logic and go to Preferences>Audio Units Manager to see if all my plug-ins are properly validated.

  • Is it possible for deleting all the apps from the appstore which are showing up in the apps not on my phone section. Before I was able to delete them from itunes but now I am not able to find that option.

    Is it possible for deleting all the apps from the appstore which are showing up in the apps not on my phone section. Before I was able to delete them from itunes but now I am not able to find that option.

    You can hide them via your computer's iTunes : iTunes Store: Hiding and unhiding purchases - Apple Support
    The 'x' might not show on their top left corner (it might be invisible), but clicking where it should be should hide the app.

  • Transferring Photos to an external hard drive. I Copied all the pictures from a folder in iPhoto and Pasted on the Hard Drive. However, only about 50% were Pasted. It will not let me Copy

    I am trying to Transfer my Photos to an External Hard drive as a Back Up. Since I want to be able to Transfer them to a Windows based computer if necassary, I did not use the Automatic Mac Backup program.
    To Transfer them. I Copy all the Pictures in a folder in IPhoto, then Paste them in a Folder of the same name, which I have created on the External Hard Drive. It will Paste about 50% of the Photos. Then, when I try to go back and Copy and Paste the rest, it acts like it has already done that. HELP!!!

    By default, iPhoto keeps pictures in a special library which isn't user friendly - but is effective for the program. The best way to move pictures from iPhoto is to export them from the iPhoto program.
    Start up iPhoto and select all the photos you want to move to your external drive. Go to the File Menu and select Export... For size choose original and then select the external drive as the destination. (It would be good to create a folder for the photos first.)
    Since export doesn't create folders and you may want the photos organized, you can select one event or one album at a time and export each separately, putting them into separate folders on the external.

  • I recently transferred my ITunes library to an external hard drive.  I made sure to copy all the data from the saved location.  After the transfer I noticed that a lot of albums are missing the first song and some recently purchased albums are missing.

    I recently transferred my ITunes library to an external hard drive.  I made sure to copy all the data from the saved location.  After the transfer I noticed that a lot of albums are missing the first song and some recently purchased albums are missing.  Is there any way to recover the data?  Thanks for any help.

    I may have found an answer here:
    http://www.ilounge.com/index.php/articles/comments/moving-your-itunes-library-to -a-new-hard-drive
    They only thing I can assume is that my external hard drive was slow to start and iTunes defaulted to its old directory (see the last paragraph at the link above). However, once my external was recognized shouldn't everything have fixed itself?
    Message was edited by: williamson42
    Message was edited by: williamson42

  • I have an old version Adobe Creative Suite 3 Design Premium. I uninstalled it from my old computer and was trying to install it on my new computer. It copied all the files but I cant open them and it doesn't ask me for my registration info, which I have.

    I have an old version Adobe Creative Suite 3 Design Premium. I uninstalled it from my old computer and was trying to install it on my new computer. It copied all the files but I cant open them and it doesn't ask me for my registration info, which I have.  What shall I do to get Adobe up and running?

    when you were install your cs3 you should have been prompted for you serial number.  were you?
    if not, you probably didn't properly install cs3.  copying/migrating/moving etc is problematic.
    if yes, did you see any error messages during installation?
    if yes, attach a screenshot of the error message.
    if not, check you install logs, Troubleshoot with install logs | CS5, CS5.5, CS6, CC

  • Is it possible to sync all the email in a folder, not just the last few months worth?

    Is it possible to sync all the email in a folder, not just the last few months worth?

    Hi Mengelkemier,
    I think you're posting in the wrong forum.  This forum is intended to be used to discuss virtualizing Exchange Server on the the vSphere platform.  The question you're asking seems to be a mobile device specific question.
    You would probably get better visibility posting on a forum dedicated to your particular device.  And for what it's worth, some devices will let you sync all of your email and others will only let you sync a certain amount.  It's dependent on the device you're using.
    Good luck in finding your answer.
    Matt

Maybe you are looking for

  • Why can't I open a lot of documents since yosemite. They are in grey

    Since I installed the last version of OS X on my Ipad, I could not open a lot of documents on my Mac. I thought this problem would be solved when I would install Yosemite on my mac but this is not the case. Why are so many documents in grey and why c

  • Reading a XML file that does not have namespace

    Hi, I have a customer who sends XML files that has no namespace (no first line which has xmlns tag). It has a proper XSD, however I am unable to read this using File-Read as an XML file. Any suggestions ? (eg) file looks like below: <EdiAcknowledgeme

  • Programmatically create a bar graph (ADF DVT) at run time...

    Can someone show me how to programmatically create a bar graph (ADF DVT) at run time.. Thanks in advance. Minh

  • Require Fields names

    Hi HR Gurus, Could you please provide me the Table & field names for the below : 1) Business Phone                     2) Company            3) E-mail       4) E-mail Display As 5) Job Title 6) Mobile Phone 7) Pager (Only Company supplied Pager)     

  • Intermedia, XML and brasilian portuguese

    I'm trying to store XML documents into Clob columns of tables and indexing that documents with InterMedia XML support. But even the most quick example does not work with my language, that is brazilian portuguese. I'm not interested in the topic searc