reaper-oss / sws

The SWS extension is a collection of features that seamlessly integrate into REAPER, the Digital Audio Workstation (DAW) software by Cockos, Inc
https://www.sws-extension.org/
MIT License
455 stars 85 forks source link

FR: ReaScript Analyse loudness of tracks #1169

Open X-Raym opened 5 years ago

X-Raym commented 5 years ago

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,

X-Raym commented 5 years ago

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