top of page
- API -
reaper.AZ_SetSelectedMediaAddPitch(projID, selectItemID, addPitch)
- API Detail-
▼Input value
projID (ReaProject): Project ID
selectItemID(integer): Selected item ID
addPitch(number): Addition pitch
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_SetSelectedMediaAddPitch(0, 3, 1.53)
MEDIA
AZ_SetSelectedMediaAddPitch
Supported versions:
1.0.0
onwards
Increases or decreases the pitch of the selected media by the specified amount

bottom of page



