Channel<Spread> to Spread<Channel> conversion?

I’ve been trying to make “radio-selectable” with ImGui and encountered an interesting problem - what if it were possible to convert Channel with Spread to Spread of Channels on the fly?

I still don’t understand how I can do this trick without this feature.

image

newest preview build allows to use Select (ByPath) to do just that.

this patch shows yet another way to do it:
Selectables.vl (26.3 KB)
We might add this SetSlice (Channel) to the CoreLib as well later on.

1 Like