top of page
- API -
pitch= reaper.AZ_GetMediaPitch(projID, itemID)
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID(integer): Item ID
▼Output value
retval(boolean): Success or failure of API execution
pitch(number): media pitch
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
pitch = reaper.AZ_GetMediaPitch(0, 3)
Msg(pitch)
MEDIA
AZ_GetMediaPitch
Supported versions:
1.0.3
onwards
Get pitches for a given media
bottom of page