top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
rate = reaper.AZ_GetSelectedMediaRate(0, 3)
Msg(rate)
- SCRIPT -
rate= reaper.AZ_GetSelectedMediaRate(projID, selectItemID)
- API -
対応バージョン:
以降
MEDIA
reaper.AZ_GetSelectedMediaRate
Gets the playback speed of the specified selected media.
LUA
- API Detail-
▼Input value
projID (ReaProject): Project ID
selectItemID(integer): Selected item ID
▼Output value
retval(boolean): Success or failure of API execution
rate(number): Media playback speed
bottom of page