On Wednesday 11 January 2006 12:42, Victor Lazzarini wrote: > Is it possible to create a single-threaded python app that has interactive > GUI controls, with wxYield()? Since multiple threads don't work well on > Python, You can use a separate thread with the CsoundPerformanceThread class, but then using Python functions for callbacks does not work. It may also be possible to create a special version of the PortAudio plugin for use with Python that releases the global interpreter lock while waiting for real time audio; obviously, this does not improve the responsiveness of the GUI when using file output. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net