|
From: Josh G. <jg...@us...> - 2003-01-21 20:11:50
|
On Tue, 2003-01-21 at 11:42, David Olofson wrote: > On Tuesday 21 January 2003 20.32, Josh Green wrote: > [...] > > velocity. Once the Python binding is completed in Swami (not really > > that much to do I think) writing scripts to do these types of > > things should be fairly easy :) Cheers. > > Speaking of scripting, are you planning on actually running Python in > RT context, or just use it for "rendering" maps? > For just editing operations, the idea of real time is not of importance. For doing real time control of effects and MIDI, it might be. It really remains to be seen in practice what kind of latency is induced by calling Python code in real time. In the MIDI realm it might not matter too much. I'm not yet fully familiar with using Python embedded in a program, but I'm sure there is probably a way to compile script source into object code. Anyways.. Josh Green |