Thanks Paul,
that's what I suspected.

-a-



On 9 Jul 2006, at 19:22, Paul Rubin wrote:

> 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
>
>
Andrea Valle
DAMS - Facoltà di Scienze della Formazione
Università degli Studi di Torino
http://www.semiotiche.it/andrea
[EMAIL PROTECTED]

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to