top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
second = reaper.AZ_GetSelectedMediaStartTimeSeconds(0, 3)
Msg(second)
- SIMPLE SCRIPT -
second = reaper.AZ_GetSelectedMediaRate(projID, selectItemID)
- API -
対応バージョン:
以降
MEDIA
reaper.AZ_GetSelectedMediaStartTimeSeconds
指定選択メディアの開始位置を秒単位で取得
Python
- API Detail -
▼入力値
proj ID(ReaProjrct):プロジェクトID
selectItemID(integer):選択アイテムID
▼出力値
second(number):メディアの開始位置(秒)
bottom of page