top of page
- API -

count = reaper.AZ_CountInputChannel()

- API Detail -

▼出力値 

count(integer) : 入力チャンネル数

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


count = reaper.AZ_CountInputChannel()

Msg(count)

DEVICE

AZ_CountInputChannel

対応バージョン:

2.0.0

以降

入力チャンネル数を取得

bottom of page