top of page
- API -
maxMomentary, maxMomentaryPos = reaper.AZ_GetSelectedMediaIdLoudnessMaxMomentary(projID, selectedItemID)
- API Detail-
▼Input values
proj (ReaProject): specified project
selectedItemID(integer): specified selected media ID
▼Output values
maxMomentary(number): maximum momentary loudness
maxMomentaryPos(number): position on the media where momentary loudness is maximal
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
maxMomentary,maxMomentaryPos = reaper.AZ_GetSelectedMediaIdLoudnessMaxMomentary(0, 1)
Msg(maxMomentary)
Msg(maxMomentaryPos)
Loudness
AZ_GetSelectedMediaIdLoudnessMaxMomentary
Supported versions:
1.3.0
onwards
Get the maximum momentary loudness of a specified selected media ID

bottom of page
