top of page
- API -

rate= reaper.AZ_GetMediaRate(projID, itemID)

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • itemID(integer): Item ID

▼Output value

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

  • rate(number): Media playback speed

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())


rate = reaper.AZ_GetMediaRate(0, 3)

Msg(rate)

MEDIA

AZ_GetMediaRate

Supported versions:

1.0.1

onwards

Gets the playback speed of the specified media.

bottom of page