top of page

function Msg(param)

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

end


second = reaper.AZ_GetSelectedMediaStartTimeSeconds(0, 3)

Msg(second)

- SCRIPT -

second = reaper.AZ_GetSelectedMediaRate(projID, selectItemID)

- API -

ID

MEDIA

reaper.AZ_GetSelectedMediaStartTimeSeconds

対応バージョン:

以降

Gets the start position of the specified selected media in seconds.

- API Detail-

▼Input value

  • proj ID(ReaProjrct): Project ID

  • selectItemID(integer): Selected item ID

▼Output value

  • retval(boolean): Success or failure of API execution

  • second(number): The start position of the media (seconds)

bottom of page