[java-dev] How to access a coll from java.
Siska Ádám
sadam at startvox.hu
Fri Jun 22 15:52:04 MDT 2007
- Previous message: [java-dev] How to access a coll from java.
- Next message: [java-dev] Re: How to access a coll from java.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I don't know the answer for the basic question of the thread (I also would be interested in the proper answer), but I don't really agree with this. If I have to access a coll in a perform routine (actually I'm developing an MSP extern in C that gets data from a table to it's perform routine, and works quite fine, so the situation can be real), I won't want to do this via Max messages, since their performance time is much more than the response times needed in the perform routine of an MSP object. Bye, Adam ________________ Siska Ádám +36 (70) 207-63-85 http://apocalypse.rulez.org/~sadam topher lafata wrote: > Buffer is the only oject we made an attempt to support with an > specific java interface.A coll is trivial to implement in java so I > guess the idea was that if someone needed to have coll interact with > java they would just implement one or talk to an existing one via > patcher messages.even with the buffer wrapping I have found it > advantageous in some cases to roll my own java buffer so I have more > fine grained control than what is provided. Hope that sort pf answers > your question. > _______________________________________________ > java-dev mailing list > java-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/java-dev >
- Previous message: [java-dev] How to access a coll from java.
- Next message: [java-dev] Re: How to access a coll from java.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
