<?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: Can you create your own externals in C++?</title>
		<atom:link href="http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:26:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-63912</guid>
					<title><![CDATA[Can you create your own externals in C++?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-63912</link>
					<pubDate>Thu, 09 Aug 2012 02:22:39 +0000</pubDate>
					<dc:creator>StateAardvark</dc:creator>

					<description>
						<![CDATA[
						<p>I like the way C++ looks and I want to create my own externals for Max MSP. Can it be used for this purpose? If so, where can I learn how to convert it from code into something Max MSP can understand?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230475</guid>
					<title><![CDATA[Re: Can you create your own externals in C++?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230475</link>
					<pubDate>Thu, 09 Aug 2012 02:38:33 +0000</pubDate>
					<dc:creator>MuShoo</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://cycling74.com/products/sdk/" rel="nofollow">http://cycling74.com/products/sdk/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230476</guid>
					<title><![CDATA[Re: Can you create your own externals in C++?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230476</link>
					<pubDate>Thu, 09 Aug 2012 02:45:41 +0000</pubDate>
					<dc:creator>StateAardvark</dc:creator>

					<description>
						<![CDATA[
						<p>And C++ can work with this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230477</guid>
					<title><![CDATA[Re: Can you create your own externals in C++?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230477</link>
					<pubDate>Thu, 09 Aug 2012 05:01:25 +0000</pubDate>
					<dc:creator>nicolas danet</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, </p>
<p>Yes (and AFAIK objective-C too, as they can be -almost- considered to be superset of C) ; You should have a look on the &#8220;collect&#8221; example in the SDK ; it shows how to use C++ and the STL in an external.</p>
<p>I never use Graham Wakefield&#8217;s templates ; and i do not no if it works for max 6 SDK ; but in case : <a href="http://code.google.com/p/maxcpp/" rel="nofollow">http://code.google.com/p/maxcpp/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230478</guid>
					<title><![CDATA[Re: Can you create your own externals in C++?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230478</link>
					<pubDate>Thu, 09 Aug 2012 06:28:46 +0000</pubDate>
					<dc:creator>Siska Ádám</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>there&#8217;s actually a whole forum here dedicated exclusively to external development in C/C++/Obj-C:</p>
<p><a href="http://cycling74.com/forums/forum.php?id=5" rel="nofollow">http://cycling74.com/forums/forum.php?id=5</a></p>
<p>HTH,<br />
Ádám</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230479</guid>
					<title><![CDATA[Re: Can you create your own externals in C++?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230479</link>
					<pubDate>Thu, 16 Aug 2012 03:27:49 +0000</pubDate>
					<dc:creator>dnk777</dc:creator>

					<description>
						<![CDATA[
						<p>Is it also possible to modify some of the existing object of max this way?<br />
For example adding mouse-drag sensitivity setting to integer number box without writing it from scratch?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230480</guid>
					<title><![CDATA[Re: Can you create your own externals in C++?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230480</link>
					<pubDate>Thu, 16 Aug 2012 06:19:30 +0000</pubDate>
					<dc:creator>nicolas danet</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, </p>
<p>AFAIK modify a native object is not possible (allowed), and C++ do not make it possible, like magic.</p>
<p>;-)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230481</guid>
					<title><![CDATA[Re: Can you create your own externals in C++?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230481</link>
					<pubDate>Thu, 16 Aug 2012 07:15:09 +0000</pubDate>
					<dc:creator>Siska Ádám</dc:creator>

					<description>
						<![CDATA[
						<p>Well, if you can convince the C74 guys to release their original source code for you, then you could do it&#8230; But for that, you need to be a very good negotiator, I guess&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230482</guid>
					<title><![CDATA[Re: Can you create your own externals in C++?]]></title>
					<link>http://cycling74.com/forums/topic/can-you-create-your-own-externals-in-c/#post-230482</link>
					<pubDate>Thu, 16 Aug 2012 15:06:31 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>Some of the standard objects are given as example projects with the SDK, so you can take these and modify them as you wish. However, last time I looked numbox was not among them.</p>
<p>If you <em>really</em> want a customized number box, you could take a look at the Pd source code, which is open source. I daresay you could cobble together a good start from code in there.</p>
<p>I don&#8217;t think it&#8217;s likely that Cycling &#8217;74 will publish the source code for the entire collection of factory externals, for a fair few reasons. But that&#8217;s just one guy&#8217;s opinion, salt to taste. What I have seen is that sometimes, given a very concrete question on the dev list, one of the developers may post a few lines of sample code to clarify how to do something specific. But nothing like the entire source for one external. Otherwise, what Siska said…</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

