Hi All, I had a thought the other day to make an opcode lib that is somewhat of a pseudo opcode lib that would embed a java interpreter and load java class files that would inherit from an Opcode base class so that one could write Opcodes in Java. Does this sound feasible? I was thinking a syntax like jclasspath "classpath:anotherclasspath" outargs... jopcode "javaClassName", inargs... If this is feasible, it'd be possible to do similar things for other languages I'd imagine, such as writing opcodes in LISP (so for example one could have an opcode base class and derive from it to wrap CLM code like the Scott Van Duyne Piano). I think that the active CSOUND * would also have to be preembedded and accessible from opcodes in other languages as well for this to be very useful. This all seems architecturally similar to the python opcodes but without evaluation abilities of script code (at least for java), so am curious to know what will be possible. Thanks! steven _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net