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 -
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
rate = reaper.AZ_GetMediaRate(0, 3)
Msg(rate)
MEDIA
reaper.AZ_GetMediaRate
Supported versions:
1.0.3
onwards
Gets the playback speed of the specified media.
bottom of page