top of page

function Msg(param)

 reaper.ShowConsoleMsg(tostring((param)).."\n")

end


retval = reaper.AZ_SetTrackMediaStartTimeSeconds(0, 1, 1, 8.29)

Msg(retval)

- SCRIPT -

retval= reaper.AZ_SetTrackMediaStartTimeSeconds(projID, trackID, trackItemID, setSeconds)

- API -

対応バージョン:

1.0.1

以降

MEDIA

reaper.AZ_SetTrackMediaStartTimeSeconds

Set the start position of the specified media in the specified track in seconds

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • trackID (integer) : Track ID

  • trackItemID(integer): Track item ID

  • setSeconds(number): Media start position (seconds)

▼Output value

  • retval(boolean): Whether the API execution was successful or not

bottom of page