Is there a way to modify the object_new function to pass variables at object instantiation? I know in the Max API you give a type to your class_new function, which you can then refer to in the object_new function. I'm unsure how to tackle this with the c++ API you've built which makes everything immensely easier.