top of page
- API -

stringArray inputChannelList = reaper.AZ_GetInputChannelList()

- API Detail-

▼Output values

inputChannelList(stringArray): list of input channel names

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


inputChannelList = reaper.AZ_GetInputChannelList()

ShowObject(inputChannelList)

DEVICE

AZ_GetInputChannelList

Supported versions:

2.0.0

onwards

Get list of input channel names

bottom of page