Snex - Storing references in an array?
-
Is there any way at all for me to store references (&) in an array?
I've been getting casting errors every time I try.I am trying to create an array which I can use to store references to classes that I've written.
-
-
@griffinboy I think you're hitting the limitations of the scope of SNEX with this use case - if you want a dynamic chain of modules, you have 2 options:
- write each module as separate SNEX node and use a scriptnode network for hooking them up
- Go full C++ and write an external C++ node that can implement your dynamic effect chain.
-
-
This post is deleted! -
-