[PD] framp~ -- a phase vocoder ?

Miller Puckette mpuckett at man104-1.ucsd.edu
Wed Jun 6 21:11:29 CEST 2001


Hmm, I think you can do it all in a patch with no "c" code, although
to do anything involving switching channels around you probably have to
code in C.

Miller
On Wed, Jun 06, 2001 at 08:58:02PM +0200, guenter geiger wrote:
> 
> 
> On Wed, 6 Jun 2001, Miller Puckette wrote:
> > To resynthesize, I think you multiply the frequency by the hop size in seconds
> > to get phase change; then update teh phase of the output by rotating by
> > the phase change (complex-multiply by exp(i * phasechange))...  but I don't
> > think I ever tested this idea out...
> 
> .. all coded in "C", right ? I couldn't find a way to do arbitrary changes
> to the phasevocoder which is in the example patches, because the 
> frequency-amplitude representation is optimized away from the algorithm.
> 
> So I might give this one a try.
> 
> Then the next step would be to come up with a system that allows for
> arbitrary changes on this frequency-amplitude representation, which is,
> except for filtering, hard to implement without without externals.
> 
> Guenter
> 
> 
> 



More information about the Pd-list mailing list