top of page
- API -
reaper.AZ_SetTrackMediaAddPitch(projID, trackID, trackItemID, addPitch)
- API Detail-
▼Input value
projID (ReaProject): Project ID
trackID (integer) : Track ID
trackItemID(integer): Track item ID
addPitch(number): Addition pitch
▼Output value
retval(boolean): Whether the API execution was successful or not
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
reaper.AZ_SetTrackMediaAddPitch(0, 0, 2, 0.6)
MEDIA
reaper.AZ_SetTrackMediaAddPitch
Supported versions:
1.0.3
onwards
Increases or decreases the pitch of the specified media in the specified track by the specified value.
bottom of page