<?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: message to max from JS</title>
		<atom:link href="http://cycling74.com/forums/topic/message-to-max-from-js/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/message-to-max-from-js/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 14:24:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/message-to-max-from-js/#post-66692</guid>
					<title><![CDATA[message to max from JS]]></title>
					<link>http://cycling74.com/forums/topic/message-to-max-from-js/#post-66692</link>
					<pubDate>Sun, 24 Feb 2013 11:46:07 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
is there a way to send message to max using only JS ?</p>
<p>(I mean without using (; max &#8230;..) message objects )</p>
<p>Any leads would be cool.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/message-to-max-from-js/#post-240042</guid>
					<title><![CDATA[Re: message to max from JS]]></title>
					<link>http://cycling74.com/forums/topic/message-to-max-from-js/#post-240042</link>
					<pubDate>Sun, 24 Feb 2013 12:52:34 +0000</pubDate>
					<dc:creator>willyc</dc:creator>

					<description>
						<![CDATA[
						<p>From the javascript documentation:</p>
<p><a href="http://www.cycling74.com/docs/max5/vignettes/js/jsglobal.html" rel="nofollow">http://www.cycling74.com/docs/max5/vignettes/js/jsglobal.html</a></p>
<p><a href="http://www.cycling74.com/docs/max5/vignettes/js/jsmaxobject.html#maxobjectproperties" rel="nofollow">http://www.cycling74.com/docs/max5/vignettes/js/jsmaxobject.html#maxobjectproperties</a></p>
<p>You can access the globally available max object and call methods on it, e.g. to wrap up turning overdrive on/off in a js function:</p>
<p>function setOverdriveState(state) {<br />
    max.preempt(state);<br />
}</p>
<p>Other available messages to Max:</p>
<p><a href="http://cycling74.com/docs/max5/vignettes/core/messages_to_max.html" rel="nofollow">http://cycling74.com/docs/max5/vignettes/core/messages_to_max.html</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

