top of page
- API -
maxMomentary, maxMomentaryPos = reaper.AZ_GetMediaIdLoudnessMaxMomentary(projID, itemID)
- API Detail -
▼入力値
proj (ReaProject) : 指定プロジェクト
itemID(integer) : 指定メディアId
▼出力値
maxMomentary(number) : 瞬間ラウドネスの最大値
maxMomentaryPos(number) : 瞬間ラウドネスが最大となるメディア上の位置
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
maxMomentary,maxMomentaryPos = reaper.AZ_GetMediaIdLoudnessMaxMomentary(0, 1)
Msg(maxMomentary)
Msg(maxMomentaryPos)
Loudness
AZ_GetMediaIdLoudnessMaxMomentary
対応バージョン:
1.3.0
以降
指定メディアIDの瞬間ラウドネスの最大値を取得

bottom of page


