top of page
- API -
maxMomentaryPos = reaper.AZ_SetMediaIdLoudnessMaxMomentary(projId,itemID,maxMomentary)
- API Detail -
▼入力値
projID(ReaProject):プロジェクトID
itemID(integer) : メディアアイテムID
maxMomentary(double) : 最大モーメンタリー
▼出力値
maxMomentaryPos(double) : 最大モーメンタリー(400ms)の開始地点
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
maxMomentaryPos = reaper.AZ_SetMediaIdLoudnessMaxMomentary(0,0,-21)
Msg(maxMomentaryPos)
Loudness
AZ_SetMediaIdLoudnessMaxMomentary
対応バージョン:
1.0.0
以降
指定メディアIDに指定MaxMomentaryを設定

bottom of page