<?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: where can i write code for all max objects ?</title>
		<atom:link href="http://cycling74.com/forums/topic/where-can-i-write-code-for-all-max-objects/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/where-can-i-write-code-for-all-max-objects/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 19:09:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/where-can-i-write-code-for-all-max-objects/#post-59414</guid>
					<title><![CDATA[where can i write code for all max objects ?]]></title>
					<link>http://cycling74.com/forums/topic/where-can-i-write-code-for-all-max-objects/#post-59414</link>
					<pubDate>Tue, 18 Oct 2011 18:49:11 +0000</pubDate>
					<dc:creator>hexduhax</dc:creator>

					<description>
						<![CDATA[
						<p>hello ! i want to know if its possible to write code in java internally instead of using visual objects conections ? where can i see the code generated by max objects?</p>
<p>thanks in advance</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/where-can-i-write-code-for-all-max-objects/#post-213808</guid>
					<title><![CDATA[Re: where can i write code for all max objects ?]]></title>
					<link>http://cycling74.com/forums/topic/where-can-i-write-code-for-all-max-objects/#post-213808</link>
					<pubDate>Tue, 18 Oct 2011 21:16:31 +0000</pubDate>
					<dc:creator>Charles Baker</dc:creator>

					<description>
						<![CDATA[
						<p>This shows a little  lack of understanding of how Max/Msp/Jitter works: the only place where there is generated code is with the new gen~ suite&#8230; 99% of max uses encapsulated, precompiled  C or C+  code as basis for &#8216;objects&#8217; : there is no publicly accessible &#8216;interpreted&#8217; code, as there is with Java and the JVM based languages. Even java and javascript &#8216;scripting&#8217; just calls Java wrappers over the existing code objects, all compiled from C or C+.</p>
<p>There is a text based version of the visual patches, just save a patcher as text: but the real work is done in the C based objects that are linked together,the file just represents the linking and which objects are involved/called.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/where-can-i-write-code-for-all-max-objects/#post-213809</guid>
					<title><![CDATA[Re: where can i write code for all max objects ?]]></title>
					<link>http://cycling74.com/forums/topic/where-can-i-write-code-for-all-max-objects/#post-213809</link>
					<pubDate>Wed, 19 Oct 2011 17:32:07 +0000</pubDate>
					<dc:creator>hexduhax</dc:creator>

					<description>
						<![CDATA[
						<p>ok i got it all.<br />
Just as a courious i wonder if its posible to make a Max midi app that holds a midi object toolbar with knob ,slider, button etc&#8230; so the user can drag and drop those controllers dynamically  and customize a midi pad for controlling vsts and hardware devices like macro controlls</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

