Re: [music-dsp] Boulez

2012-02-26 Thread David Reaves
Douglas, I think my wife Ariane, who plays First Violin in the Neue Philharmonie Westfalen, can relate to your description of the activities of an orchestra musician. A few years back she was reprimanded when an audience member told management they had seen (from up in a balcony) a female

Re: [music-dsp] Boulez

2012-02-25 Thread Charles Turner
On Feb 25, 2012, at 6:34 AM, Andy Farnell wrote: And whereas I do agree with Pierre Boulez here, maybe it is misguided to turn to reductionism and simplicity for their own sake. It may be equally hopeless to embark on a quest for authenticity this way. Hi Andy- I should apologize for

Re: [music-dsp] Boulez

2012-02-25 Thread Adam Puckett
Would it be possible to design a callback that dynamically filled the buffer as it was being called, or if the buffer didn't exist, create it and put one sample in it? that way there wouldn't be any dropped calls in the process. Or am I missing something? On 2/25/12, Charles Turner

Re: [music-dsp] Boulez

2012-02-25 Thread Emanuel Landeholm
While raw speed does reduce the risk of missing deadlines, you need an infinitely fast computer to guarantee hard realtime performance with code that isn't designed for it. Also, theoretically, not even that helps, unless you also have a realtime OS. And then there's I/O, synchronization and

Re: [music-dsp] Boulez

2012-02-25 Thread douglas repetto
On 2/25/12 9:23 AM, Charles Turner wrote: My point was that the checkpoint raised by callbacks feeding a sample buffer may come from resistances outside the technical world. Boulez sees timbre as the enemy of harmony. Could very well be that the callback is the result of a cultural outlook, and

Re: [music-dsp] Boulez

2012-02-25 Thread David Olofson
On Sunday 26 February 2012, at 01.53.49, Emanuel Landeholm emanuel.landeh...@gmail.com wrote: While raw speed does reduce the risk of missing deadlines, you need an infinitely fast computer to guarantee hard realtime performance with code that isn't designed for it. Also, theoretically, not

Re: [music-dsp] Boulez

2012-02-25 Thread Emanuel Landeholm
It certainly helps when you can do interesting stuff in suboptimal ways, and still end up using only a few percent of one of your many CPU cores. :-) Actually, this is my routine for determining whether or not I'm living in the future: look up suboptimal in the dictionary. If it isn't there,