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

bottom of page
