top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
retval = reaper.AZ_SetMediaPitch(0, 3, 1.2)
Msg(retval)
- SCRIPT -
retval = reaper.AZ_SetMediaPitch(projID, itemID, setPitch)
- API -
ID
MEDIA
reaper.AZ_SetMediaPitch
対応バージョン:
1.0.1
以降
Change the pitch of the specified media to the specified value.
LUA
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID(integer): Item ID
setPitch(number): Pitch
▼Output value
retval(boolean): Success or failure of API execution
bottom of page