<?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: mxj~ and dynamic patching of DSP routines</title>
		<atom:link href="http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 01:16:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-25979</guid>
					<title><![CDATA[mxj~ and dynamic patching of DSP routines]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-25979</link>
					<pubDate>Mon, 15 May 2006 14:01:18 +0000</pubDate>
					<dc:creator>sfogar</dc:creator>

					<description>
						<![CDATA[
						<p>David Ziccarelli wrote the following in his very interesting article<br />
&#8220;MSP Learns to Ride a Bike&#8221;:</p>
<p>&#8220;mxj~ is interesting because it shows a higher-level model for<br />
developing signal processing objects where the programmer can fill in<br />
a few Java classes and have a working object. It also supports a model<br />
for dynamic patching of DSP routines that we hope will be the basis of<br />
a future MSP.&#8221;</p>
<p>Please could you explain what does mean &#8220;It also supports a model for<br />
dynamic patching of DSP routines&#8221; ?</p>
<p>Is this a way to allocate on the fly dynamic DSP objects similar to<br />
what Supercollider does ?</p>
<p>All the best</p>
<p>Alessandro Fogar</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77113</guid>
					<title><![CDATA[Re: mxj~ and dynamic patching of DSP routines]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77113</link>
					<pubDate>Mon, 15 May 2006 18:48:27 +0000</pubDate>
					<dc:creator>topher lafata</dc:creator>

					<description>
						<![CDATA[
						<p>If all your classes support the MSPPerformable or a similar interface  <br />
you can easily build signal graphs on the fly.<br />
Topher</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77114</guid>
					<title><![CDATA[Re: mxj~ and dynamic patching of DSP routines]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77114</link>
					<pubDate>Mon, 15 May 2006 19:55:30 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>I don&#8217;t see any reason why you couldn&#8217;t do this in conventional MSP  <br />
externals &#8211; it&#8217;s just code &#8211; I guess the DSP cycling is an artefact  <br />
of the way Max/MSP deals with recompilation after rearrangements of  <br />
patcher cords.</p>
<p>	&#8211; N.</p>
<p>
   nick rothwell &#8212; composition, systems, performance &#8212; http:// <br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77115</guid>
					<title><![CDATA[Re: mxj~ and dynamic patching of DSP routines]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77115</link>
					<pubDate>Mon, 15 May 2006 19:59:13 +0000</pubDate>
					<dc:creator>projects</dc:creator>

					<description>
						<![CDATA[
						<p>What I think you&#8217;re missing, Nick, is that mxj~ provides an interface<br />
by which you can create unit generators in Java, and then mix and<br />
match those unit generators on the fly in another mxj~ object.  There<br />
currently is no simple way to load another C msp external within a C<br />
external.</p>
<p>Ben</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77116</guid>
					<title><![CDATA[Re: mxj~ and dynamic patching of DSP routines]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77116</link>
					<pubDate>Mon, 15 May 2006 20:48:19 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>Fair enough.</p>
<p>If I felt like it, I&#8217;m sure I could go away and invent some kind of  <br />
dynamic dispatching framework to allow me to load up native DLL&#8217;s for  <br />
C signal vector processing and get the same kind of mixing and  <br />
matching, but it would be hard work and awfully fiddly and messy, and  <br />
I most certainly do not feel like it&#8230;</p>
<p>	&#8211; N.</p>
<p>
   nick rothwell &#8212; composition, systems, performance &#8212; http:// <br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77117</guid>
					<title><![CDATA[Re: mxj~ and dynamic patching of DSP routines]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77117</link>
					<pubDate>Tue, 16 May 2006 19:25:09 +0000</pubDate>
					<dc:creator>projects</dc:creator>

					<description>
						<![CDATA[
						<p>> If I felt like it, I&#8217;m sure I could go away and invent some kind of<br />
> dynamic dispatching framework to allow me to load up native DLL&#8217;s for<br />
> C signal vector processing and get the same kind of mixing and<br />
> matching&#8230;</p>
<p>
absolutely, and it&#8217;s our hope that we can provide this kind of<br />
framework sometime in the future.</p>
<p>Ben</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77118</guid>
					<title><![CDATA[Re: mxj~ and dynamic patching of DSP routines]]></title>
					<link>http://cycling74.com/forums/topic/mxj-and-dynamic-patching-of-dsp-routines/#post-77118</link>
					<pubDate>Tue, 16 May 2006 20:25:51 +0000</pubDate>
					<dc:creator>sfogar</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>If I remember well somebody on the list said he developed something<br />
similar but then stopped.</p>
<p>Many thanks for all the replies.</p>
<p>Alessandro Fogar</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

