Hello all. I'm making an external in C that needs to accept a list as its input. I am having a tough time both declaring the list in my struct definition, and instantiating the inlet itself that accepts a list.
Could anyone please show me the syntax to declare the list and the method for the inlet?