maxcpp icon indicating copy to clipboard operation
maxcpp copied to clipboard

Passing variables at instantiation

Open jamesb93 opened this issue 7 years ago • 1 comments

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.

jamesb93 avatar Nov 22 '18 01:11 jamesb93

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!

tap avatar May 06 '19 16:05 tap