Re: scheduling accuracy for audio

2006-07-09 Thread andrea valle
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 accu

Re: scheduling accuracy for audio

2006-07-09 Thread Paul Rubin
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

scheduling accuracy for audio

2006-07-09 Thread andrea valle
Dear all, I have created a large Python-based GUI project and I'd like to use it as a GUI interface for real time audio sequencing (using the SuperCollider -SC- synthesis server). Python (the client) and SC (the server) can communicate via OSC protocol (there are available implementations). SC