top of page
- API -
count = reaper.AZ_CountInputChannel()
- API Detail-
▼Output values
count(integer): number of input channels
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
count = reaper.AZ_CountInputChannel()
Msg(count)
DEVICE
AZ_CountInputChannel
Supported versions:
2.0.0
onwards
Get input channel count

bottom of page
