top of page

function Msg(param)

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

end


length = reaper.AZ_GetMediaLength(0,0)

Msg(length)

- SCRIPT -

length= reaper.AZ_GetMediaLength(projID,itemID)

- API -

対応バージョン:

1.0.1

以降

MEDIA

reaper.AZ_GetMediaLength

Get the length (in seconds) of the specified media

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • itemID(integer): Item ID

▼Output value

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

  • length(number): Length of the media (seconds)

bottom of page