top of page

function Msg(param)

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

end


retval = reaper.AZ_SetMediaAddPitch(0, 3, -1.02)

Msg(retval)

- SCRIPT -

retval = reaper.AZ_SetMediaAddPitch(projID, itemID, addPitch)

- API -

対応バージョン:

1.0.1

以降

MEDIA

reaper.AZ_SetMediaAddPitch

Increases or decreases the pitch of the specified media by the specified amount

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • itemID(integer): Item ID

  • addPitch(number): Addition pitch

▼Output value

  • retval(boolean): Success or failure of API execution

bottom of page