Hello,
was thinking would be great to have those additional enum nodes. With plugin interface we need to give a specific type, so we can’t have a “dynamic” enum like in enum2ord and ord2enum.
- Enum2String : Returns the enum as a string
- String2Enum : Other way round
- GetEnumName : to have the name of the enum type (eg: BlendMode for example)
Would make some presets saving much easier (for example to save a device name, the ord can change depending on the number of thos connected).
Thanks