On Mon, 15 Dec 2008, John O'Hagan wrote:
> On Sun, 14 Dec 2008, Bad Mutha Hubbard wrote:
> > John O'Hagan wrote:
> > > On Wed, 10 Dec 2008, badmuthahubbard wrote:
>
> [...]
>
> > > from time import time, sleep
> > >
> > > start = time()
> > > for event in music:
> > > duration=len(event) #Reall
On Sun, 14 Dec 2008, Bad Mutha Hubbard wrote:
> John O'Hagan wrote:
> > On Wed, 10 Dec 2008, badmuthahubbard wrote:
[...]
> > from time import time, sleep
> >
> > start = time()
> > for event in music:
> > duration=len(event) #Really, the length of the event
> > play(event)
> > while 1:
John O'Hagan wrote:
> On Wed, 10 Dec 2008, badmuthahubbard wrote:
>> I've been trying to get the timing right for a music sequencer using
>> Tkinter. First I just loaded the Csound API module and ran a Csound
>> engine in its own performance thread. The score timing was good,
>> being controlled
On Wed, 10 Dec 2008, badmuthahubbard wrote:
> I've been trying to get the timing right for a music sequencer using
> Tkinter. First I just loaded the Csound API module and ran a Csound
> engine in its own performance thread. The score timing was good,
> being controlled internally by Csound, but
I've been trying to get the timing right for a music sequencer using
Tkinter. First I just loaded the Csound API module and ran a Csound
engine in its own performance thread. The score timing was good,
being controlled internally by Csound, but any time I moved the mouse
I got audio dropouts.
It