top of page
- API -
reaper.AZ_SetMediaRate(projID, itemID, setRate)
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID(integer): Item ID
setRate(number): The playback speed to set
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_SetMediaRate(0, 3, 0.82)
MEDIA
AZ_SetMediaRate
Supported versions:
1.0.1
onwards
Changes the playback speed of the specified media to the specified value.

bottom of page



