Monday, January 11, 2010

flex marsyas




I just got my first Flex program that talks to Marsyas and gets data via a network socket connection running!

I did it in Python, and it appears there is more that I need to learn about threads on Python when working with Marsyas. I have two threads going, one with Marsyas in it and one with a function that prints values, and the value printing thread only gets called intermitantly.