maxcpp
maxcpp copied to clipboard
Passing variables at instantiation
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.
No certain if this will address your needs or not, but a newer C++ API for Max externals is available via https://github.com/Cycling74/min-devkit
Cheers!