top of page
- API -
reaper.AZ_SetTrackMediaStartTimeSeconds(projID, trackID, trackItemID, setSeconds)
- API Detail -
▼入力値
projID (ReaProject):プロジェクトID
trackID (integer) : トラックID
trackItemID(integer):トラックアイテムID
setSeconds(number):メディアの開始位置(秒)
▼出力値
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_SetTrackMediaStartTimeSeconds(0, 1, 1, 8.29)
MEDIA
AZ_SetTrackMediaStartTimeSeconds
対応バージョン:
1.0.3
以降
指定トラック内指定メディアの開始位置を秒単位で設定
bottom of page