top of page
- API -
reaper.AZ_SetMediaPitch(projID, itemID, setPitch)
- 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
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
reaper.AZ_SetMediaPitch(0, 3, 1.2)
MEDIA
reaper.AZ_SetMediaPitch
Supported versions:
1.0.3
onwards
Change the pitch of the specified media to the specified value.
bottom of page