Hi - I have a very simple macro that I’m using to automate normalizing every other clip in a track one by one to -12 peak amplitude. The macro is very simple:
SelNextClip:
SelNextClip:
Normalize:ApplyGain=“1” PeakLevel=“-12” RemoveDcOffset=“1” StereoIndependent=“0”
SelNextClip:
SelNextClip:
Normalize:ApplyGain=“1” PeakLevel=“-12” RemoveDcOffset=“1” StereoIndependent=“0”
…repeat ad nauseum.
For some reason instead of selecting the next clip, Audacity seems to be skipping over some/most of the ‘Select next clip’ Commands, and ends up either just normalizing one clip over and over or moving forward once or twice (It doesn’t consistently do either) and then normalizing that over and over. Even if I reduce it down to just one iteration of ‘next clip, next clip, normalize’ it still doesn’t select next clip properly. Audacity seems to just have an issue applying normalize & selecting the next clip in the same macro.
Any ideas how to fix this or commands to prevent it from skipping the ‘Select next clip’ commands?