Creating Dynamic Enums inside vvvv gamma

Hi, I want to create a dynamic enum from within VL. If I have a sequence of strings, how do I turn them into a dynamic enum? I came across a topic (can’t find it now) that advised to take a look at the FirmataBoard nodes and follow the port names. Is this the right part of that document?

image

I don’t get it from this. Can somebody provide more information on this topic? Thanks!

Hello, this can currently only be done in C# because it needs inheritance:
https://thegraybook.vvvv.org/reference/extending/writing-nodes.html#dynamic-enums

You can find an example in the demo lib:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.