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 -

function Msg(param)

reaper.ShowConsoleMsg(tostring((param)).."\n")

end


channel = reaper.AZ_GetMediaNumChannels(0, 3)

Msg(channel)

MEDIA

reaper.AZ_GetMediaNumChannels

Supported versions:

1.0.3

onwards

Get the number of channels for the specified media

bottom of page