[java-dev] Embedding exisiting max objects in mxj objects
Siska Ádám
sadam at startvox.hu
Sun Jun 17 13:14:24 MDT 2007
- Previous message: [java-dev] Question with Java externals
- Next message: [java-dev] Question about qmetro and bang/jit_matrix msgs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Everyone, In 'classic' extern developing, it's possible to instantiate an existing Max extern inside an other one. I'd be interested if the same mechanism could be achieved using Java-based externs, or not? Actually, I'm making a Java object that gets some data on its input, and after doing lots of mathematical calculations with these data, it outputs the data on the outlet. But some of the calculations I'm doing can be parametrized with functions, so I would like to be able to let the user to enter these 'parameter functions' in the mxj object box, and use the 'expr' object of Max to evaluate it using the internal data of my object. I know that in 'classic' C-style external programming this can be do with the 'expr_eval' function of the Max API. Is that possible to do, or do I have to implement a class that does the same functionality than 'expr' does in Max? Thank you, Adam ________________ Siska Ádám +36 (70) 207-63-85 http://apocalypse.rulez.org/~sadam
- Previous message: [java-dev] Question with Java externals
- Next message: [java-dev] Question about qmetro and bang/jit_matrix msgs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
