Using arguments from patcher in jitter object and calc-method.

Breakeren's icon

Hello
I have succesfully modified a couple of existing SDK-example jitter objects, to make them do the calculations i desire. But I still have difficulty using the arguments supplied when creating the object in the max-patcher. Where and what in a max-wrapper/jitter-object setup will I have to create something for making the argument from the patcher available in my jitter calc-method?

Thank you for reading.

Joshua Kit Clayton's icon

Use your object arguments to set jitter object attributes inside your max wrapper new method, after you've created your jitter object. Keep in mind that any MOPs have default argument processing for non attribute arguments. You might want to better describe what you're trying to accomplish and why you would use the non attribute arguments instead of defining attributes and letting users type

@attrname value