<?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: Circular version of pictslider</title>
		<atom:link href="http://cycling74.com/forums/topic/circular-version-of-pictslider/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 00:16:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-31286</guid>
					<title><![CDATA[Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-31286</link>
					<pubDate>Tue, 10 Apr 2007 16:30:55 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>I am making a control that converts X/Y of a pictslider to location and<br />
distance for a quad panner. When the control is rectangular, the corners<br />
come out further away than the edges.  Is their a control around that limits<br />
the slider to a circle?</p>
<p>Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101477</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101477</link>
					<pubDate>Tue, 10 Apr 2007 18:17:04 +0000</pubDate>
					<dc:creator>dodgeroo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>If you want a circle it is good to go over the formulas for circles&#8230;<br />
pi(3.14) X r(squared) etc. and the pythagorean theorum&#8230; x(squared) X<br />
y(squared) = z(squared)</p>
<p>You can limit your panning by calculating the radius.</p>
<p>There is a quad panner that comes with max as well as others online.<br />
Is there a reason you are making one?</p>
<p>patch for calculating radius:<br />
max v2;<br />
#N vpatcher 15 55 235 382;<br />
#P window setfont &#8220;Sans Serif&#8221; 20.;<br />
#P window linecount 1;<br />
#P comment 62 228 63 9109524 radius;<br />
#P inlet 102 29 15 0;<br />
#P inlet 58 29 15 0;<br />
#P outlet 21 270 15 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P newex 21 176 34 9109513 unpack;<br />
#P newex 21 150 34 9109513 pack i i;<br />
#P flonum 21 236 35 9 0 127. 2 139 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 21 206 155 9109513 expr sqrt(($i1*$i1)+($i2*$i2));<br />
#P number 20 119 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 20 87 27 9109513 * -1;<br />
#P number 140 119 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 140 85 27 9109513 * -1;<br />
#P number 58 119 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 102 119 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 102 52 32 9109513 * 127.;<br />
#P newex 58 52 32 9109513 * 127.;<br />
#P connect 0 0 6 0;<br />
#P connect 6 0 7 0;<br />
#P connect 7 0 10 0;<br />
#P connect 3 0 10 0;<br />
#P connect 10 0 11 0;<br />
#P connect 11 0 8 0;<br />
#P connect 8 0 9 0;<br />
#P connect 9 0 12 0;<br />
#P connect 5 0 10 1;<br />
#P connect 2 0 10 1;<br />
#P connect 13 0 0 0;<br />
#P connect 0 0 3 0;<br />
#P connect 14 0 1 0;<br />
#P connect 1 0 2 0;<br />
#P connect 1 0 4 0;<br />
#P connect 4 0 5 0;<br />
#P fasten 11 1 8 1 50 199 171 199;<br />
#P pop;</p>
<p>On 4/10/07, Gary Lee Nelson <gary .Nelson@oberlin.edu> wrote:<br />
> I am making a control that converts X/Y of a pictslider to location and<br />
> distance for a quad panner. When the control is rectangular, the corners<br />
> come out further away than the edges.  Is their a control around that limits<br />
> the slider to a circle?<br />
><br />
> Cheers<br />
> Gary Lee Nelson<br />
> Oberlin College<br />
> <a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a><br />
><br />
><br />
></gary></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101478</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101478</link>
					<pubDate>Tue, 10 Apr 2007 18:49:02 +0000</pubDate>
					<dc:creator>nesa</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>jsui is probably the way to go nowdays, but if you like oldskool max,  <br />
you can go the lcd way like in the cartopol helpfile, or use a  <br />
combination of transparent button and pictslider:</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P flonum 171 395 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P flonum 97 391 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P window linecount 1;<br />
#P comment 293 322 131 196617 top: transparent button;<br />
#P comment 293 308 137 196617 middle: inactive pictslider;<br />
#P comment 293 294 137 196617 bottom: panel=circle bkg;<br />
#P user ubutton 291 163 100 100 0 6;<br />
#P user pictslider 291 163 100 100 0 0 0 0 SliderDefaultKnob.pct 1  <br />
SliderDefaultBkgnd.pct 1 3443 0 -3211314 3276850 1. 1.;<br />
#P noclick;<br />
#P newex 148 124 56 196617 clip 0 100;<br />
#P newex 65 131 56 196617 clip 0 100;<br />
#P newex 142 169 30 196617 &#8211; 50;<br />
#P newex 76 179 30 196617 &#8211; 50;<br />
#P newex 99 74 40 196617 unpack;<br />
#P newex 52 286 56 196617 clip 0. 50.;<br />
#P newex 125 341 47 196617 poltocar;<br />
#P newex 93 226 47 196617 cartopol;<br />
#P user panel 291 163 100 100;<br />
#X brgb 191 191 191;<br />
#X frgb 181 181 181;<br />
#X border 1;<br />
#X rounded 222;<br />
#X shadow 2;<br />
#X done;<br />
#P comment 109 288 100 196617 < - max radius;<br />
#P comment 293 277 100 196617 3 layers:;<br />
#P connect 4 1 17 0;<br />
#P fasten 4 1 11 1 167 364 242 364 242 144 386 144;<br />
#P connect 4 0 16 0;<br />
#P fasten 4 0 11 0 130 375 254 375 254 155 296 155;<br />
#P fasten 3 1 4 1 191 292;<br />
#P fasten 12 2 6 0 356 273 409 273 409 43 104 43;<br />
#P connect 3 0 5 0;<br />
#P connect 5 0 4 0;<br />
#P connect 8 0 3 1;<br />
#P connect 7 0 3 0;<br />
#P connect 6 1 10 0;<br />
#P connect 10 0 8 0;<br />
#P connect 6 0 9 0;<br />
#P connect 9 0 7 0;<br />
#P window clipboard copycount 18;</p>
<p>cheers,<br />
nesa</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101479</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101479</link>
					<pubDate>Tue, 10 Apr 2007 19:00:19 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>
<br />
On 4/10/07 2:17 PM, &#8220;carey dodge&#8221; <dodgeroo @gmail.com> wrote:</dodgeroo></p>
<p>> Hi,<br />
> <br />
> If you want a circle it is good to go over the formulas for circles&#8230;<br />
> pi(3.14) X r(squared) etc. and the pythagorean theorum&#8230; x(squared) X<br />
> y(squared) = z(squared)</p>
<p>Already got that<br />
> <br />
> You can limit your panning by calculating the radius.</p>
<p>And that </p>
<p>> <br />
> There is a quad panner that comes with max as well as others online.<br />
> Is there a reason you are making one?</p>
<p>I&#8217;ve already built the panner.  What I need is something that reflects<br />
visually that I am dealing with a circle and not a square &#8211; like the panners<br />
in Digital Performer surround mixer.</p>
<p>
Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101480</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101480</link>
					<pubDate>Tue, 10 Apr 2007 19:16:30 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 10 avr. 07, at 20:49, nesa wrote:</p>
<p>> Hello,<br />
><br />
> jsui is probably the way to go nowdays, but if you like oldskool  <br />
> max, you can go the lcd way like in the cartopol helpfile, or use a  <br />
> combination of transparent button and pictslider:</p>
<p>Nice one!</p>
<p>ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101481</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101481</link>
					<pubDate>Tue, 10 Apr 2007 19:23:24 +0000</pubDate>
					<dc:creator>nesa</dc:creator>

					<description>
						<![CDATA[
						<p>and, it&#8217;s nicer without those:</p>
<p>> clip 0 100</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101482</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101482</link>
					<pubDate>Tue, 10 Apr 2007 19:26:48 +0000</pubDate>
					<dc:creator>dodgeroo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Sorry, I thought you wanted to do the calculation not the display&#8230;</p>
<p>Here is my solution for the display.  I added speaker placement for my<br />
patch.  You could make the lcd bigger and have a wider display of the<br />
circle.</p>
<p>Cheers,</p>
<p>Carey</p>
<p>max v2;<br />
#N vpatcher 25 70 323 306;<br />
#P origin 0 37;<br />
#P user lcd 77 56 128 128 0 1 0 0 0;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#N vpatcher 434 231 962 578;<br />
#P origin 144 53;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 0;<br />
#P message 313 240 104 9109513 paintrect 0 0 128 128 0;<br />
#P message 283 218 116 9109513 frameoval $1 $2 $3 $4 19;<br />
#P newex 283 176 60 9109513 prepend set;<br />
#P message 283 197 132 9109513 -2 -9 136 129;<br />
#P newex 283 144 40 9109513 t l b b;<br />
#P newex 283 123 97 9109513 pack 0 0 0 0;<br />
#P newex 370 101 27 9109513 + $i;<br />
#P newex 341 101 27 9109513 + $i;<br />
#P newex 312 101 27 9109513 &#8211; $i;<br />
#P newex 283 101 27 9109513 &#8211; $i;<br />
#P newex 283 70 97 9109513 unpack;<br />
#P message 8 248 109 9109513 PaintOval 60 60 68 68 0;<br />
#P message 139 219 109 9109513 PaintOval $1 $2 $3 $4 0;<br />
#P newex 139 177 60 9109513 prepend set;<br />
#P message 139 198 132 9109513 62 55 72 65;<br />
#P newex 139 145 27 9109513 t l b;<br />
#P newex 139 124 97 9109513 pack 0 0 0 0;<br />
#P newex 226 102 27 9109513 + 5;<br />
#P newex 197 102 27 9109513 + 5;<br />
#P newex 168 102 27 9109513 &#8211; 5;<br />
#P newex 139 102 27 9109513 &#8211; 5;<br />
#P message 7 219 112 9109513 PaintOval $1 $2 $3 $4 -1;<br />
#P newex 139 71 97 9109513 unpack;<br />
#P inlet 283 25 15 0;<br />
#P outlet 139 287 15 0;<br />
#P newex 29 93 27 9109513 * -1;<br />
#P inlet 1 25 15 0;<br />
#P outlet 1 287 15 0;<br />
#P newex 29 119 84 9109513 zmap 0 -127 -1. 1.;<br />
#P newex 1 69 38 9109513 unpack;<br />
#P newex 1 142 81 9109513 zmap 0 127 -1. 1.;<br />
#P newex 1 164 85 9109513 pak position 0. 0.;<br />
#P connect 5 0 2 0;<br />
#P connect 2 0 1 0;<br />
#P connect 0 0 4 0;<br />
#P connect 16 0 10 0;<br />
#P connect 16 0 20 0;<br />
#P connect 2 1 6 0;<br />
#P connect 6 0 3 0;<br />
#P connect 1 0 0 1;<br />
#P connect 3 0 0 2;<br />
#P connect 8 0 9 0;<br />
#P connect 9 0 11 0;<br />
#P connect 11 0 15 0;<br />
#P connect 15 0 16 0;<br />
#P connect 16 0 18 0;<br />
#P connect 18 0 17 0;<br />
#P connect 16 1 17 0;<br />
#P connect 17 0 19 0;<br />
#P connect 31 0 7 0;<br />
#P connect 30 0 7 0;<br />
#P connect 10 0 7 0;<br />
#P connect 19 0 7 0;<br />
#P connect 20 0 7 0;<br />
#P connect 9 1 12 0;<br />
#P connect 12 0 15 1;<br />
#P connect 9 0 13 0;<br />
#P connect 13 0 15 2;<br />
#P connect 9 1 14 0;<br />
#P connect 14 0 15 3;<br />
#P connect 8 0 21 0;<br />
#P connect 21 0 22 0;<br />
#P connect 22 0 26 0;<br />
#P connect 26 0 27 0;<br />
#P connect 27 0 29 0;<br />
#P connect 27 1 28 0;<br />
#P connect 29 0 28 0;<br />
#P connect 28 0 30 0;<br />
#P connect 21 1 23 0;<br />
#P connect 23 0 26 1;<br />
#P connect 27 2 31 0;<br />
#P connect 21 0 24 0;<br />
#P connect 24 0 26 2;<br />
#P connect 21 1 25 0;<br />
#P connect 25 0 26 3;<br />
#P pop;<br />
#P hidden newobj 28 24 59 9109513 p draw;<br />
#P hidden connect 1 0 0 0;<br />
#P hidden connect 1 0 0 1;<br />
#P hidden connect 0 1 1 0;<br />
#P pop;</p>
<p>On 4/10/07, Gary Lee Nelson <gary .Nelson@oberlin.edu> wrote:<br />
><br />
><br />
><br />
> On 4/10/07 2:17 PM, &#8220;carey dodge&#8221; <dodgeroo @gmail.com> wrote:<br />
><br />
> > Hi,<br />
> ><br />
> > If you want a circle it is good to go over the formulas for circles&#8230;<br />
> > pi(3.14) X r(squared) etc. and the pythagorean theorum&#8230; x(squared) X<br />
> > y(squared) = z(squared)<br />
><br />
> Already got that<br />
> ><br />
> > You can limit your panning by calculating the radius.<br />
><br />
> And that<br />
><br />
> ><br />
> > There is a quad panner that comes with max as well as others online.<br />
> > Is there a reason you are making one?<br />
><br />
> I&#8217;ve already built the panner.  What I need is something that reflects<br />
> visually that I am dealing with a circle and not a square &#8211; like the panners<br />
> in Digital Performer surround mixer.<br />
><br />
><br />
> Cheers<br />
> Gary Lee Nelson<br />
> Oberlin College<br />
> <a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a><br />
><br />
><br />
></dodgeroo></gary></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101483</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101483</link>
					<pubDate>Tue, 10 Apr 2007 19:35:49 +0000</pubDate>
					<dc:creator>Axiom-Crux</dc:creator>

					<description>
						<![CDATA[
						<p>i saw some really nice 4-8 channel panner with air dispersion and doppler and whatnot built in.  It had a circle for its panner and you could control location of object and speaker :D</p>
<p>It was called ambeasonics</p>
<p><a href="http://www.icst.net/" rel="nofollow">http://www.icst.net/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101484</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101484</link>
					<pubDate>Tue, 10 Apr 2007 20:09:44 +0000</pubDate>
					<dc:creator>smokey_joe_1985</dc:creator>

					<description>
						<![CDATA[
						<p>Here&#8217;s an example I found on my travels researching Doppler effect.</p>
<p><a href="http://www.cycling74.com/forums/index.php?t=msg&#038;goto=35451&#038;rid=4874&#038;S=7be15d4227ac13339689aae06327971c&#038;srch=fergal+doppler#msg_35451" rel="nofollow">http://www.cycling74.com/forums/index.php?t=msg&#038;goto=35451&#038;rid=4874&#038;S=7be15d4227ac13339689aae06327971c&#038;srch=fergal+doppler#msg_35451</a></p>
<p>I think this might be the sort of thing your after&#8230;.</p>
<p>Hope that helps,</p>
<p>Mike</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101485</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101485</link>
					<pubDate>Tue, 10 Apr 2007 20:29:34 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Just what I needed!  Thanks.</p>
<p>
On 4/10/07 2:49 PM, &#8220;nesa&#8221; <i_i @gmx.net> wrote:</i_i></p>
<p>> Hello,<br />
> <br />
> jsui is probably the way to go nowdays, but if you like oldskool max,<br />
> you can go the lcd way like in the cartopol helpfile, or use a<br />
> combination of transparent button and pictslider:<br />
> <br />
> #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> #P flonum 171 395 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P flonum 97 391 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P window linecount 1;<br />
> #P comment 293 322 131 196617 top: transparent button;<br />
> #P comment 293 308 137 196617 middle: inactive pictslider;<br />
> #P comment 293 294 137 196617 bottom: panel=circle bkg;<br />
> #P user ubutton 291 163 100 100 0 6;<br />
> #P user pictslider 291 163 100 100 0 0 0 0 SliderDefaultKnob.pct 1<br />
> SliderDefaultBkgnd.pct 1 3443 0 -3211314 3276850 1. 1.;<br />
> #P noclick;<br />
> #P newex 148 124 56 196617 clip 0 100;<br />
> #P newex 65 131 56 196617 clip 0 100;<br />
> #P newex 142 169 30 196617 &#8211; 50;<br />
> #P newex 76 179 30 196617 &#8211; 50;<br />
> #P newex 99 74 40 196617 unpack;<br />
> #P newex 52 286 56 196617 clip 0. 50.;<br />
> #P newex 125 341 47 196617 poltocar;<br />
> #P newex 93 226 47 196617 cartopol;<br />
> #P user panel 291 163 100 100;<br />
> #X brgb 191 191 191;<br />
> #X frgb 181 181 181;<br />
> #X border 1;<br />
> #X rounded 222;<br />
> #X shadow 2;<br />
> #X done;<br />
> #P comment 109 288 100 196617 < - max radius;<br />
> #P comment 293 277 100 196617 3 layers:;<br />
> #P connect 4 1 17 0;<br />
> #P fasten 4 1 11 1 167 364 242 364 242 144 386 144;<br />
> #P connect 4 0 16 0;<br />
> #P fasten 4 0 11 0 130 375 254 375 254 155 296 155;<br />
> #P fasten 3 1 4 1 191 292;<br />
> #P fasten 12 2 6 0 356 273 409 273 409 43 104 43;<br />
> #P connect 3 0 5 0;<br />
> #P connect 5 0 4 0;<br />
> #P connect 8 0 3 1;<br />
> #P connect 7 0 3 0;<br />
> #P connect 6 1 10 0;<br />
> #P connect 10 0 8 0;<br />
> #P connect 6 0 9 0;<br />
> #P connect 9 0 7 0;<br />
> #P window clipboard copycount 18;<br />
> <br />
> cheers,<br />
> nesa<br />
> </p>
<p>
Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101486</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101486</link>
					<pubDate>Tue, 10 Apr 2007 20:52:43 +0000</pubDate>
					<dc:creator>lawrence casserley</dc:creator>

					<description>
						<![CDATA[
						<p>Indeed, ambisonics is generally the best way to do this kind of  <br />
thing, and if you don&#8217;t want all of what the icst stuff offers, it is  <br />
very simple to implement yourself. Just see the CMJ article by Malham  <br />
and Myatt &#8211; Malham, D., and Myatt, A. 1995. &#8220;3-D Sound Spatialization  <br />
Using Ambiosonic Techniques.&#8221; Computer Music Journal, 19(4), 58-70.</p>
<p>That doesn&#8217;t exactly solve the display issue, but I think it may make  <br />
it easier to get there.</p>
<p>Best</p>
<p>L</p>
<p>On 10 Apr 2007, at 20:35, Nicholas C. Raftis III wrote:</p>
<p>> i saw some really nice 4-8 channel panner with air dispersion and  <br />
> doppler and whatnot built in.  It had a circle for its panner and  <br />
> you could control location of object and speaker :D<br />
><br />
> It was called ambeasonics<br />
> <a href="http://www.icst.net/" rel="nofollow">http://www.icst.net/</a></p>
<p>Lawrence Casserley &#8211; <a href="mailto:lawrence@lcasserley.co.uk">lawrence@lcasserley.co.uk</a><br />
Lawrence Electronic Operations &#8211; <a href="http://www.lcasserley.co.uk" rel="nofollow">http://www.lcasserley.co.uk</a><br />
Colourscape Music Festivals &#8211; <a href="http://www.colourscape.org.uk" rel="nofollow">http://www.colourscape.org.uk</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101487</guid>
					<title><![CDATA[Re: Circular version of pictslider]]></title>
					<link>http://cycling74.com/forums/topic/circular-version-of-pictslider/#post-101487</link>
					<pubDate>Tue, 10 Apr 2007 21:56:21 +0000</pubDate>
					<dc:creator>mzed</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Gary Lee Nelson wrote on Tue, 10 April 2007 09:30<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> I am making a control that converts X/Y of a pictslider to location and<br />
> distance for a quad panner. When the control is rectangular, the corners<br />
> come out further away than the edges.  Is their a control around that limits<br />
> the slider to a circle?<br />
> <br />
></p>
<p>
You could also pull out the UI from this:</p>
<p><a href="http://homepage.mac.com/mikezed/technology/powermate.html" rel="nofollow">http://homepage.mac.com/mikezed/technology/powermate.html</a></p>
<p>mz</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

