top of page
- API -
reaper.AZ_SetMediaAddPitch(projID, itemID, addPitch)
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID(integer): Item ID
addPitch(number): Addition pitch
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
reaper.AZ_SetMediaAddPitch(0, 3, -1.02)
MEDIA
reaper.AZ_SetMediaAddPitch
Supported versions:
1.0.3
onwards
Increases or decreases the pitch of the specified media by the specified amount
bottom of page