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