top of page
- API -
reaper.AZ_SetTrackIdNumChannels(projID, trackID, numChs)
- API Detail-
▼Input values
projID(ReaProject): target project (0 for the current project)
trackID(integer): track ID (0-based)
numChs(integer): number of channels to set
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
projID = 0
trackID = 0
numChs = 2
reaper.AZ_SetTrackIdNumChannels(projID, trackID, numChs)
TRACK
AZ_SetTrackIdNumChannels
Supported versions:
2.0.0
onwards
Set channel count (by track ID)

bottom of page
