i am missing the most basic operation
…say i want to add 2d points to a field on bang
-new mainpatch
-another new patch, to create a field, name it Utility(Xxx)
-within ‘Utility’, assign a writer with an inlet to Create
-change inlet type to Vector2d
-go back to mainpatch
how do i reference Create from ‘constructor’ in mainpatch ?
(i dont find it by typing neither Create, Constructor, nor Xxx)