top of page
- API -

reaper.AZ_SetTrackMediaRate(projID, trackID, trackItemID, setRate)

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • trackID (integer) : Track ID

  • trackItemID(integer): Track item ID

  • setRate(number): The playback speed to set

▼Output value

  • retval(boolean): Whether the API execution was successful or not

- SCRIPT -

function Msg(param)

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

end


reaper.AZ_SetTrackMediaRate(0, 1, 2, 1.1)

MEDIA

reaper.AZ_SetTrackMediaRate

Supported versions:

1.0.3

onwards

Change the playback speed of the specified media in the specified track to the specified value.

bottom of page