<?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: Room mode detection with Max</title>
		<atom:link href="http://cycling74.com/forums/topic/room-mode-detection-with-max/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 23:04:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-38252</guid>
					<title><![CDATA[Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-38252</link>
					<pubDate>Thu, 05 Jun 2008 14:39:04 +0000</pubDate>
					<dc:creator>pmt</dc:creator>

					<description>
						<![CDATA[
						<p>hi all,</p>
<p>i have a pair of JBL monitors that, through the use of an <br />
omnidirectional mic placed at the listening point and connected to the <br />
speakers, perform a room mode adjustment via some sine sweeps. i am <br />
assuming that spectral analysis of the sweeps allow the monitors to <br />
determine what frequencies a space amplifies or attenuates, and it <br />
adjusts it&#8217;s eq accordingly.</p>
<p>i&#8217;m wondering if anyone on this list has done anything similar with <br />
Max/MSP? So, assuming you have a two monitor (or PA speaker) setup with <br />
an omnidirectional mic placed at some predetermined distance from the <br />
speakers, how would you determine the standing waves in a given space <br />
(automatically &#8211; that is an important caveat)? if you have done this but <br />
with another tool, i&#8217;d be curious to hear about it, but i plan on <br />
implementing it in Max myself.</p>
<p>one approach i have considered is playing a sine sweep out the monitors, <br />
recording it, then playing that recording back and recording it, and <br />
over again several times, until the amplified/attenuated frequencies <br />
really start to stand out. then compare FFTs of generation 1 with <br />
generation 5 (or something like that) and look for the significant <br />
differences. anyway, i&#8217;m interested and curious to hear ideas, input, <br />
criticisms, etc. this project is to end in an installation as part of my <br />
dissertation, so all code developed for it will be shared and open. many <br />
thanks in advance.</p>
<p>best,</p>
<p>peter</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133100</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133100</link>
					<pubDate>Thu, 05 Jun 2008 16:55:10 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>I never tried this, but I would definitely use only one speaker to play the sine to avoid an unnecessary risk of interference at the position of the mic.</p>
<p>Mattijs</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133101</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133101</link>
					<pubDate>Fri, 06 Jun 2008 16:49:01 +0000</pubDate>
					<dc:creator>pmt</dc:creator>

					<description>
						<![CDATA[
						<p>yes, i&#8217;m doing that. i made some recordings of the Room Mode Correction <br />
sequence that my JBLs do, and they don&#8217;t seem to put out simple sine <br />
sweeps. this is also possibly because they are calibrating purely for <br />
the listening position. for my purposes, i don&#8217;t care a specific <br />
listening position, but rather just determining the standing <br />
waves/harmonics of a space.</p>
<p>p</p>
<p>Mattijs Kneppers wrote:<br />
> I never tried this, but I would definitely use only one speaker to play the sine to avoid an unnecessary risk of interference at the position of the mic.<br />
><br />
> Mattijs<br />
>   </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133102</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133102</link>
					<pubDate>Fri, 06 Jun 2008 19:07:08 +0000</pubDate>
					<dc:creator>Eli</dc:creator>

					<description>
						<![CDATA[
						<p>I would say take the recording of the sine sweeps (first find out what pitch range the sine sweep has-and what exact pitches occur at say, 64 points of the sine sweep) and then subtract the dry (not played back through the room, internal) sine sweep to find out what the room adds to the sound, and at what pitches the room amplifies the sine sweep at. <br />
Then with that information send all of Max/MSPs output through a [filtergraph~] object that EQs the Max/MSP audio accordingly, before it is outputted into the room.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133103</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133103</link>
					<pubDate>Fri, 06 Jun 2008 21:40:02 +0000</pubDate>
					<dc:creator>Mattijs</dc:creator>

					<description>
						<![CDATA[
						<p>But isn&#8217;t the best way to characterize a room to simply get its impulse response? This would automatically give you the frequency response.</p>
<p>Mattijs</p>
<p>
Quote: pmt4u wrote on Fri, 06 June 2008 18:49<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> yes, i&#8217;m doing that. i made some recordings of the Room Mode Correction <br />
> sequence that my JBLs do, and they don&#8217;t seem to put out simple sine <br />
> sweeps. this is also possibly because they are calibrating purely for <br />
> the listening position. for my purposes, i don&#8217;t care a specific <br />
> listening position, but rather just determining the standing <br />
> waves/harmonics of a space.<br />
> <br />
> p<br />
> <br />
> Mattijs Kneppers wrote:<br />
> > I never tried this, but I would definitely use only one speaker to play the sine to avoid an unnecessary risk of interference at the position of the mic.<br />
> ><br />
> > Mattijs<br />
> >   <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/room-mode-detection-with-max/#post-133104</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133104</link>
					<pubDate>Fri, 06 Jun 2008 22:00:41 +0000</pubDate>
					<dc:creator>Chris Muir</dc:creator>

					<description>
						<![CDATA[
						<p>
On Jun 6, 2008, at 2:40 PM, Mattijs Kneppers wrote:<br />
> But isn&#8217;t the best way to characterize a room to simply get its  <br />
> impulse response? This would automatically give you the frequency  <br />
> response.</p>
<p>
But would this tell you much about standing waves?</p>
<p>-C</p>
<p>Chris Muir<br />
<a href="mailto:cbm@well.com">cbm@well.com</a>	</p>
<p><a href="http://www.xfade.com" rel="nofollow">http://www.xfade.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133105</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133105</link>
					<pubDate>Sat, 07 Jun 2008 00:31:06 +0000</pubDate>
					<dc:creator>kjg</dc:creator>

					<description>
						<![CDATA[
						<p>this might help:</p>
<p><a href="http://www.marktaw.com/recording/Acoustics/RoomModeStandingWaveCalcu.html" rel="nofollow">http://www.marktaw.com/recording/Acoustics/RoomModeStandingWaveCalcu.html</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133106</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133106</link>
					<pubDate>Sat, 07 Jun 2008 00:57:13 +0000</pubDate>
					<dc:creator>pmt</dc:creator>

					<description>
						<![CDATA[
						<p>i thought about trying an impulse too, but haven&#8217;t gotten to it yet. my <br />
guess is that i would need to do several record/play sequences to build <br />
up enough response that the standing frequencies could be detected <br />
automatically. another method i tried last night was just playing a few <br />
seconds of white noise (using noise~ of course), and record/playing <br />
several times over. that also brought out specific frequencies over <br />
time, although i&#8217;m not quite sure yet how to actually determine those <br />
frequencies via analysis in max (i haven&#8217;t used the fft objects before, <br />
but i&#8217;m guessing that is where the answers lie). still, a sine sweep <br />
seems to produce the best results so far.</p>
<p>p</p>
<p>Chris Muir wrote:<br />
><br />
> On Jun 6, 2008, at 2:40 PM, Mattijs Kneppers wrote:<br />
>> But isn&#8217;t the best way to characterize a room to simply get its <br />
>> impulse response? This would automatically give you the frequency <br />
>> response.<br />
><br />
><br />
> But would this tell you much about standing waves?<br />
><br />
> -C<br />
><br />
> Chris Muir<br />
> <a href="mailto:cbm@well.com">cbm@well.com</a>   <br />
> <a href="http://www.xfade.com" rel="nofollow">http://www.xfade.com</a><br />
><br />
><br />
><br />
><br />
><br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133107</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133107</link>
					<pubDate>Sat, 07 Jun 2008 01:05:19 +0000</pubDate>
					<dc:creator>pmt</dc:creator>

					<description>
						<![CDATA[
						<p>this is useful, although i&#8217;m not sure if it is in terms of what i&#8217;m <br />
trying to accomplish in this particular patch. the issue here is that it <br />
should be an automated process, i.e., that the software should be able <br />
to sound out the fundamental modes of the room, and then use them to <br />
musical effect later on. this means it knows nothing about the space&#8217;s <br />
actual dimensions. this is still nice tool though, thanks!</p>
<p>p</p>
<p>Klaas-Jan Govaart wrote:<br />
> this might help:<br />
> <a href="http://www.marktaw.com/recording/Acoustics/RoomModeStandingWaveCalcu.html" rel="nofollow">http://www.marktaw.com/recording/Acoustics/RoomModeStandingWaveCalcu.html</a><br />
>   </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133108</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133108</link>
					<pubDate>Sat, 07 Jun 2008 01:37:12 +0000</pubDate>
					<dc:creator>Eli</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, you&#8217;re going to have to analyze the recorded sine sweep or impulse with the Fast Fourier Transform, so get comfortable with the objects that use it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133109</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133109</link>
					<pubDate>Sat, 07 Jun 2008 09:21:34 +0000</pubDate>
					<dc:creator>dodgeroo</dc:creator>

					<description>
						<![CDATA[
						<p>a quick and dirty way to do this is to record the ambient sound of the<br />
room then play it back into the room, then record that, and play it,<br />
then record that, then play it&#8230; etc.  It is a rough way of doing it<br />
and any attenuations and boosts in your speaker or mic might influence<br />
the result but it is a quick way to get some of the stronger room<br />
modes and it is a fun experiment :)</p>
<p>On Sat, Jun 7, 2008 at 2:37 AM, Eli Stine <stine .eli@gmail.com> wrote:<br />
><br />
> Yes, you&#8217;re going to have to analyze the recorded sine sweep or impulse with the Fast Fourier Transform, so get comfortable with the objects that use it.<br />
></stine></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133110</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133110</link>
					<pubDate>Sat, 07 Jun 2008 10:21:38 +0000</pubDate>
					<dc:creator>kjg</dc:creator>

					<description>
						<![CDATA[
						<p>So you want Max to detect the room modes. Ok.<br />
Guess I was skipping through your original message a bit too fast yesterday. I thought you just wanted to know (through whatever means) what the modes of the room are. The math behind that isn&#8217;t really that hard, so I figured you could just calculate it instead of using a patch measuring. When trying to dig out the formulas I ran into the applet that does in for you.</p>
<p>I guess sweeping the room could get you some data on the dips and peaks (but at the exact mic position only!). I&#8217;m assuming you would want to correct for those using eq? Keep in mind that a peak in one spot (near a node) often has a corresponding dip (near the anti-node) ans vice versa. <br />
Say you measure -3dB at 100Hz where your mic is.. Then you set up an eq to compensate for that.. In another place in the room, you have now increased a 3db peak at 100Hz to 6dB. (Simplified example, but you get the idea).<br />
Keep in mind that using a sine sweep through one speaker is only a very rough approximation of the real life situation. With two speakers and complex sound, moving the microphone only an inch can result in a very different measurement. Prepare to lock your head using some metal.. You need to be in a fixed position&#8230;<br />
Also, room modes are not only a frequency, but also a time domain issue.. They are resonances &#8211; stored energy. Read into modal ringing.</p>
<p>I feel that eq/filtering is not the way of dealing with problems in acoustics, generally. Money spent of speakers and plugins that provide &#8220;corrective&#8221; systems, is often better spent on a bass trap or two&#8230; After doing some calculations, of course. This way you deal with the problem at the source. &#8220;Corrections&#8221; using filtering and such are just a band-aid.</p>
<p>What is your application?? Or is it just about &#8220;can I built the same thing in Max?&#8221;, regardless of it being a good way of dealing with things or not? </p>
<p>regards,<br />
kjg</p>
<p>Quote: pmt4u wrote on Sat, 07 June 2008 03:05<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> this is useful, although i&#8217;m not sure if it is in terms of what i&#8217;m <br />
> trying to accomplish in this particular patch. the issue here is that it <br />
> should be an automated process, i.e., that the software should be able <br />
> to sound out the fundamental modes of the room, and then use them to <br />
> musical effect later on. this means it knows nothing about the space&#8217;s <br />
> actual dimensions. this is still nice tool though, thanks!<br />
> <br />
> p<br />
> <br />
> Klaas-Jan Govaart wrote:<br />
> > this might help:<br />
> > <a href="http://www.marktaw.com/recording/Acoustics/RoomModeStandingWaveCalcu.html" rel="nofollow">http://www.marktaw.com/recording/Acoustics/RoomModeStandingWaveCalcu.html</a><br />
> >   <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/room-mode-detection-with-max/#post-133111</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133111</link>
					<pubDate>Sat, 07 Jun 2008 14:44:16 +0000</pubDate>
					<dc:creator>pmt</dc:creator>

					<description>
						<![CDATA[
						<p>thanks! i was wondering how much of a difference mic position would <br />
make. i figured it would make a lot, thanks for confirming that. in <br />
terms of my application, i&#8217;m not actually looking to eq/filter at all. <br />
this is for a piece, a sort of automated sound installation that could <br />
be placed in any enclosed space, sound out the space, and then play with <br />
the resonances/modes it detects. so i&#8217;m really looking to play with and <br />
exploit those modes, rather than filtering them out or compensating for <br />
them. my jbl monitors obviously do this analysis as a form of <br />
correction, which gave me the idea to use a similar technique for a <br />
difference purpose.</p>
<p>p</p>
<p>Klaas-Jan Govaart wrote:<br />
> So you want Max to detect the room modes. Ok.<br />
> Guess I was skipping through your original message a bit too fast yesterday. I thought you just wanted to know (through whatever means) what the modes of the room are. The math behind that isn&#8217;t really that hard, so I figured you could just calculate it instead of using a patch measuring. When trying to dig out the formulas I ran into the applet that does in for you.<br />
><br />
> I guess sweeping the room could get you some data on the dips and peaks (but at the exact mic position only!). I&#8217;m assuming you would want to correct for those using eq? Keep in mind that a peak in one spot (near a node) often has a corresponding dip (near the anti-node) ans vice versa. <br />
> Say you measure -3dB at 100Hz where your mic is.. Then you set up an eq to compensate for that.. In another place in the room, you have now increased a 3db peak at 100Hz to 6dB. (Simplified example, but you get the idea).<br />
> Keep in mind that using a sine sweep through one speaker is only a very rough approximation of the real life situation. With two speakers and complex sound, moving the microphone only an inch can result in a very different measurement. Prepare to lock your head using some metal.. You need to be in a fixed position&#8230;<br />
> Also, room modes are not only a frequency, but also a time domain issue.. They are resonances &#8211; stored energy. Read into modal ringing.<br />
><br />
> I feel that eq/filtering is not the way of dealing with problems in acoustics, generally. Money spent of speakers and plugins that provide &#8220;corrective&#8221; systems, is often better spent on a bass trap or two&#8230; After doing some calculations, of course. This way you deal with the problem at the source. &#8220;Corrections&#8221; using filtering and such are just a band-aid.<br />
><br />
> What is your application?? Or is it just about &#8220;can I built the same thing in Max?&#8221;, regardless of it being a good way of dealing with things or not? <br />
><br />
> regards,<br />
> kjg<br />
><br />
><br />
><br />
> Quote: pmt4u wrote on Sat, 07 June 2008 03:05<br />
> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
>   <br />
>> this is useful, although i&#8217;m not sure if it is in terms of what i&#8217;m <br />
>> trying to accomplish in this particular patch. the issue here is that it <br />
>> should be an automated process, i.e., that the software should be able <br />
>> to sound out the fundamental modes of the room, and then use them to <br />
>> musical effect later on. this means it knows nothing about the space&#8217;s <br />
>> actual dimensions. this is still nice tool though, thanks!<br />
>><br />
>> p<br />
>><br />
>> Klaas-Jan Govaart wrote:<br />
>>     <br />
>>> this might help:<br />
>>> <a href="http://www.marktaw.com/recording/Acoustics/RoomModeStandingWaveCalcu.html" rel="nofollow">http://www.marktaw.com/recording/Acoustics/RoomModeStandingWaveCalcu.html</a><br />
>>>   <br />
>>>       <br />
>>     <br />
> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
><br />
><br />
>   </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133112</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133112</link>
					<pubDate>Sat, 07 Jun 2008 15:30:57 +0000</pubDate>
					<dc:creator>kjg</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: pmt4u wrote on Sat, 07 June 2008 16:44<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> thanks! i was wondering how much of a difference mic position would <br />
> make. i figured it would make a lot, thanks for confirming that. in <br />
> terms of my application, i&#8217;m not actually looking to eq/filter at all. <br />
> this is for a piece, a sort of automated sound installation that could <br />
> be placed in any enclosed space, sound out the space, and then play with <br />
> the resonances/modes it detects. so i&#8217;m really looking to play with and <br />
> exploit those modes, rather than filtering them out or compensating for <br />
> them. my jbl monitors obviously do this analysis as a form of <br />
> correction, which gave me the idea to use a similar technique for a <br />
> difference purpose.</p>
<p>ok, sounds interesting! keep us posted on your progress, ok? </p>
<p>good luck!<br />
klaas-jan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133113</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133113</link>
					<pubDate>Mon, 09 Jun 2008 12:24:33 +0000</pubDate>
					<dc:creator>Luis Marques</dc:creator>

					<description>
						<![CDATA[
						<p>hi, i read this post and is a realy interesting subject, but, instead of using fft why don&#8217;t simple use analyze~ ?? i&#8217;m i going to a wrong way?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133114</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133114</link>
					<pubDate>Mon, 09 Jun 2008 15:05:34 +0000</pubDate>
					<dc:creator>pmt</dc:creator>

					<description>
						<![CDATA[
						<p>thanks luis, i&#8217;ll check it out. currently cnmat.berkeley.edu (where the <br />
object is apparently hosted) is not responding for me, so hopefully <br />
they&#8217;ll bring it back online soon. i&#8217;ll let you know if analyzer~ does <br />
what i&#8217;m looking for. thanks again.</p>
<p>best,</p>
<p>peter</p>
<p>Luis Marques wrote:<br />
> hi, i read this post and is a realy interesting subject, but, instead of using fft why don&#8217;t simple use analyze~ ?? i&#8217;m i going to a wrong way?<br />
>   </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133115</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133115</link>
					<pubDate>Mon, 09 Jun 2008 15:10:39 +0000</pubDate>
					<dc:creator>Luis Marques</dc:creator>

					<description>
						<![CDATA[
						<p>i can send it to you, or post a link here&#8230; just let me know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133116</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133116</link>
					<pubDate>Mon, 09 Jun 2008 16:43:14 +0000</pubDate>
					<dc:creator>pmt</dc:creator>

					<description>
						<![CDATA[
						<p>that would be great. either emailing to me or posting a link on the list <br />
is fine. the cnmat site is still currently down (at least from where i&#8217;m <br />
trying to reach it). i need the OSX version of the external. thanks luis!</p>
<p>p</p>
<p>Luis Marques wrote:<br />
> i can send it to you, or post a link here&#8230; just let me know.<br />
>   </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133117</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133117</link>
					<pubDate>Mon, 09 Jun 2008 17:01:28 +0000</pubDate>
					<dc:creator>Luis Marques</dc:creator>

					<description>
						<![CDATA[
						<p>ok, below is the rapidshare link, since you mention CNMAT i presume you want the whole package. just let me know if analyze~ is the answer.</p>
<p><a href="http://rapidshare.com/files/121246903/CNMAT-MachO.zip.html" rel="nofollow">http://rapidshare.com/files/121246903/CNMAT-MachO.zip.html</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133118</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133118</link>
					<pubDate>Mon, 09 Jun 2008 17:04:59 +0000</pubDate>
					<dc:creator>Luis Marques</dc:creator>

					<description>
						<![CDATA[
						<p>i forgot to mention, this is the mac osx package and i tested in max 4.6.3 and 5.0.2 and works fine. i presume this works on windows too, but in not shure, since i only work whit mac.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133119</guid>
					<title><![CDATA[Re: Room mode detection with Max]]></title>
					<link>http://cycling74.com/forums/topic/room-mode-detection-with-max/#post-133119</link>
					<pubDate>Mon, 09 Jun 2008 17:34:16 +0000</pubDate>
					<dc:creator>pmt</dc:creator>

					<description>
						<![CDATA[
						<p>thank you again luis, this is great. as far as platforms go, tristan <br />
jehan provides separate binaries for win, os9, and osX on his site, so <br />
i&#8217;m not sure these ones would work on anything other than a mac running <br />
os x. anyway, i&#8217;ll get to work learning about them, and will update the <br />
list if i come up with any interesting/working solutions to my problem. <br />
many thanks again for your help.</p>
<p>best,</p>
<p>peter</p>
<p>Luis Marques wrote:<br />
> i forgot to mention, this is the mac osx package and i tested in max 4.6.3 and 5.0.2 and works fine. i presume this works on windows too, but in not shure, since i only work whit mac. <br />
>   </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

