[java-dev] best way to get coll contents into mxj?
Nick Rothwell
nick at cassiel.com
Mon Dec 3 01:48:43 MST 2007
- Previous message: [java-dev] best way to get coll contents into mxj?
- Next message: [java-dev] best way to get coll contents into mxj?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2 Dec 2007, at 21:25, Dan Nigrin wrote: > Or is there some other faster/more elegant automagical way to get > my coll contents into a Java array or other structure? I would probably just code the Java-to-Max linkup via messages to load the coll (probably in a background thread to avoid locking up the GUI), but if you're concerned with performance you could search for and read and parse the coll file from disk in Java (assuming it is actually a file, and assuming no interference between Java's access to the file and Max's access). -- N. nick rothwell -- composition, systems, performance -- http:// www.cassiel.com
- Previous message: [java-dev] best way to get coll contents into mxj?
- Next message: [java-dev] best way to get coll contents into mxj?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
