<?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: External UI objects</title>
		<atom:link href="http://cycling74.com/forums/topic/external-ui-objects/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/external-ui-objects/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 21:59:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/external-ui-objects/#post-43448</guid>
					<title><![CDATA[External UI objects]]></title>
					<link>http://cycling74.com/forums/topic/external-ui-objects/#post-43448</link>
					<pubDate>Mon, 20 Apr 2009 14:47:50 +0000</pubDate>
					<dc:creator>GhostandtheMachine</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I have been searching around for a little bit and figured my best bet might be to just put out a post and see if someone can just point me in a direction. </p>
<p>Is it possible to code Max UI objects from scratch? I saw CNMAT has this as a topic a couple months back at a conference, so I think it is doable. Can anyone point in the direction of where to start from etc?</p>
<p>thanks alot </p>
<p>j</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/external-ui-objects/#post-155885</guid>
					<title><![CDATA[Re: External UI objects]]></title>
					<link>http://cycling74.com/forums/topic/external-ui-objects/#post-155885</link>
					<pubDate>Mon, 20 Apr 2009 15:03:10 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>You can develop UI objects with <b>jsui</b> or <b>C</b>. You can download the SDK for C development <a href="http://www.cycling74.com/download/MaxSDK-5.0.6r2.zip">here</a>.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/external-ui-objects/#post-155886</guid>
					<title><![CDATA[Re: External UI objects]]></title>
					<link>http://cycling74.com/forums/topic/external-ui-objects/#post-155886</link>
					<pubDate>Mon, 20 Apr 2009 15:04:43 +0000</pubDate>
					<dc:creator>Luke Hall</dc:creator>

					<description>
						<![CDATA[
						<p>If you want to know how to write them in C/C++ then the best place to ask would be the Developer list rather than here. If you know absolutely no C (like me) then have a look at javascript using [jsui] instead which is a bit easier to figure out.</p>
<p>lh</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/external-ui-objects/#post-155887</guid>
					<title><![CDATA[Re: External UI objects]]></title>
					<link>http://cycling74.com/forums/topic/external-ui-objects/#post-155887</link>
					<pubDate>Mon, 20 Apr 2009 15:36:44 +0000</pubDate>
					<dc:creator>f.e</dc:creator>

					<description>
						<![CDATA[
						<p>JSUI is great, but it&#8217;s not as easy as we may think, and it can be slow as hell (i mean cpu hungry) for complex UI. So i suggest if you want to write complex stuff, why not use the time you&#8217;ll spend learning JSUI to do C instead ?</p>
<p>best</p>
<p>f.e</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/external-ui-objects/#post-155888</guid>
					<title><![CDATA[Re: External UI objects]]></title>
					<link>http://cycling74.com/forums/topic/external-ui-objects/#post-155888</link>
					<pubDate>Mon, 20 Apr 2009 15:56:34 +0000</pubDate>
					<dc:creator>GhostandtheMachine</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for all the quick replies they have been helpful.</p>
<p>Using Jsui, and then C to build widgets seems logical, but what about adding graphics and visuals to the patch itself. For example, when connecting objects the circles that pop up, or the menu palete. I have seen some of the components to the object menu in the cylcing 74 directory, but is it possible to build my own pop up type menu of custom obejects etc?</p>
<p>I am hoping I wouldn&#8217;t have to use an LCD or JSUI for visuals and then patch something like the menu.</p>
<p>thanks for any info</p>
<p>j</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/external-ui-objects/#post-155889</guid>
					<title><![CDATA[Re: External UI objects]]></title>
					<link>http://cycling74.com/forums/topic/external-ui-objects/#post-155889</link>
					<pubDate>Mon, 20 Apr 2009 16:16:12 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>You can create popup menus in C, but only fakes ones in JSUI/LCD.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/external-ui-objects/#post-155890</guid>
					<title><![CDATA[Re: External UI objects]]></title>
					<link>http://cycling74.com/forums/topic/external-ui-objects/#post-155890</link>
					<pubDate>Wed, 22 Apr 2009 00:46:33 +0000</pubDate>
					<dc:creator>ash</dc:creator>

					<description>
						<![CDATA[
						<p>Another possibility is to use Processing and communicate with Max via OSC.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/external-ui-objects/#post-155891</guid>
					<title><![CDATA[Re: External UI objects]]></title>
					<link>http://cycling74.com/forums/topic/external-ui-objects/#post-155891</link>
					<pubDate>Wed, 22 Apr 2009 17:30:00 +0000</pubDate>
					<dc:creator>theblackpeacock</dc:creator>

					<description>
						<![CDATA[
						<p>there&#8217;s a program that can do this called juce w/ not much programming and an encapsulator for max.  might be too much effort it looked like it had a learning curve but it also looked very capable.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

