andrea valle <[EMAIL PROTECTED]> writes: > In order to have sequencing I have to send at precise timing messages > from Python to SC. Obviously, being a musical application, I need > millisecond time accuracy, with less latency as possible or at least a > fixed (short) latency. More, I need to have multithreading, with many > processes sending messages from Python to SC.
You really can't get that kind of accuracy with a non-realtime OS. The way this is handled in actual audio applications the sound board has a fair amount of buffering, so you send the right number of samples and precise scheduling isn't so important. -- http://mail.python.org/mailman/listinfo/python-list