top of page

function Msg(param)

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

end


retval,maxMomentaryPos = reaper.AZ_SetSelectedMediaIdLoudnessMaxMomentary(0,0,-21)

Msg(maxMomentaryPos)


- SCRIPT -

retval,maxMomentaryPos = reaper.AZ_SetSelectedMediaIdLoudnessMaxMomentary(projID.selectItemID,maxMomentary)

- API -

ID

Loudness

reaper.AZ_SetSelectedMediaIdLoudnessMaxMomentary

対応バージョン:

1.0.0

以降

Set the specified MaxMomentary for the specified selected media ID

- 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)

bottom of page