<?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: Multiple &#039;2D Vector Control&#039; (JSUI)</title>
		<atom:link href="http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 14:52:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-30370</guid>
					<title><![CDATA[Multiple &#039;2D Vector Control&#039; (JSUI)]]></title>
					<link>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-30370</link>
					<pubDate>Tue, 20 Feb 2007 19:05:04 +0000</pubDate>
					<dc:creator>chaostheory</dc:creator>

					<description>
						<![CDATA[
						<p>Right, I&#8217;m pretty useless when it comes to Javascript and I&#8217;m pretty stuck on what I need to do.</p>
<p>In the JSUI help file there is an object/file called &#8217;2D vector control&#8217;. It&#8217;s basically a ball which you can drag around in a confined area and get output coordinates and such. I&#8217;ve attached the file as an example just in case you can&#8217;t find it in Max.</p>
<p>Anyway, I&#8217;d like to be able to duplicate the balls so there are multiple balls to control (around 10, maybe more). Is this possible? I know a little Javascript and Actionscript, but not enough to be able to solve my problem so any hints on how this may be achieved would be extremely grateful!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96970</guid>
					<title><![CDATA[Re: Multiple &#039;2D Vector Control&#039; (JSUI)]]></title>
					<link>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96970</link>
					<pubDate>Fri, 16 Mar 2007 10:17:10 +0000</pubDate>
					<dc:creator>pseudostereo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Chris -</p>
<p>I&#8217;d already built something similar for a project of mine  &#8212; <br />
cleaned it up &#038; here it is (attached).</p>
<p>It defaults to 3 controls, but you can specify any number (slows down <br />
a bit around 20).</p>
<p>I didn&#8217;t want to deal with having to set individual colors for each <br />
orb, so it just creates a range from the foreground color (first <br />
control brightest, last darkest).</p>
<p>Hope it works for you.</p>
<p>- pH</p>
<p>>Right, I&#8217;m pretty useless when it comes to Javascript and I&#8217;m pretty <br />
>stuck on what I need to do.<br />
><br />
>In the JSUI help file there is an object/file called &#8217;2D vector <br />
>control&#8217;. It&#8217;s basically a ball which you can drag around in a <br />
>confined area and get output coordinates and such. I&#8217;ve attached the <br />
>file as an example just in case you can&#8217;t find it in Max.<br />
><br />
>Anyway, I&#8217;d like to be able to duplicate the balls so there are <br />
>multiple balls to control (around 10, maybe more). Is this possible? <br />
>I know a little Javascript and Actionscript, but not enough to be <br />
>able to solve my problem so any hints on how this may be achieved <br />
>would be extremely grateful!<br />
><br />
>Attachment converted: Data:JSUIBalls.pat (    /    ) (0002119D)</p>
<p>
&#8211; <br />
PERRY HOBERMAN<br />
Visiting Professor, Interactive Media Division<br />
School of Cinema-Television, LUC310a<br />
University of Southern California<br />
Los Angeles, CA 90089 * (310) 560-3526<br />
<a href="mailto:phoberman@cinema.usc.edu">phoberman@cinema.usc.edu</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96971</guid>
					<title><![CDATA[Re: Multiple &#039;2D Vector Control&#039; (JSUI)]]></title>
					<link>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96971</link>
					<pubDate>Fri, 16 Mar 2007 10:19:00 +0000</pubDate>
					<dc:creator>pseudostereo</dc:creator>

					<description>
						<![CDATA[
						<p>Aaah, attachment didn&#8217;t work. Here it is (I hope).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96972</guid>
					<title><![CDATA[Re: Multiple &#039;2D Vector Control&#039; (JSUI)]]></title>
					<link>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96972</link>
					<pubDate>Fri, 16 Mar 2007 14:39:37 +0000</pubDate>
					<dc:creator>pseudostereo</dc:creator>

					<description>
						<![CDATA[
						<p>Try this one (no errors).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96973</guid>
					<title><![CDATA[Re: Multiple &#039;2D Vector Control&#039; (JSUI)]]></title>
					<link>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96973</link>
					<pubDate>Sat, 17 Mar 2007 18:16:31 +0000</pubDate>
					<dc:creator>chaostheory</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for posting the attachment (haven&#8217;t had a chance to try it yet though).</p>
<p>I did find a work around whereby I could store multiple coordinates and recall them at any time (thus effectively creating multiple balls). However, if this is more intuitive then I might use this instead.</p>
<p>One other thing, I am using this to develop a VST instrument (for Pluggo). I was hoping to release it as a free download at some point in the future. If I end up using your Javascript solution (depends how CPU hungry it is compared to my solution), would you mind if I distributed it over the internet? You will get credited of course :).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96974</guid>
					<title><![CDATA[Re: Multiple &#039;2D Vector Control&#039; (JSUI)]]></title>
					<link>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96974</link>
					<pubDate>Sun, 18 Mar 2007 16:40:00 +0000</pubDate>
					<dc:creator>pseudostereo</dc:creator>

					<description>
						<![CDATA[
						<p>>If I end up using your Javascript solution (depends how CPU hungry<br />
>it is compared to my solution), would you mind if I distributed it<br />
>over the internet? You will get credited of course :).</p>
<p>Sure, no problem.</p>
<p>Let me know how it compares to your version.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96975</guid>
					<title><![CDATA[Re: Multiple &#039;2D Vector Control&#039; (JSUI)]]></title>
					<link>http://cycling74.com/forums/topic/multiple-2d-vector-control-jsui/#post-96975</link>
					<pubDate>Sat, 24 Mar 2007 11:08:27 +0000</pubDate>
					<dc:creator>Chris Hipgrave</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;m having some trouble including the multiorb within a pluggo. I&#8217;m getting the error:</p>
<p>check failed: atombuf_text<br />
check failed: atombuf_text<br />
Starting Build for CHvector.vst&#8230;<br />
Processing Script&#8230;<br />
error:error-1 locating=<br />
error in line: oneclick.local=</p>
<p>Is there any way around this?</p>
<p>Thanks<br />
Chris</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

