top of page
- API -

sampleRate = reaper.AZ_GetRecordingSampleRate(projID)

- API Detail -

▼入力値 

projID(ReaProject) : 対象プロジェクト(0 で現在のプロジェクト)


▼出力値 

sampleRate(number) : 録音サンプルレート(Hz)

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


projID = 0


sampleRate = reaper.AZ_GetRecordingSampleRate(projID)

Msg(sampleRate)

DEVICE

AZ_GetRecordingSampleRate

対応バージョン:

2.0.0

以降

録音サンプルレートを取得

bottom of page