Hello, I’m trying to save the channels form the kinect CHOP with a File Out CHOP. But after importing the .chop file with a File In CHOP the channels changed from something like “p1/knee_l” or “p1/hand_r” to something like “chan11” “chan12” … . Is there a way to preserve the original channel names? Thx.
can reproduce this in 2018.27300, seems like a bug.
The correct channels names can be seen in the stored *.chan textfile, but TD loads them always as chan[123…].
temporary workaround could be to rightclick your chopfile and choose save as *.bclip file.
Or in python do
op('mychopnode').save('mysavedchopfile.bclip')
When dragging that .bclip file into your network you’ll see your original names.