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

bottom of page
