top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
retval = reaper.AZ_SetMediaStartTimeSeconds(0, 3, 5.25)
Msg(retval)
- SCRIPT -
retval = reaper.AZ_SetMediaStartTimeSeconds(projID, itemID, setSeconds)
- API -
ID
MEDIA
reaper.AZ_SetMediaStartTimeSeconds
対応バージョン:
1.0.1
以降
Set the start position of the specified media in seconds
LUA
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID(integer): Item ID
setSeconds(number): Media start position (seconds)
▼Output value
retval(boolean): Success or failure of API execution
bottom of page