<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4915.500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,<BR>I've been studying DSP theory, FFT-based 
techniques in particular.<BR>I've found the FFT tutorials in PureData to be a 
great place to see those techniques applied to sound.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>However, one little implementation detail still has 
me confused: <BR>In the engine of the phase vocoder patch (the FFT-ANALYSIS 
subpatch), there is a Float object which is used to calculate the next read 
location in milliseconds.&nbsp; This value is then converted to a sample 
position &amp; passed through a Line~ to specify the start location of the first 
Tabread4~.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What I don't understand is why the conversion of 
the Float from milliseconds to samples doesn't take into account the overlap of 
the subpatch-in other words,&nbsp;why isn't the local sample rate used, instead 
of the sample rate of the parent window?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance for any insight anyone 
might&nbsp;have to share.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Chris Campbell<BR><A 
href="mailto:cb@inner-ear.net">cb@inner-ear.net</A></FONT></DIV></BODY></HTML>