top of page
- API -

reaper.AZ_SetTrackItemInputChannel(track, firstChInx, numChs, inputChType)

- API Detail-

▼Input values

track(MediaTrack): target track

firstChInx(integer): index of the first channel (0-based)

numChs(integer): number of input channels

inputChType(integer): input channel type (0 = Audio, 1 = Midi)

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


track = reaper.AZ_GetTrackItemSelect(0, 0, 0)

firstChInx = 0

numChs = 1

inputChType = 0


reaper.AZ_SetTrackItemInputChannel(track, firstChInx, numChs, inputChType)

TRACK

AZ_SetTrackItemInputChannel

Supported versions:

2.0.0

onwards

Set track input channel

bottom of page