top of page

function Msg(param)

 reaper.ShowConsoleMsg(tostring((param)).."\n")

end


pitch = reaper.AZ_GetMediaPitch(0, 3)

Msg(pitch)

- SCRIPT -

pitch= reaper.AZ_GetMediaPitch(projID, itemID)

- API -

ID

MEDIA

reaper.AZ_GetMediaPitch

対応バージョン:

1.0.1

以降

Get pitches for a given media

- 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

bottom of page