addig a custom port type without compiling

Since some update, Vuo allows to use custom made nodes simply putting the .c code inside Modules folder, without any need of compiling it. I wonder if I can add a custom port type the same way; as i never did that and just read quickly the documentation, it’s just a matter of adding a .c file or do I need other files?

Update. I tried it, and what I got is that even if you can do it, any other .c custom made node that with to use that port type won’t work. If i’m not wrong, you have to compile both port type and node files, pack in a vuonode file and this will get the result.

1 Like

Yep, that’s correct. In case you haven’t already seen it, there’s a customType code example in the Vuo SDK.