We can analyze loudness of tracks from the SWS Analyze loudness window,
but we can't get the values form ReaScript,
And even less analyzing just a track section.
It would be nice to have a ReaScript function like
Meanwhile I think I can use temp render,
I can see nofish did actually most of scripting work already with Script: nofish_Analyze loudness of master output in time selection (via temp render).lua :P
Hi,
We can analyze loudness of tracks from the SWS Analyze loudness window, but we can't get the values form ReaScript, And even less analyzing just a track section.
It would be nice to have a ReaScript function like
reaper.NF_AnalyzeTrackLoudness( track, start_time, end_time )
(it will work like the take version but with start_end time)
The main goal for me is to make an action to normalize loudness of group of items, without having to make render.
What do you think ?
Best,