FIXED: Scripting connections from TOP->COMP wont work in 2022

hi,

i noticed that one of my older projects in which a script connects a TOP to a COMP wont work correctly.

if i connect outputConnector[0] to inputConnector[1] it wrongly connects to inputConnector[0]

after experimenting i found out that connecting inbetween TOPs or COMPs respectively works but not connecting different OP types.

i also tested the behaviour in different versions with a test script and it behaves differently.

i solved my problem by putting my TOP in a base COMP with one output and naming it like my old TOP.

Thanks for the example.
We’re having a look.

This will be fixed in builds 2022.24610 and later.
Cheers

thanks. i also noticed it now happening between CHOPs and COMPs. so basically atm it works only within one family and not between multiple. thanks.

That’s right. It was the result of a change to allow connecting an OP to a COMP without specifying the COMPs connector. It automatically picked the first available one.