Context(s) | cop2 chop |
COPs ¶
string chname(int plane_index, int chindex)
Returns the name of the channel on the plane (for example, "r"
, or "x"
).
CHOPs ¶
string chname(int channel_index)
string chname(int opinput, int channel_index)
Returns the name of the channel, for example "tx"
.
To get a list of all channel names, use chnames.
opinput
The input number to read from, starting from 0. For example, the first input is 0, the second input is 1, and so on.
If you specify -1
, the function uses the current CHOP node or input 0
if it is connected.
chop |
|
output_plane |