top of page
- API -
stringArray outputChannelList = reaper.AZ_GetOutputChannelList()
- API Detail-
▼Output values
outputChannelList(stringArray): list of output channel names
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
outputChannelList = reaper.AZ_GetOutputChannelList()
ShowObject(outputChannelList)
DEVICE
AZ_GetOutputChannelList
Supported versions:
2.0.0
onwards
Get list of output channel names

bottom of page
