top of page
- API -

maxMomentaryPos = reaper.AZ_SetMediaIdLoudnessMaxMomentary(projId,itemID,maxMomentary)

- API Detail-

▼Input value

projID(ReaProject): Project ID

itemID(integer) : Media item ID

maxMomentary(double): Maximum momentary


▼Output value

retval(boolean): Success or failure of API execution

maxMomentaryPos(double) : starting point of maximum moment (400ms)

- SCRIPT -

function Msg(param)

reaper.ShowConsoleMsg(tostring(param).."\n")

end


maxMomentaryPos = reaper.AZ_SetMediaIdLoudnessMaxMomentary(0,0,-21)

Msg(maxMomentaryPos)


Loudness

AZ_SetMediaIdLoudnessMaxMomentary

Supported versions:

1.0.0

onwards

Set the specified media ID to "HANDAUTOMER"

bottom of page