<?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: Any way to translate this into a MaxMSP patch?</title>
		<atom:link href="http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 14:58:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/#post-58473</guid>
					<title><![CDATA[Any way to translate this into a MaxMSP patch?]]></title>
					<link>http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/#post-58473</link>
					<pubDate>Sun, 14 Aug 2011 16:14:57 +0000</pubDate>
					<dc:creator>oivindi</dc:creator>

					<description>
						<![CDATA[
						<p>I have found a &#8220;virtual mic processor&#8221; that I want to incorporate into MaxMSP, but I have never used the js object before &#8211; and I certainly haven&#8217;t programmed in javascript.</p>
<p>This is the script, and it&#8217;s made for Reaper &#8211; and its &#8220;JS&#8221; language.</p>
<p><a href="http://urlme.net/audio/PIPMICS-DipoleProcessor.txt" rel="nofollow">http://urlme.net/audio/PIPMICS-DipoleProcessor.txt</a></p>
<p>It processes stereo audio.</p>
<p>Is there a way to translate this into MaxMSP?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/#post-210118</guid>
					<title><![CDATA[Re: Any way to translate this into a MaxMSP patch?]]></title>
					<link>http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/#post-210118</link>
					<pubDate>Sun, 14 Aug 2011 21:28:30 +0000</pubDate>
					<dc:creator>amounra</dc:creator>

					<description>
						<![CDATA[
						<p>Short answer:  yes.</p>
<p>Long answer:  In order to do this with scripting, you would have to know some things about scripting MSP objects in js.  You would then have to figure out what objects to use in a normal Max patch to replace the reaper objects, and then link the patcher objects to scripting variables.  Then you could begin to translate the reaper js script to Max js.  This is not a straight forward process, and you would for all purposes be rewriting the entire thing in a new language&#8230;.there is no direct (or even general) translation from one js to the other&#8230;.its only coincidental that both Reaper and Max support js, so you could do this, but probably not like you are thinking&#8230;.hope that makes sense.</p>
<p>a</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/#post-210119</guid>
					<title><![CDATA[Re: Any way to translate this into a MaxMSP patch?]]></title>
					<link>http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/#post-210119</link>
					<pubDate>Mon, 15 Aug 2011 00:15:19 +0000</pubDate>
					<dc:creator>Floating Point</dc:creator>

					<description>
						<![CDATA[
						<p>I don&#8217;t think JS stands for javascript&#8211; I think is stands for &#8220;Jesus Sonic&#8221;, which I think is a script native to Reaper.</p>
<p>the language is simple and described here:</p>
<p><a href="http://www.cockos.com/reaper/sdk/js/js.php" rel="nofollow">http://www.cockos.com/reaper/sdk/js/js.php</a></p>
<p>to translate a text based language to a max patch is not trivial, but one basic principle is the assignment operator  (=) is like a patch cord, and the expression on the left is like the input object, and the expression an the right is like the signal output object.</p>
<p>some of the code is done on a sample-by-sample basis (not block or vector) so you&#8217;d need to interpret that code in terms of what it&#8217;s intended function is<br />
ie this fragment:</p>
<p>xLP = exp(-2.0*$pi*freqLP/srate);<br />
a0LP = 1.0-xLP;<br />
b1LP = -xLP;</p>
<p>is setting up coefficients for a filter, so you&#8217;d need to figure out what the filter is and then find the max equivalent (maybe [onepole]?)</p>
<p>So if you understand DSP techniques, then this code would be fairly simple to translate. If not you need to learn a bit of filter theory and also read up on the JS syntax.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/#post-210120</guid>
					<title><![CDATA[Re: Any way to translate this into a MaxMSP patch?]]></title>
					<link>http://cycling74.com/forums/topic/any-way-to-translate-this-into-a-maxmsp-patch/#post-210120</link>
					<pubDate>Mon, 15 Aug 2011 21:39:13 +0000</pubDate>
					<dc:creator>amounra</dc:creator>

					<description>
						<![CDATA[
						<p>lmao&#8230;.they did that on purpose ;)</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

