helgoboss / helgobox

Helgobox: ReaLearn & Playtime
https://www.helgoboss.org/projects/helgobox
GNU General Public License v3.0
210 stars 20 forks source link

Track Peak (Stereo meters) affected by multichannel #560

Closed AlbertoV5 closed 2 years ago

AlbertoV5 commented 2 years ago

Hello again Helgoboss,

realearnPeakMultichannel5

We already talked a bit about the peaks here and the solution for that one was here.

I was just wondering if there was a way to check for Stereo Peaks metering so it doesn't sum them all always.

EDIT: Just found it on the API

reaper.GetMediaTrackInfo_Value also has:

I_VUMODE : int * : track vu mode, &1:disabled, &30==0:stereo peaks, &30==2:multichannel peaks, &30==4:stereo RMS, &30==8:combined RMS, &30==12:LUFS-M, &30==16:LUFS-S (readout=max), &30==20:LUFS-S (readout=current), &32:LUFS calculation on channels 1+2 only

EDIT 2: Made a pull request about it.

Thank you!

helgoboss commented 2 years ago

@AlbertoV5 Cool, thanks for the PR. I'm quite busy with other changes at the moment but hope to look into it soon.