Hey Guys, so I am trying to use ctcsound to allow me to pass control info from a pyFLTK GUI Dial into csound ( or rather that is the goal). Performing a ctcsound instance works if I use it as shown in sections 01 and 02 in the ctcsound cookbook without creating a GUI but but if I Fl.run() the GUI components it does not play any sound. So I try to thread the csound instance using ctcsound.CsoundPerformanceThread() but then I get the following error:
is there a command or expression I am missing that would allow it to work. Or can I get away with out threading the ctcsound instance and thread the Fl.run() fltk instance instead. I am a beginner at Python so I dont even know how to do that but the idea popped into my head that that could be a possible solution.