Possible to adjust regions of a certain length only?
Hi, Trying to figure out if there is anyway to select all regions under a certain length on specific tracks. I'm using Normalize on a bunch of audio files, but there are some short clips that are just noise/room tone and I want to either be able to highlight all clips except those short ones before normalizing, or, after normalizing be able to clip gain all regions below a certain length (which are almost always the noise/room tone) down to a specified clip gain value to turn them down.. Any ideas for possible ways to approach this?
Christian Scheuer @chrscheuer2022-05-03 12:42:42.118ZIf you use
clipDoForEachSelectedClipyou could read the selection length (potentially in samples) and just skip the clip that way.
Look intoselectionGetInSamplesfor that.By the way, here's a thread with some good info on batch normalizing: