creating Max objects in Javascript

veaseyc's icon

Is it possible to use Max objects within Javascript in the same way that
one can use Jitter objects within Javascript. I am not talking about
scripting a patcher, as what seems to be the case when using the
newobject property. For example if I wanted to use the line object's
intepolation for some data I had stored within javascript. Would I have
to send it out of javascript into the patcher?

thanks
charles

wallace winfrey's icon

Moving this thread to Javascript. Please remember to post Javascript-related issues in the proper forum/list.

Nat's icon

Yes, you would need to access the data using globals or through inlets/outlets which is not convenient. (unless I missed something) I'd suggest implementing the interpolation function you need in JS.