top of page
- API -

bitDepth = reaper.AZ_GetRecordingBitDepth(projID)

- API Detail -

▼入力値 

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


▼出力値 

bitDepth(integer) : 録音ビット深度(bit)

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


projID = 0


bitDepth = reaper.AZ_GetRecordingBitDepth(projID)

Msg(bitDepth)

DEVICE

AZ_GetRecordingBitDepth

対応バージョン:

2.0.0

以降

録音ビット深度を取得

bottom of page