I think what you were looking for was FIFO, no? First-In, First-Out, meaning if the list is full, take out the oldest note (the first one into the list). FILO, First-In, Last-Out, would mean when you pop out notes from the list, it'd act like a stack and so the last one you put in would come out first. On 5/4/06, Tobiah wrote: > > > but yer right Stephen: a FIFO queue implementation is the first step. > > FILO, right? > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk >