top of page
- API -

maxMomentary,maxMomentaryPos = reaper.AZ_GetMediaIdLoudnessMaxMomentary(projID, itemID)

- API Detail-

▼Input value

projID : The specified project

itemID: specified media ID


▼Output value

maxMomentary : Maximum momentary loudness

maxMomentaryPos : The position on the media where the momentary loudness is maximum

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())


maxMomentary,maxMomentaryPos = reaper.AZ_GetMediaIdLoudnessMaxMomentary(0, 1)


Msg(maxMomentary)

Msg(maxMomentaryPos)

Loudness

AZ_GetMediaIdLoudnessMaxMomentary

Supported versions:

1.0.3

onwards

Get maximum instantaneous loudness for specified media ID

bottom of page