Re: [PD] phasor~: change freq on wraparound

2013-07-04 Thread Roman Haefeli
On Don, 2013-07-04 at 21:20 +0200, Orm Finnendahl wrote: > Hi List, > > sorry if I'm missing the obvious: I'd like to implement a phasor~, > which only allows its frequency to be changed on wraparound. Using a > samphold~ for that purpose connected to the outlet and inlet of the > phasor~ doesn't

Re: [PD] phasor~: change freq on wraparound

2013-07-04 Thread Alexandre Torres Porres
I guess [loop~] doesn't solve what Orm wants, because it automatically changes the frequency and also complains about a dsp loop if you try to solve it with [samphold~] cheers 2013/7/4 Miller Puckette > that's the loop~ object in extra. > > cheers > Miller > On Thu, Jul 04, 2013 at 09:20:27PM +

Re: [PD] phasor~: change freq on wraparound

2013-07-04 Thread Miller Puckette
that's the loop~ object in extra. cheers Miller On Thu, Jul 04, 2013 at 09:20:27PM +0200, Orm Finnendahl wrote: > Hi List, > > sorry if I'm missing the obvious: I'd like to implement a phasor~, > which only allows its frequency to be changed on wraparound. Using a > samphold~ for that purpose co

[PD] phasor~: change freq on wraparound

2013-07-04 Thread Orm Finnendahl
Hi List, sorry if I'm missing the obvious: I'd like to implement a phasor~, which only allows its frequency to be changed on wraparound. Using a samphold~ for that purpose connected to the outlet and inlet of the phasor~ doesn't work as this creates a dsp loop. I prefer a pd vanilla solution (I