top of page
- API -
maxMomentaryPos = reaper.AZ_SetSelectedMediaIdLoudnessMaxMomentary(projID.selectItemID,maxMomentary)
- API Detail-
▼Input value
projID(ReaProject): Project ID
selectItemID(integer) : Selected 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_SetSelectedMediaIdLoudnessMaxMomentary(0,0,-21)
Msg(maxMomentaryPos)
Loudness
AZ_SetSelectedMediaIdLoudnessMaxMomentary
Supported versions:
1.0.3
onwards
Set the specified MaxMomentary for the specified selected media ID
bottom of page