top of page
- API -

count = reaper.AZ_CountOutputChannel()

- API Detail -

▼出力値 

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

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


count = reaper.AZ_CountOutputChannel()

Msg(count)

DEVICE

AZ_CountOutputChannel

対応バージョン:

2.0.0

以降

出力チャンネル数を取得

bottom of page