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 -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_SetMediaAddPitch(0, 3, -1.02)
MEDIA
AZ_SetMediaAddPitch
Supported versions:
1.0.1
onwards
Increases or decreases the pitch of the specified media by the specified amount

bottom of page



