<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Transposing while keeping formants</title>
		<atom:link href="http://cycling74.com/forums/topic/transposing-while-keeping-formants/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 14:58:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-28305</guid>
					<title><![CDATA[Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-28305</link>
					<pubDate>Mon, 23 Oct 2006 11:27:28 +0000</pubDate>
					<dc:creator>Ben Nevile</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I would like to build a so-called &#8220;formant-preserving&#8221; transposition <br />
patch.</p>
<p>However, I am not sure about the methodology. Is the following <br />
procedure correct ?</p>
<p>1. FFT analysis (pfft~  + fftin~)<br />
2. Extraction of  the original spectral envelope.<br />
3. Removal of the original spectral envelope.<br />
4. Transposition of the sound whose spectral envelope has been removed.<br />
5. Application of the original spectral envelope to the transposed <br />
sound (convolution)<br />
6. FFT resynthesis (fftout~)</p>
<p>I am mostly dubious about step 3. To remove the original envelope, <br />
should I apply some kind of super-amplification and clipping so to <br />
raise all the non-zero partials to the maximum magnitude? But it leads <br />
to the question : how can one calculate the maximum possible magnitude <br />
according to the FFT window size and window step?</p>
<p>Also, about step 2 : can I consider cartopol~&#8217;s left output as a <br />
spectral envelope or should I apply some kind of smoothing (with <br />
rampsmooth~ for instance)?</p>
<p>Roald Baudoux<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Next event : Graph?mes, an installation created with the plastic artist <br />
Michel Cleempoel during the AVXL festival &#8211; at the Gn?thi Seauton <br />
bookshop, 347 Ch?e d&#8217;Ixelles 1050 Ixelles/Bruxelles &#8211; from 11/16/06 to <br />
12/02/06<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Composer of electroacoustic art (acousmatic music, sound installations, <br />
live electronics).<br />
(<a href="http://robaublog.canalblog.com/" rel="nofollow">http://robaublog.canalblog.com/</a>)</p>
<p>Junior Lecturer for the Royal Conservatory of Music (Mons, Belgium).<br />
(<a href="http://www.conservatoire-mons.be" rel="nofollow">http://www.conservatoire-mons.be</a>)</p>
<p>Journalist for &#8220;Les Cahiers de l&#8217;ACME-Audio Pro&#8221;, Brussels.<br />
(<a href="http://www.cahiersacme.com" rel="nofollow">http://www.cahiersacme.com</a>)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Tel/fax: +32.(0)2.503.23.46<br />
Mobile: +32.(0)497.32.38.13<br />
VoIP : Skype &#8211; nesdnuma</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86752</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86752</link>
					<pubDate>Mon, 23 Oct 2006 12:07:38 +0000</pubDate>
					<dc:creator>Ben Nevile</dc:creator>

					<description>
						<![CDATA[
						<p>Have a look at guizmo~ or psych~ if you are using &#8220;voiced&#8221; sounds.</p>
<p>best,</p>
<p>O0o./</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86753</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86753</link>
					<pubDate>Mon, 23 Oct 2006 12:21:08 +0000</pubDate>
					<dc:creator>Ben Nevile</dc:creator>

					<description>
						<![CDATA[
						<p>cepstrum &#8220;method&#8221; :</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 164 52 97 196617 fftin~ 1;<br />
#P newex 164 210 81 196617 ifft~ 256 256 0;<br />
#P newex 164 128 78 196617 fft~ 256 256 0;<br />
#P newex 164 233 81 196617 pow~ 2.718282;<br />
#P newex 164 102 29 196617 log~;<br />
#P newex 164 78 53 196617 cartopol~;<br />
#P connect 3 1 4 1;<br />
#P connect 3 0 4 0;<br />
#P connect 5 1 0 1;<br />
#P connect 5 0 0 0;<br />
#P connect 0 0 1 0;<br />
#P connect 1 0 3 0;<br />
#P connect 4 0 2 0;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86754</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86754</link>
					<pubDate>Mon, 23 Oct 2006 13:02:26 +0000</pubDate>
					<dc:creator>Ben Nevile</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry to be thick, but I do not understand there&#8230;</p>
<p>Is there a white paper somewhere I can read to understand the process?</p>
<p>pa</p>
<p>Le 23 oct. 06 ? 13:21, olivier pasquet a ?crit :</p>
<p>> cepstrum &#8220;method&#8221; :<br />
><br />
> #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> #P window linecount 1;<br />
> #P newex 164 52 97 196617 fftin~ 1;<br />
> #P newex 164 210 81 196617 ifft~ 256 256 0;<br />
> #P newex 164 128 78 196617 fft~ 256 256 0;<br />
> #P newex 164 233 81 196617 pow~ 2.718282;<br />
> #P newex 164 102 29 196617 log~;<br />
> #P newex 164 78 53 196617 cartopol~;<br />
> #P connect 3 1 4 1;<br />
> #P connect 3 0 4 0;<br />
> #P connect 5 1 0 1;<br />
> #P connect 5 0 0 0;<br />
> #P connect 0 0 1 0;<br />
> #P connect 1 0 3 0;<br />
> #P connect 4 0 2 0;<br />
> _______________________________________________<br />
> maxmsp mailing list<br />
> <a href="mailto:maxmsp@cycling74.com">maxmsp@cycling74.com</a><br />
> <a href="http://www.cycling74.com/mailman/listinfo/maxmsp" rel="nofollow">http://www.cycling74.com/mailman/listinfo/maxmsp</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86755</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86755</link>
					<pubDate>Mon, 23 Oct 2006 13:09:43 +0000</pubDate>
					<dc:creator>Ben Nevile</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Olivier,</p>
<p>I am not sure to understand which part of the problem your patch is  <br />
solving.</p>
<p>Also, the iifft~ following the fft~ without any other object in between  <br />
is weird&#8230;</p>
<p>Could you please comment a little bit?</p>
<p>Thanks.</p>
<p>Roald Baudoux</p>
<p>Le 23-oct.-06, ? 14:21, olivier pasquet a ?crit :</p>
<p>> cepstrum &#8220;method&#8221; :<br />
><br />
> #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> #P window linecount 1;<br />
> #P newex 164 52 97 196617 fftin~ 1;<br />
> #P newex 164 210 81 196617 ifft~ 256 256 0;<br />
> #P newex 164 128 78 196617 fft~ 256 256 0;<br />
> #P newex 164 233 81 196617 pow~ 2.718282;<br />
> #P newex 164 102 29 196617 log~;<br />
> #P newex 164 78 53 196617 cartopol~;<br />
> #P connect 3 1 4 1;<br />
> #P connect 3 0 4 0;<br />
> #P connect 5 1 0 1;<br />
> #P connect 5 0 0 0;<br />
> #P connect 0 0 1 0;<br />
> #P connect 1 0 3 0;<br />
> #P connect 4 0 2 0;<br />
> _______________________________________________<br />
> maxmsp mailing list<br />
> <a href="mailto:maxmsp@cycling74.com">maxmsp@cycling74.com</a><br />
> <a href="http://www.cycling74.com/mailman/listinfo/maxmsp" rel="nofollow">http://www.cycling74.com/mailman/listinfo/maxmsp</a><br />
><br />
><br />
Roald Baudoux<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Prochain ?v?nement : installation Graph?mes cr??e en collaboration avec  <br />
le plasticien Michel Cleempoel dans le cadre du festival AVXL &#8211; ? la  <br />
librairie Gn?thi Seauton, 347 Ch?e d&#8217;Ixelles 1050 Ixelles/Bruxelles &#8211;  <br />
du 16 novembre au 3 d?cembre 2006<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Compositeur de musique ?lectroacoustique acousmatique et cr?ateur  <br />
d&#8217;installations sonores.<br />
(<a href="http://robaublog.canalblog.com/" rel="nofollow">http://robaublog.canalblog.com/</a>)<br />
-<br />
Charg? de cours et assistant aupr?s de la section des musiques  <br />
?lectroacoustiques du Conservatoire Royal de Mons.<br />
(<a href="http://homeusers.brutele.be/rdbx/" rel="nofollow">http://homeusers.brutele.be/rdbx/</a> <br />
Depliant_section_EA_Mons_juin_2005.pdf)<br />
-<br />
Journaliste et r?dacteur pour le magazine &#8220;Les Cahiers de l&#8217;ACME-Audio  <br />
Pro&#8221;.<br />
(<a href="http://www.cahiersacme.com" rel="nofollow">http://www.cahiersacme.com</a>)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
T?l/fax: +32.(0)2.503.23.46<br />
Mobile: +32.(0)497.32.38.13<br />
VoIP : Skype &#8211; nesdnuma</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86756</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86756</link>
					<pubDate>Mon, 23 Oct 2006 13:17:58 +0000</pubDate>
					<dc:creator>Jean-Francois Charles</dc:creator>

					<description>
						<![CDATA[
						<p>[gizmo~] might give you what you want.</p>
<p>The enormous amount of undocumented functions (means, they could change in<br />
next version of MSP) should enable that. Find the functions with<br />
option-shift-right click on the object, as usual.<br />
See this patch that someone posted once on the list (I can&#8217;t access the<br />
archives right now):</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P flonum 205 269 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P toggle 38 288 15 0;<br />
#P window linecount 1;<br />
#P message 55 288 87 196617 enable $1;<br />
#P flonum 18 271 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 271 87 196617 coeff $1;<br />
#P flonum 18 254 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 254 87 196617 slope $1;<br />
#P number 18 237 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 237 87 196617 clip $1;<br />
#P number 18 220 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 220 87 196617 filter $1;<br />
#P number 18 203 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 203 87 196617 smooth $1;<br />
#P number 18 186 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 186 87 196617 correction $1;<br />
#P number 18 169 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 169 87 196617 logscale $1;<br />
#P number 18 152 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 152 87 196617 inharmonic $1;<br />
#P number 18 135 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 135 87 196617 drawout $1;<br />
#P number 18 118 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 118 87 196617 drawinh $1;<br />
#P number 18 101 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 101 87 196617 drawenv $1;<br />
#P number 18 84 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 84 87 196617 drawcentroids $1;<br />
#P number 18 67 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 67 87 196617 drawpeaks $1;<br />
#P number 18 50 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P message 55 50 87 196617 drawoutput $1;<br />
#P message 55 33 87 196617 ft2 $1;<br />
#P flonum 18 33 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P window linecount 3;<br />
#P comment 260 268 166 196617 For more detailed information see the<br />
Proceedings of the 2002 ICMC , Goteborg , Sweden , pp. 126-129.;<br />
#P window linecount 1;<br />
#P hidden message 255 143 14 196617 0;<br />
#P user kslider 303 121 35 1 -24 48 19 7 0 128 128 128 128 128 128 255 255<br />
255 0 0 0 0 0 0;<br />
#P flonum 303 161 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 303 180 112 196617 expr pow(2.\,$f1/12);<br />
#P hidden newex 255 121 45 196617 loadbang;<br />
#P newex 176 293 39 196617 *~ 0.2;<br />
#P user ezdac~ 176 319 220 352 0;<br />
#P message 176 168 55 196617 $1 , loop 1;<br />
#P flonum 303 201 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P toggle 176 149 15 0;<br />
#P message 145 149 29 196617 open;<br />
#N sfplay~  1 80640 0 ;<br />
#P newobj 176 190 43 196617 sfplay~;<br />
#P newex 176 224 137 196617 pfft~ gizmo_loadme 4096 4;<br />
#P connect 4 0 0 1;<br />
#P connect 9 0 4 0;<br />
#P connect 10 0 9 0;<br />
#P connect 11 0 10 0;<br />
#P hidden connect 12 0 11 0;<br />
#P hidden connect 8 0 12 0;<br />
#P connect 7 0 6 0;<br />
#P connect 7 0 6 1;<br />
#P connect 46 0 7 1;<br />
#P connect 0 0 7 0;<br />
#P hidden connect 44 0 0 0;<br />
#P hidden connect 28 0 0 0;<br />
#P hidden connect 42 0 0 0;<br />
#P hidden connect 26 0 0 0;<br />
#P hidden connect 40 0 0 0;<br />
#P hidden connect 24 0 0 0;<br />
#P hidden connect 38 0 0 0;<br />
#P hidden connect 22 0 0 0;<br />
#P hidden connect 36 0 0 0;<br />
#P hidden connect 20 0 0 0;<br />
#P hidden connect 34 0 0 0;<br />
#P hidden connect 18 0 0 0;<br />
#P hidden connect 32 0 0 0;<br />
#P hidden connect 16 0 0 0;<br />
#P hidden connect 30 0 0 0;<br />
#P hidden connect 15 0 0 0;<br />
#P connect 1 0 0 0;<br />
#P connect 2 0 1 0;<br />
#P connect 5 0 1 0;<br />
#P connect 3 0 5 0;<br />
#P hidden connect 45 0 44 0;<br />
#P hidden connect 43 0 42 0;<br />
#P hidden connect 41 0 40 0;<br />
#P hidden connect 39 0 38 0;<br />
#P hidden connect 37 0 36 0;<br />
#P hidden connect 35 0 34 0;<br />
#P hidden connect 33 0 32 0;<br />
#P hidden connect 31 0 30 0;<br />
#P hidden connect 29 0 28 0;<br />
#P hidden connect 27 0 26 0;<br />
#P hidden connect 25 0 24 0;<br />
#P hidden connect 23 0 22 0;<br />
#P hidden connect 21 0 20 0;<br />
#P hidden connect 19 0 18 0;<br />
#P hidden connect 17 0 16 0;<br />
#P hidden connect 14 0 15 0;<br />
#P window clipboard copycount 47;</p>
<p>By the way, did you know gizmo~ does also freqshift? And this is documented<br />
(see MSP Reference).<br />
Jean-Fran?ois.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86757</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86757</link>
					<pubDate>Mon, 23 Oct 2006 13:54:46 +0000</pubDate>
					<dc:creator>Jean-Francois Charles</dc:creator>

					<description>
						<![CDATA[
						<p>Yeah, the famous fft of the fft.<br />
That gives the cepstrum coefficients.<br />
And among them, you will have to retain only the first coefficients of each<br />
fft frame. Because the first coefficients are those describing the spectral<br />
envelope.<br />
Right?<br />
Please don&#8217;t rely on me, I&#8217;m just guessing!<br />
Yes, a comment with the patch would be more than welcome. Even more helpful<br />
would be to have the &#8220;end&#8221; of the patch, after pow~, that will take only the<br />
meaningful coefficients and draw the real-time spectrum envelope.<br />
Jean-Fran?ois.</p>
<p>At 10/23/06 8:21 AM, you wrote?:</p>
<p>> cepstrum &#8220;method&#8221; :</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86758</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86758</link>
					<pubDate>Wed, 03 Jan 2007 17:36:47 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>This fragment appears to be incomplete.  Max produces nothing when making a<br />
patch from the clipboard.</p>
<p>
On 10/23/06 8:21 AM, &#8220;olivier pasquet&#8221; <olivier .Pasquet@ircam.fr> wrote:</olivier></p>
<p>> cepstrum &#8220;method&#8221; :<br />
> <br />
> #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> #P window linecount 1;<br />
> #P newex 164 52 97 196617 fftin~ 1;<br />
> #P newex 164 210 81 196617 ifft~ 256 256 0;<br />
> #P newex 164 128 78 196617 fft~ 256 256 0;<br />
> #P newex 164 233 81 196617 pow~ 2.718282;<br />
> #P newex 164 102 29 196617 log~;<br />
> #P newex 164 78 53 196617 cartopol~;<br />
> #P connect 3 1 4 1;<br />
> #P connect 3 0 4 0;<br />
> #P connect 5 1 0 1;<br />
> #P connect 5 0 0 0;<br />
> #P connect 0 0 1 0;<br />
> #P connect 1 0 3 0;<br />
> #P connect 4 0 2 0;</p>
<p>
Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86759</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86759</link>
					<pubDate>Sat, 06 Jan 2007 20:36:58 +0000</pubDate>
					<dc:creator>Lewis</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve looked online for the 2002 ICMC Proceedings mentioned in the gizmo~ help but can&#8217;t really spare the $111 to purchase it.  Does anyone have a description of these undocumented functions (or know of documentation)?  Playing with them in the patch helps a little but some don&#8217;t seem to do anything I can actually hear, and my knowledge of ye olde fft is not sophisticated enough to extrapolate meaning from the messages themselves.  Any help or link to a copy of those 4 pages would be greatly appreciated!</p>
<p>
Quote: jeanfrancois.charles wrote on Mon, 23 October 2006 06:17<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> [gizmo~] might give you what you want.<br />
> <br />
> The enormous amount of undocumented functions (means, they could change in<br />
> next version of MSP) should enable that. Find the functions with<br />
> option-shift-right click on the object, as usual.<br />
> See this patch that someone posted once on the list (I can&#8217;t access the<br />
> archives right now):<br />
> </p>
<p>*patch omitted from quote*</p>
<p>> Jean-Fran?ois.<br />
> <br />
> <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86760</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86760</link>
					<pubDate>Mon, 08 Jan 2007 07:09:25 +0000</pubDate>
					<dc:creator>Jean-Francois Charles</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86761</guid>
					<title><![CDATA[Re: Transposing while keeping formants]]></title>
					<link>http://cycling74.com/forums/topic/transposing-while-keeping-formants/#post-86761</link>
					<pubDate>Mon, 08 Jan 2007 16:09:41 +0000</pubDate>
					<dc:creator>Eric Lyon</dc:creator>

					<description>
						<![CDATA[
						<p>mindwarp~ in the FFTease collection does formant adjustment. You could transpose up with gizmo~ and then push the formants back down with mindwarp~. </p>
<p><a href="http://www.sarc.qub.ac.uk/~elyon/LyonSoftware/MaxMSP/FFTease/" rel="nofollow">http://www.sarc.qub.ac.uk/~elyon/LyonSoftware/MaxMSP/FFTease/</a></p>
<p>Eric</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

