top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
sample = reaper.AZ_GetTrackMediaSampleRate(0, 1, 2)
Msg(sample)
- SCRIPT -
sample = reaper.AZ_GetTrackMediaSampleRate(projID, trackID, trackItemID)
- API -
ID
MEDIA
reaper.AZ_GetTrackMediaSampleRate
対応バージョン:
1.0.1
以降
Get the sampling rate of the specified media for the specified track
LUA
- API Detail-
▼Input value
proj ID(ReaProjrct): Project ID
trackID(integer) : track ID
trackItemID(integer): Track media ID
▼Output value
retval(boolean): Success or failure of API execution
sample(integer): Sampling rate value
bottom of page