You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helgoboss#560
and
helgoboss/reaper-rs#55
Compiled and passed the tests. Just an idea, works for me but I don't know what is best practice for mutable variables so edit as you see fit please and thank you.
Looks like all VU modes use channels 1-2, except for Multichannel and Combined RMS. In Reaper's UI the mode Stereo RMS displays different values for channel 1 and 2 but Track Peak only returns a single value so it acts like Combined Stereo RMS in practice which for me personally is fine. Then currently as of 6.53 all LUFS meters follow channels 1-2 only.
Hello again Helgoboss,
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:
EDIT 2: Made a pull request about it.
Thank you!
The text was updated successfully, but these errors were encountered: