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 -
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
reaper.AZ_SetSelectedMediaAddPitch(0, 3, 1.53)
MEDIA
reaper.AZ_SetSelectedMediaAddPitch
Supported versions:
1.0.0
onwards
Increases or decreases the pitch of the selected media by the specified amount
bottom of page