<?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: max msp as web application?</title>
		<atom:link href="http://cycling74.com/forums/topic/max-msp-as-web-application/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/max-msp-as-web-application/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 13:49:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-50575</guid>
					<title><![CDATA[max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-50575</link>
					<pubDate>Wed, 26 May 2010 14:08:35 +0000</pubDate>
					<dc:creator>ring</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;d like to biuld a website for my current project that starts a interactive composition for each user visiting my website.</p>
<p>So: is it possible to have a kind of web application with Max/MSP?</p>
<p>Or would you advise another programing language for that purpose (like java)?</p>
<p>Thank you for hints!</p>
<p>ring</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181447</guid>
					<title><![CDATA[Re: max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181447</link>
					<pubDate>Wed, 26 May 2010 20:17:03 +0000</pubDate>
					<dc:creator>georghajdu@mac.com</dc:creator>

					<description>
						<![CDATA[
						<p>There was an attempt to create a Max browser plugin a while ago. But this never materialized. Instead, people tended to use Flash to communicate with Max patches via an object called flashserver. I just checked the resource and it looks like the object was pulled from the site. Maybe you can find a version of the object somewhere.</p>
<p>Georg</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181448</guid>
					<title><![CDATA[Re: max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181448</link>
					<pubDate>Thu, 27 May 2010 17:53:01 +0000</pubDate>
					<dc:creator>ring</dc:creator>

					<description>
						<![CDATA[
						<p>thank you! As I worked already with flash this sounds like the right solution for me!</p>
<p>But how could I have a max patcher running on a server? Would I have to install MAX-Runtime on that server? What if many clients use the same patcher at one time (of course with different parameters) &#8211; Is there a server version of Max Runtime?<br />
(Please forgive me my lack of understanding network things!)</p>
<p>cheers,<br />
ring</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181449</guid>
					<title><![CDATA[Re: max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181449</link>
					<pubDate>Thu, 27 May 2010 21:27:44 +0000</pubDate>
					<dc:creator>georghajdu@mac.com</dc:creator>

					<description>
						<![CDATA[
						<p>Flash and Max/MSP communicate over an IP network and, therefore, don&#8217;t need to be on the same machine.<br />
Max RT can also run on a Windows or Mac OS X Server. We have a Snow Leopard Server at our school running the usual services plus Max/MSP.</p>
<p>I suggest you start learning about networking by studying the Max/MSP network objects. There is a suite of very useful objects such updsend/udpreceive as well as the mxj net.*.* objects which you&#8217;ll find in the Max5/Cycling &#8217;74/Java folder.</p>
<p>Good luck,</p>
<p>Georg</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181450</guid>
					<title><![CDATA[Re: max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181450</link>
					<pubDate>Thu, 27 May 2010 22:56:13 +0000</pubDate>
					<dc:creator>ring</dc:creator>

					<description>
						<![CDATA[
						<p>thanks, ok I will check that out.</p>
<p>But do I understand it right: There has to be a server with Max RT and my patcher installed and this server has to be online all the time?!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181451</guid>
					<title><![CDATA[Re: max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181451</link>
					<pubDate>Thu, 27 May 2010 23:31:36 +0000</pubDate>
					<dc:creator>Jesse</dc:creator>

					<description>
						<![CDATA[
						<p>If you&#8217;re comfortable with Java I suggest looking at Jsyn for this purpose &#8211;  it will run in a browser.  Max/MSP will not.</p>
<p>You can design a Flash front-end for a Max/MSP patcher, and have them communicate via a network transmission of some kind, but I don&#8217;t think that addresses your original question.  As you point out, Max/MSP is not designed to deal with multiple users simultaneously, although I suppose in theory you could build your patcher to do this if you were motivated enough. </p>
<p>If you want your composition to run in the browser then you need something that can run as a plugin/applet, like Jsyn.  Your Jsyn composition would be served out to users via a standard web server, which is built to handle many simultaneous users.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181452</guid>
					<title><![CDATA[Re: max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181452</link>
					<pubDate>Fri, 28 May 2010 07:05:22 +0000</pubDate>
					<dc:creator>ring</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, Jesse!<br />
Jsyn looks pretty good. I&#8217;ll check it out closer!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181453</guid>
					<title><![CDATA[Re: max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181453</link>
					<pubDate>Fri, 28 May 2010 10:22:53 +0000</pubDate>
					<dc:creator>Trond Lossius</dc:creator>

					<description>
						<![CDATA[
						<p>At BEK we&#8217;ve just done a project combining Max and Ruby On Rails. We used a sqlite3 database as the bridge between them. This is the default database used for Rails, and in Max we used the ftm.sqlite external from the Ircam FTM library to access the database.</p>
<p>We run Max OSX servers, and so installed Max on one of them. This time around we used it for a fairly simple application, but it was still nice as a first test and proof-of-concept.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181454</guid>
					<title><![CDATA[Re: max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181454</link>
					<pubDate>Sat, 29 May 2010 07:03:34 +0000</pubDate>
					<dc:creator>kochhw</dc:creator>

					<description>
						<![CDATA[
						<p>a couple of days ago i posted something about (early) work of having pure data run within mozilla = webbrowser.</p>
<p><a href="http://cycling74.com/forums/topic.php?id=26700#post-133070" rel="nofollow">http://cycling74.com/forums/topic.php?id=26700#post-133070</a></p>
<p>maybe thats another trail to follow</p>
<p>h</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181455</guid>
					<title><![CDATA[Re: max msp as web application?]]></title>
					<link>http://cycling74.com/forums/topic/max-msp-as-web-application/#post-181455</link>
					<pubDate>Sat, 29 May 2010 08:30:00 +0000</pubDate>
					<dc:creator>ring</dc:creator>

					<description>
						<![CDATA[
						<p>It&#8217;s very important for me that the user doesn&#8217;t need to install any plugins especially for my website.</p>
<p>Therefore I think I go for java solution&#8230;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

