csound and glade / pygtk
stas zytkiewicz
stas.zytkiewicz at gmail.com
Sat Jun 30 01:53:17 EDT 2007
On 6/29/07, dietmar <dietmar at mit.edu> wrote:
> stas zytkiewicz wrote:
> >
> >> > the csound event and the pygtk interface currently run on seperate
> >> > threads, but they interfere with each other - any activity in the
> >> > interface causes csound to stop. i was wondering whether anyone has
> >> > some examples of similar applications running on the laptop?
> > You should tell GTK your gonna use threads.
> > When using threads I just put the following piece of code just after
> > importing
> > gtk.
> >
> > import gobject
> > gobject.threads_init()
> >
> > That's all.
> perfect, that was it!
> thanks,
Your welcome, is your csound app available online?
I'm curious about csound and perhaps want to use it in one of my projects.
Stas
--
A collection of educational activities for schools
http://www.schoolsplay.org
--
A collection of educational activities for schools
http://www.schoolsplay.org
More information about the Devel
mailing list