top of page
- API -
reaper.AZ_SetMediaPitch(projID, itemID, setPitch)
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID(integer): Item ID
setPitch(number): Pitch
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
reaper.AZ_SetMediaPitch(0, 3, 1.2)
MEDIA
AZ_SetMediaPitch
Supported versions:
1.0.1
onwards
Change the pitch of the specified media to the specified value.

bottom of page




