Skip to main content
Orf
Known Participant
March 16, 2018
Answered

How can I make make all clips in multitrack the same volume without clicking and dragging?

  • March 16, 2018
  • 4 replies
  • 11242 views

I have tons of clips in the multitrack and want to make all the volume levels (not gain levels) set to 0 db.

Is there an easy way to do that without clicking and dragging all 500 clips?

    This topic has been closed for replies.
    Correct answer _durin_

    If you don't mind going scorched earth on keyframes, or getting your hands a little dirty with a text editor and Regular Expressions, you should be able to remove all of those quickly and easily.

    Save the session .sesx file, then open it in an advanced text editor like Sublime Text.  These should offer the ability to perform a Find & Replace using regex which are sort of template-driven searches for text.  If you want to wipe out all keyframes on all clips and tracks, this example should work. Audition's .sesx file format is fairly human-readable XML, so searching for:

    .*<parameterKeyframe sampleOffset=.*

    should find each instance of a keyframe.

    However, that doesn't really explain why you'd end up with so many volume keyframes.  The Essential Sound panel doesn't generate any keyframe information.  The Clip Volume keyframes that show up when sending to Audition would be based on any keyframes in the standard Volume effect for every audio effect in Premiere.  I don't think anything else would be translated as clip volume keyframes when importing to Audition.

    4 replies

    Participant
    September 8, 2021

    Export your session to FCP XML interchange format,then re-open the new project. And boom all level parameters are back to default.

    Participant
    October 25, 2023

    This worked perfectly! Very quick, all volume keyframes gone, all "yellow lines"/"rubber bands" set to 0.

    Inspiring
    May 15, 2021

    I know exactly what you're talking about. I just mixed a track but I have to ship the raw file to someone else without volume envelopes. Here is what I did. I haven't tried it with multiple tracks but for me, this got the job done.

     

    Right click  on a keyframe, "Select all keyframes," Right click again, "Delete selected keyframes." Easy as that. You may have to drag the clip volume envelope to "0" if it isn't there already but you can get all of your clips back to zero this way. I was very happy to find this solution.

    _durin_
    Community Manager
    _durin_Community ManagerCorrect answer
    Community Manager
    March 19, 2018

    If you don't mind going scorched earth on keyframes, or getting your hands a little dirty with a text editor and Regular Expressions, you should be able to remove all of those quickly and easily.

    Save the session .sesx file, then open it in an advanced text editor like Sublime Text.  These should offer the ability to perform a Find & Replace using regex which are sort of template-driven searches for text.  If you want to wipe out all keyframes on all clips and tracks, this example should work. Audition's .sesx file format is fairly human-readable XML, so searching for:

    .*<parameterKeyframe sampleOffset=.*

    should find each instance of a keyframe.

    However, that doesn't really explain why you'd end up with so many volume keyframes.  The Essential Sound panel doesn't generate any keyframe information.  The Clip Volume keyframes that show up when sending to Audition would be based on any keyframes in the standard Volume effect for every audio effect in Premiere.  I don't think anything else would be translated as clip volume keyframes when importing to Audition.

    Aegretudo
    Participant
    June 14, 2019

    This solution worked EXACTLY as needed, and should be labeled the answer for addressing keyframes on multiple clip 'rubber bands' across a whole file. I've had this issue for years with importing Premiere OMF from various editors, and it has always been an incredibly tedious task either requesting an OMF with clip attributes removed, or manually removing keyframes by hand.

    One additional step I needed to do beyond what is outlined above is resetting all adjustments to the volume parameterValue - which in VS Code was as simple as searching for all occurrences of:

        <parameter index="0" name="volume" parameterValue=

    opting to "Change all occurrences", press shift+end, and then replace all with:
        <parameter index="0" name="volume" parameterValue="1"/>

    Hope this helps someone who may still be struggling with this!

    [Mod note - Durin's answer is now marked as correct]

    ryclark
    Participating Frequently
    March 16, 2018

    Two fairly easy methods. Either try Match Loudness from the Clip menu. Or from the Edit menu use Batch Process. there you can drop all your audio files and use one of the Normalize Favorites.

    Orf
    OrfAuthor
    Known Participant
    March 16, 2018

    Thank you for your response. Match Loudness is not what I'm looking for and the clips are already in a multitrack / I don't want to mess with the original audio files. I just want to set the clip level/volume to a default 0 db.

    In Premiere all you have to do is right click - select "remove attributes" - and have "volume" checked. It's that simple.

    Is there a way to do this in Audition? If not there should be.

    Orf
    OrfAuthor
    Known Participant
    March 17, 2018

    Orf  wrote

    Clip volume in Audition is adjusted in 2 ways:

    (1) Change the gain in clip properties

    (1) Move the line in the middle of the clip in the sequence (click and drag) --- that's what I need help with.

    They aren't the same thing at all. The first one is the overall clip gain, which you can either alter using the track control, or in the clip properties box. The second is the line which indicates what the track automation settings are. If you go to the track automation controls and set them to 'Off', then the level indicated by the line is ignored, whatever it's been set to.

    If you have an issue with the clip gains in many tracks being set to a value other than 0dB, you can reset these globally by using Ctrl-A (select all) and opening the basic settings box in Properties, and resetting the gain to 0dB, or whatever you want. As far as I'm aware this is the only global change you can make, as there is no facility to do this with the Automation system; you have to set each track individually.


    How do I go to track automation controls and set them to "off"?

    Still seems to me the lines on the clips are separate from the track automation controls, right? Otherwise I would be seeing the track fader move every time it goes by a clips with a line at a different level.