top of page
- API -
sampleRate = reaper.AZ_GetRecordingSampleRate(projID)
- API Detail-
▼Input values
projID(ReaProject): target project (0 for the current project)
▼Output values
sampleRate(number): recording sample rate (Hz)
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
projID = 0
sampleRate = reaper.AZ_GetRecordingSampleRate(projID)
Msg(sampleRate)
DEVICE
AZ_GetRecordingSampleRate
Supported versions:
2.0.0
onwards
Get recording sample rate

bottom of page
