rightmost outlet in JS
Hey all - is there any trick to address the rightmost outlet of an object in javascript?
If the object is created dynamically and has a variable number of outlets, such as vst~, it seems to be tricky to connect to the right most outlet.
thanks!
one workaround is to specify the max number of outlets when creating the object - in case anyone else finds this. Still would be nice to be able to address the rightmost outlet... :)