Re: switch~ing voices [was: Re: [PD] nqpoly4 simple instructions?]

2006-12-11 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: > There could be a number of idle voices that are switched on to > prevent this. So you could specify, say 5 voices always ready, then > whenever one voice starts playing, it also turns on another idle voice. Another a

Re: switch~ing voices [was: Re: [PD] nqpoly4 simple instructions?]

2006-12-11 Thread Roman Haefeli
On Mon, 2006-12-11 at 09:41 -0500, Hans-Christoph Steiner wrote: > On Dec 11, 2006, at 8:38 AM, Frank Barknecht wrote: > > > Hallo, > > Roman Haefeli hat gesagt: // Roman Haefeli wrote: > > > >> the attached patch shows that the subpatch is [switch~]ed off too > >> early, > >> but not [switch~]e

Re: switch~ing voices [was: Re: [PD] nqpoly4 simple instructions?]

2006-12-11 Thread Hans-Christoph Steiner
On Dec 11, 2006, at 8:38 AM, Frank Barknecht wrote: Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: the attached patch shows that the subpatch is [switch~]ed off too early, but not [switch~]ed on too late. So for tight timing switching on has to be done at least one block *in a

Re: switch~ing voices [was: Re: [PD] nqpoly4 simple instructions?]

2006-12-11 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: > the attached patch shows that the subpatch is [switch~]ed off too early, > but not [switch~]ed on too late. > > > So for tight timing switching on has to be done at least one block *in > > advance*. > > if i interprete correctly, what y

Re: switch~ing voices [was: Re: [PD] nqpoly4 simple instructions?]

2006-12-11 Thread Roman Haefeli
hi frank On Mon, 2006-12-11 at 13:10 +0100, Frank Barknecht wrote: > Hallo, > Frank Barknecht hat gesagt: // Frank Barknecht wrote: > > > I don't think switching can be done in a generic way from the outside > > without knowing some details of the abstraction to switch on or off. > > > > Take f

Re: switch~ing voices [was: Re: [PD] nqpoly4 simple instructions?]

2006-12-11 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: > Attached example illustrates the nastiness of this. Forgot the nastiness. Ciao -- Frank Barknecht _ __footils.org_ __goto10.org__ #N canvas 198 109 670 423 10; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0-s

switch~ing voices [was: Re: [PD] nqpoly4 simple instructions?]

2006-12-11 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: > I don't think switching can be done in a generic way from the outside > without knowing some details of the abstraction to switch on or off. > > Take for example midi voice allocation: Basically noteon and noteoff > are kind of switc