top of page
- API -
maxMomentaryPos = reaper.AZ_SetMediaIdLoudnessMaxMomentary(projId,itemID,maxMomentary)
- API Detail-
▼Input value
- proj(ReaProject): Project ID
- itemID(integer): Media item ID
- maxMomentary(number): Maximum momentary
▼Output value
- maxMomentaryPos(number) : Start point for maximum momentary position (400ms)
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
maxMomentaryPos = reaper.AZ_SetMediaIdLoudnessMaxMomentary(0,0,-21)
Msg(maxMomentaryPos)
Loudness
AZ_SetMediaIdLoudnessMaxMomentary
Supported versions:
1.3.0
onwards
Set the specified media ID to "HANDAUTOMER"

bottom of page


