top of page

function Msg(param)

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

end


sample = reaper.AZ_GetMediaSampleRate(0, 4)

Msg(sample)

- SCRIPT -

sample = reaper.AZ_GetMediaSampleRate(projID, itemID)

- API -

ID

MEDIA

reaper.AZ_GetMediaSampleRate

対応バージョン:

1.0.1

以降

Get the sampling rate of the specified media ID

- API Detail-

▼Input value

  • proj ID(ReaProjrct): Project ID

  • itemID(integer): Item ID

▼Output value

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

  • sample(integer): Sampling rate value

bottom of page