top of page

function Msg(param)

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

end


channel = reaper.AZ_GetSelectedMediaNumChannels(0, 3)

Msg(channel)

- SCRIPT -

channel = reaper.AZ_GetSelectedMediaNumChannels(projID, selectItemID)

- API -

ID

MEDIA

reaper.AZ_GetSelectedMediaNumChannels

対応バージョン:

以降

Get the number of channels for the specified selected media

- API Detail-

▼Input value

  • proj ID(ReaProjrct): Project ID

  • selectItemID(integer): Selected item ID

▼Output value

  • retval(boolean): Success or failure of API execution

  • channel(integer): Number of channels

bottom of page