@griffinboy
If we ever look into the 3rd party c++ node stuff in a meeting with Christoph, I'd be especially interested to know about how to properly interact with external data, and with polydata. I've figured out most of the c++ node stuff, and I'm working on tutorials for them, but these two things I don't fully understand. I can use them, but not efficiently. It especially causes me trouble when it comes to optimizing and I find that the way hise has things set up means that I can't realize optimisation ideas. A lot of the time I feel that I'm battling the hise framework, when I suspect there are likely solutions to most of my issues already built in, unbeknownst to me.
But then again, perhaps the solution is to learn more c++ and detach more from the scriptnode framework, I'm not sure. I'm always doing overcomplicated stuff 😂