top of page
- API -

retval,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 -

AZ_SetMediaIdLoudnessMaxMomentary

Supported versions:

1.0.3

onwards

Set the specified MaxMomentary for the specified media ID

bottom of page