top of page
- API -
channel = reaper.AZ_GetMediaNumChannels(projID, itemID)
- API Detail-
▼Input value
proj ID(ReaProjrct): Project ID
itemID(integer): Item ID
▼Output value
retval(boolean): Success or failure of API execution
channel(integer): Number of channels
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
channel = reaper.AZ_GetMediaNumChannels(0, 3)
Msg(channel)
MEDIA
AZ_GetMediaNumChannels
Supported versions:
1.0.1
onwards
Get the number of channels for the specified media

bottom of page


