top of page
- API -
reaper.AZ_SetMediaItemAddPitch(mediaItem,addPitch)
- API Detail-
▼Input value
MediaItem (MediaItem): Media item
addPitch(number): Pitch increase/decrease amount
▼Output value
retval(bool): Whether the API execution was successful or not
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
mediaItem = reaper.AZ_GetMediaItemSelect(0,0,0)
reaper.AZ_SetMediaItemAddPitch(mediaItem,-1)
MEDIA
AZ_SetMediaItemAddPitch
Supported versions:
1.0.3
onwards
Add a pitch for the specified media item
bottom of page