top of page
- API -
stringArray inputChannelList = reaper.AZ_GetInputChannelList()
- API Detail -
▼出力値
inputChannelList(stringArray) : 入力チャンネル名のリスト
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
inputChannelList = reaper.AZ_GetInputChannelList()
ShowObject(inputChannelList)
DEVICE
AZ_GetInputChannelList
対応バージョン:
2.0.0
以降
入力チャンネル名一覧を取得

bottom of page
