New regions still attached to original source file!

I'm sure I'm overlooking something here:
I import a 3 minute audio file. I cut in a few places using my scissor tool and create copies of these newly cut regions. I move these new regions to other tracks and rename them. I open one of these regions in the audio editor and reverse it. That's all I want to do but unfortunately, it also reverses the section in the original audio file.
Why is this? I though once you cut and make a copy of a region and rename it, you can process it with out damage to the original. That's the whole point right?

If I understand you correctly, you can't just cut a region and move it somewhere else (and renaming a region is purely superficial) as you're still moving around the original audio file. In order to do destructive editing, you must actually save the audio file as a new file by opening the waveform (or the selection you want reversing) and going to 'Audio File>Save Selection As', rename it 'x reverse.aif' then re-import it where you want in the arrange and do your reverse. There are a couple of other techniques for doing the same thing but this is the most straightforward. You need to get to grips with how Logic distinguishes between regions and audio before you make a nasty mistake...

Similar Messages

  • Can I change original source files in the project?

    I have a project which has become very disorganized over the last year of editing due to PPs poor ability to effectively share sequences/projects across multiple computers. My assistant editor used a different computer and so the links in the sequences point to multiple "source" files in the project (some in imported folders). However, there is ultimately only one original video clip. The problem is that Premiere Pro won't allow me to delete the nested versions of the source files without also REMOVING the clips in each of the sequences that uses them. For example, the project folder looks like this:
    - Original File Folder
         -- videoClip-001.mov
    - Imported File Folder (imported on one of the many exchanges between editor and assistant editor)
         -- videoClip-001.mov
    - Sequence version 1 (Uses the second video clip, not the first - although they are ultimately the same video file)
    If I delete the Imported File Folder, which only has a mirrored reference to the same video file as in the Original File Folder, then the clip in Sequence Version 1 dissapears. What I expect, rather, is to see a "missing media" message in the sequence so I can reconnect it to the version in the Original File Folder. But I can't. BIG HOLE in Premiere Pro CC.
    Why do I want to do this? In a large project with hundreds of video clips, keeping order is very important. With the sequences using multiple "versions" of the same video clip, that order goes down the tubes and it becomes impossible to work.
    Thanks for your help.

    I don't know of any way to clean up this project, but in the future, don't import the project, just import the sequence.  That will not create duplicates.

  • How to set dynamic name of the mail attachment according to source file ?

    Hi,gurus:
    Our scenario is like below:
    Sending files from an FTP server to another FTP server without using the integraiton repositary,and the file name is not changed .Now, we want to also send the file to some with by mail adapter.The scenario  now works by using two business services in receiver determination.But the name of the attachment is "untitled.xml".We know how to set the file name staticly,but how to set the name dynamicly according to the source file name ?
    I have checked miachel's blog "XI: Dynamic name in the mail attachment - pseudo "variable substitution"(/people/michal.krawczyk2/blog/2006/02/23/xi-dynamic-name-in-the-mail-attachment--pseudo-variable-substitution),but how can I get the source file name?
    And another question:Must we restart the adapter or j2ee engine to make the user defined module work?

    Hi,
    >>>but how can I get the source file name?
    form dynamicconfiguration (ASMA)
    >>>And another question:Must we restart the adapter or j2ee engine to make the user defined module work?
    no need for a restart
    Regards,
    Michal Krawczyk

  • How can I replace multiple clips in my timeline w/ an edited version of their original source file

    I have a single audio .wav file that I've already cut up and assembled in in my timeline. If I want to do a noise reduction for the full .wav file in Adobe Audition, is there a way to perform the noise reduction only once, on the original .wav file, and then ensure that the new "audio extracted" file replaces all of the related subclips in clips in my timeline? I'm trying to avoid performing the same noise reduction on multiple subclips, when they originally all came from the same file anyway. I also want to avoid the clutter of adding a bunch more "audio extracted" files to my media.
    In the future, I'll probably need to change my workflow so that I perform the noise reduction first! But in the meantime, is there a clean/ simple way to retroactively do the edit, and replace the edited .wav file with it's respective subclips?
    Thanks!
    Alex

    SAFEHARBOR11 wrote:
    ...turn off other audio tracks, export a .wav (takes seconds)
    and do the Audition work on that and drop into timeline,
    simple and clean.
    This assumes that the .wav file in question
    is only used by itself on its own audio track.
    If there are other audio elements mixed on the track(s) along with
    the .wav file the OP wants to treat with noise reduction, this method
    will require "un-editing" the track(s) before you isolate for export.

  • New to workshop: how to set source file path

    Hello,
    I am new to workshop. I used to use Jdeveloper where I can set project settings to specify java source root and html source root. that way, my source code does not need to be under the standard directory app/project/src/....
    I am wondering if workshop can do the same thing?
    I tried to use import function, but it only copy the files over to its standard directory.

    Hello,
    I am new to workshop. I used to use Jdeveloper where I can set project settings to specify java source root and html source root. that way, my source code does not need to be under the standard directory app/project/src/....
    I am wondering if workshop can do the same thing?
    I tried to use import function, but it only copy the files over to its standard directory.

  • Is there a way to create a file merge that updates from the original source file if changes are made?

    I have thousands of PDF documents that are merged with other files. I'll give an example so it's easier to understand.
    File #1 may be merged (or in a portfolio) with Files #2 and #3 but also in another merge (or portfolio) with Files #3 and #4.
    If I update File #1, is there a way for it to automatically update both of the merge or portfolio files with the updated File #1? (File#1 would be replaced, same name and location).
    I'm using windows and Adobe Acrobat Pro

    You would need to add favorites to the WebHelp output prior to creating a CHM. You would need something along the lines of: http://www.wvanweelden.eu/product/favorites-widget-webhelp
    But since it's in a CHM, I'm not sure whether you will be able to save anything from the webhelp output between sessions.
    Kind regards,
    Willam

  • Current VI's Path returns location of original source file, not running exe.

    Running LV 2010.
    I have a VI that opens a PDF style manual when the user clicks a button.  My development project is set up with a main project folder, and 3 sub folders called Source, Application and Installer.  Of course, the source code is in the Source folder.  I also have a copy of the manual in the Application folder with the app.
    When run, the VI uses the Current VI's Path object as a starting point for where the manual is located.  The Current VI's path includes the Source folder in the path it generates.  This is not a problem when running the source code, as the VI is running from that folder.  Problem is, the Source folder is also included in the generated path at run time on the target machine running the exe.  There is no Source folder on the target machine, so I'm at a loss to explain why this is happening.  It's probably a setting in my application builder, but I can't find it.  Never had this problem before.  Can anyone help?  Thanks.
    Solved!
    Go to Solution.

    Start reading here.
    LabVIEW Champion . Do more with less code and in less time .

  • Forcing Client to Download Latest Source File

    Hi guys,
    I'm comfortable with creating a package within SCCM 2007 and deploying to DP's and therefore creating an advertisement then deploying to clients.  I needed to update the package I created, eg. an Office .MSP File and I have updated the DP's with the
    update however when I re-ran the advertisement on the client, it was still using the original source files (including original MSP file).  I assume it's obtaining these from the originally downloaded content which is stored on C:\Windows\System32\CCM\Cache. 
    Without manually deleting the cached copy, is there a way to force a client to download the latest copy from the DP prior to running the advertisement?

    Hi,
    the client should after a new policy update relelase that the package version in the cache is old and should download it again..
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Attach (link) source file to PDF

    Is there any way to attach (link) the source file (MS word or publisher) to a PDF file using Acrobat Pro Extend 9?

    Yes. Open the attachments panel and add it.

  • Source file information

    I have the original source file for an illustrator image used for a business card.
    My intention is to bring this image to the web.  I would like to make some color changes, is there any way that I can detect or find using the source image the exact font used in the source file, rather than having to go through and changes the colors of font letter by letter?
    I guess I should mention that I am bringing the image into PS for editing. I am splicing ares of the image to modify the placement of text, images, etc.

    Hi Jacob,
    I am never clear enough in my attempts to express myself.  :-)
    My intention is not to alter the source image at all, I am much more comfortable working in PS than I am Illustrator at this point in time.  My question was how to identify the specific font used in the .ai file in order to use it in PS, making modifications to word placement, color and the like.  I spliced the source file, selecting what I wanted to bring into PS to modify, and then place the modified PS images into the header I am currently working on.  The address of the business in the .ai source file was not the color I wanted to bring to the web, and rather than spend the time to change the color by selecting the words in PS and "re-colorize" (selections never look as good as compared to just creating new ones), I thought it best (and easier) to just identify the font as closely as possible to that which was in the source file, and make my changes to color in PS.
    I hope this makes better sense.
    kmr

  • Original video file date changes when imported

    When I import video files, the date of the original source file gets changed to the date of my importing it.
    Premiere Pro CS4 never did that. Why is CS5.5 changing the date of the source file ??
    steve

    Hi Todd, --
    I think you are saying my 'write xmp id to files on import' must be turned ON somehow. I did not do that, so if it is turned ON, it must be ON by default ?
    It was both 'date created' AND 'date modified' that were being changed to the date of import.
    Ok, I found that. It is turned ON by default, I turned it OFF. I also turned OFF the next one too - 'enable clip and xmp metadata linking'.
    I just did a test import, and the 'date modified' of the video files on the hard drive has not changed. Thank you.  VERY MUCH.   
    But, I have other problems too, with PP, and video file dates.
    There's a 'date created' and a 'date modified' for video files. Plus, with Windows 7, there's a few more dates - 'date of content' etc.
    My original untouched video file dates do not make any sense. 'Date Modified' is showing the date the video files were recorded. 'Date Created' is showing the date I copied the video files from the camera stick to the hard drive.
    That makes no sense. They should be the reverse.
    Why why why after 30 some odd years have the computer engineers NEVER made video files dates the same as digital photo files, with 'Date Taken'.
    Also,
    I have multiple cameras. For each event or trip or whatever I often take several 1,000 photos and videos. It's an absolute necessity to be able to mass import chronologically. The only way I can integrate / import them all in chronological order is by Date originally Taken, and then immediately drag all the files to the timeline while they are still all collectively highlighted in the order I just imported them all by date.
    PP only allows for imports by 'date taken' for photos and 'date modified' for video files. And, if I don't immediately drag the imported files to the timeline while they are all still highlighted without doing anything else first, the bin window re-arranges them all by filename, and there is no way to later re-arrange them by dates.
    This is extremely aggravating and impossible to work with for my need to import then later work with multiple-source recorded files chronologically.
    All these 'date' problems for video files really totally screws that.
    steve

  • Bulk create Active Directory Users and Groups in PowerShell using Excel XLSX source file instead of CSV

    Hi Scripting Guy.  I am a Server Administrator who is very familiar with Active Directory, but new to PowerShell.  Like many SysAdmins, I often need to create multiple accounts (ranging from 3-200) and add them multiple groups (ranging
    from 1 - 100).  Previously I used VBS scripts in conjunction with an Excel .XLS file (not CSV file).  Since VBS is essentially out the door and PowerShell is in - I am having to re-create everthing.
    I have written a PowerShell script that bulk creates my users and adds them to their corresponding groups - however, this can only use a CSV file (NOT an XLS file).  I understand that "CSV is much easier to use than Excel worksheets", but
    most times I have three sets of nearly identical groups (for Dev, QA and Prod).  Performing Search and Replace on the Excel template across all four Worksheets ensures the names used are consistent throughout the three environments.
    I know each Excel Worksheet can be exported as a separate CSV file and then use the PowerShell scripts as is, but since I am not the only SysAdmin who will be using these it leads to "unnecessary time lost", not to mention the reality that even
    though you clearly state "These tabs need to be exported using this naming standard" (to work with the PowerShell scripts) that is not the result.
    I've been tasked to find a way to modify my existing PowerShell/CSV scripts to work with Excel spreadsheets/workbooks instead - with no success.  I have run across many articles/forums/scirpts that let you update Excel or export AD data into an Excel
    spreadsheet (even specifying the worksheet, column and row) - but nothing for what I am trying to do.
    I can't imagine that I am the ONLY person who is in this situation/has this need.  So, I am hoping you can help.  How do I modify my existing scripts to reference "use this Excel spreadsheet, and this specific worksheet in the spreadsheet
    prior to performing the New-ADUser/Add-ADGroupMember commands".
    For reference, I am including Worksheet/Column names of my Excel Spreadsheet Template as well as the first part of my PowerShell script.  M-A-N-Y T-H-A-N-K-S in advance.
       Worksheet:  Accounts
         Columns: samAccountName, CN_DisplayName_Name, sn_LastName, givenName_FirstName, Password, Description, TargetOU
       Worksheets:  DevGroups / QAGroups / ProdGroups
         Columns:  GroupName, Members, MemberOf, Description, TargetOU
    # Load PowerShell Active Directory module
    Write-Host "Loading Active Directory PowerShell module." -foregroundcolor DarkCyan # -backgroundcolor Black
    Import-Module ActiveDirectory
    Write-Host " "
    # Set parameter for location of CSV file (so source file only needs to be listed once).
    $path = ".\CreateNewUsers-CSV.csv"
    # Import CSV file as data source for remaining script.
    $csv = Import-Csv -path $path | ForEach-Object {
    # Add '@saccounty.net' suffix to samAccountName for UserPrincipalName
    $userPrincinpal = $_."samAccountName" + "@saccounty.net"
    # Create and configure new AD User Account based on information from the CSV source file.
    Write-Host " "
    Write-Host " "
    Write-Host "Creating and configuring new user account from the CSV source file." -foregroundcolor Cyan # -backgroundcolor Black
    New-ADUser -Name $_."cn_DisplayName_Name" `
    -Path $_."TargetOU" `
    -DisplayName $_."cn_DisplayName_Name" `
    -GivenName $_."givenName_FirstName" `
    -SurName $_."sn_LastName" `
    -SamAccountName $_."samAccountName" `
    -UserPrincipalName $userPrincinpal `

    Here is the same script as a function:
    Function Get-ExcelSheet{
    Param(
    $fileName = 'C:\scripts\test.xls',
    $sheetName = 'csv2'
    $conn = New-Object System.Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source = $fileName;Extended Properties=Excel 8.0")
    $cmd=$conn.CreateCommand()
    $cmd.CommandText="Select * from [$sheetName$]"
    $conn.open()
    $cmd.ExecuteReader()
    It is called like this:
    Get-ExcelSheet -filename c:\temp\myfilename.xslx -sheetName mysheet
    Do NOT change anything in the function and post the exact error.  If you don't have Office installed correctly or are running 64 bits with a 32 bit session you will have to adjust your system.
    ¯\_(ツ)_/¯
    HI JRV,
    My apologies for not responding sooner - I was pulled off onto another project this week.  I have included and called your Get-ExcelSheet function as best as I could...
    # Load PowerShell Active Directory module
    Write-Host "Loading Active Directory PowerShell module." -foregroundcolor DarkCyan # -backgroundcolor Black
    Import-Module ActiveDirectory
    Write-Host " "
    # JRV This Function Loads the Excel Reader
    Function Get-ExcelSheet{
    Param(
    $fileName = 'C:\scripts\test.xls',
    $sheetName = 'csv2'
    $conn = New-Object System.Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source = $fileName;Extended Properties=Excel 8.0")
    $cmd=$conn.CreateCommand()
    $cmd.CommandText="Select * from [$sheetName$]"
    $conn.open()
    $cmd.ExecuteReader()
    # Set parameter for location of CSV file (so source file only needs to be listed once) as well as Worksheet Names.
    $sourceFile = ".\NewDocClass-XLS-Test.xlsx"
    # Add '@saccounty.net' suffix to samAccountName for UserPrincipalName
    $userPrincinpal = $_."samAccountName" + "@saccounty.net"
    # Combine GivenName & SurName for DisplayName
    $displayName = $_."sn_LastName" + ". " + $_."givenName_FirstName"
    # JRV Call the Get-ExcelSheet function, providing FileName and SheetName values
    # Pipe the data from source for remaining script.
    Get-ExcelSheet -filename "E:\AD_Bulk_Update\NewDocClass-XLS-Test.xlsx" -sheetName "Create DocClass Accts" | ForEach-Object {
    # Create and configure new AD User Account based on information from the CSV source file.
    Write-Host " "
    Write-Host " "
    Write-Host "Creating and configuring new user account from the CSV source file." -foregroundcolor Cyan # -backgroundcolor Black
    New-ADUser -Name ($_."sn_LastName" + ". " + $_."givenName_FirstName") `
    -SamAccountName $_."samAccountName" `
    -UserPrincipalName $userPrincinpal `
    -Path $_."TargetOU" `
    Below is the errors I get:
    Exception calling "Open" with "0" argument(s): "The 'Microsoft.Jet.OLEDB.4.0'
    provider is not registered on the local machine."
    At E:\AD_Bulk_Update\Create-BulkADUsers-XLS.ps1:39 char:6
    + $conn.open()
    + ~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : InvalidOperationException
    Exception calling "ExecuteReader" with "0" argument(s): "ExecuteReader
    requires an open and available Connection. The connection's current state is
    closed."
    At E:\AD_Bulk_Update\Create-BulkADUsers-XLS.ps1:40 char:6
    + $cmd.ExecuteReader()
    + ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : InvalidOperationException

  • Changing name of directory created after source file is extracted

    This seems like it should not be a big problem, but I can't figure out how to fix it. I'm writing a PKGBUILD for a program called JAGS (http://calvin.iarc.fr/~martyn/software/jags/). When I use "pkgname = JAGS", the PKGBUILD works perfectly for my purposes, but in the spirit of providing public goods I thought I'd submit it to AUR, which requires the pkgname to be all lower caps. This little detail is causing me problems. (The non-working PKGBUILD is below, and becomes the working PKGBUILD if you switch out the pkgname.)
    The source file online is called JAGS-1.0.3.tar.gz. Fine, so I added "$pkgname-$pkgver.tar.gz::" to the beginning of the source url. However, when this file is extracted, it takes the name of the original source file (JAGS in all caps), and then when the build function tries to cd $pkgname-$pkgver it gives errors.
    How would you deal with this? Of course I can just change the cd command, but I prefer that the directory be consistent with the package name. Should I add the whole tarball to the noextract argument and include a different tar command in the build function?
    pkgname=jags
    pkgver=1.0.3
    pkgrel=1
    pkgdesc="Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation"
    arch=('x86_64')
    url="http://calvin.iarc.fr/~martyn/software/jags/"
    license=('GPL')
    makedepends=('gcc-fortran')
    source=($pkgname-$pkgver.tar.gz::http://calvin.iarc.fr/~martyn/software/jags/JAGS-1.0.3.tar.gz)
    md5sums=('fa94031290e23d47e26affc571f76e38')
    build () {
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --prefix=/usr
    make
    make DESTDIR="$pkgdir/" install

    Change:
    cd "$srcdir/$pkgname-$pkgver"
    to:
    cd "$srcdir/JAGS-$pkgver"
    Edit: You may also avoid renaming the tarball on download since this doesn't serve any purpose.
    Last edited by foutrelis (2009-11-26 16:56:11)

  • Source file after done editing?

    Imovie 10 -  got into today and was happy with some things, but not how they removed the ability to see the original source file
    Example:  I have a 10min movie of a birthday
    Import,  edit ,  export 3 min of footage
    The other 7 minutes are gone.   What if I wanted to go back and pull some of that footage later.    Is the only answer to reimport from camera and store on some other drive?  

    comeonchelsea wrote:
    … The other 7 minutes are gone.  …
    What do you mean by 'gone'?
    You're familiar with the basic concept of Events (=pool of raw material) and Projects (=final movies)?
    http://help.apple.com/imovie/mac/10.0/?lang=en#mov755717b21
    http://help.apple.com/imovie/mac/10.0/?lang=en#mov1d890f00b

  • Ios email environment to attach more than one file

    The Email environment in the iOS including the latest version iOS 7 has some missing important features that Apple should really consider it.
    The email environment doesn't facilitate attaching more than one file to an e-mail, especially when talking about different file formats, e.g. attaching excel sheet with pdf in one email.
    also it is abusing that in order to attach a file, other than photo format, you can't attach it to a reply email, you need to open a new email, and it doesn't start with opening a new email and attach to it the file, it starts with choosing the file to be sent over email, then a new email will be opened.
    I believe these issues are very serious when talking about business iOS users.

    Tap the square with arrow on top right and select pictures you want to send (max 5 pictures)
    http://i1224.photobucket.com/albums/ee374/Diavonex/f0bd7d73.jpg

Maybe you are looking for