<?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: Simple number mapping?</title>
		<atom:link href="http://cycling74.com/forums/topic/simple-number-mapping/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/simple-number-mapping/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 00:05:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/simple-number-mapping/#post-36685</guid>
					<title><![CDATA[Simple number mapping?]]></title>
					<link>http://cycling74.com/forums/topic/simple-number-mapping/#post-36685</link>
					<pubDate>Wed, 02 Apr 2008 10:45:25 +0000</pubDate>
					<dc:creator>Peter Ostry</dc:creator>

					<description>
						<![CDATA[
						<p>I want to do some number transformations:<br />
0 -> 16<br />
1 -> 0<br />
2 -> 256</p>
<p>I tried with [if] but could not figure out how to nest statements. Table works of course but looks overdone for such a simple operation. I don&#8217;t have many values. What is the usual way to map single numbers arbitrary? Multislider?</p>
<p>Second question:<br />
What if I have three values like from a note and want to transform all three in some variations, like this:<br />
1 23 45 -> 2 4 76<br />
3 0 5 -> 1 0 8</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/simple-number-mapping/#post-126049</guid>
					<title><![CDATA[Re: Simple number mapping?]]></title>
					<link>http://cycling74.com/forums/topic/simple-number-mapping/#post-126049</link>
					<pubDate>Wed, 02 Apr 2008 11:31:01 +0000</pubDate>
					<dc:creator>Guillaume Evrard</dc:creator>

					<description>
						<![CDATA[
						<p>hi</p>
<p>this kind of patch should work in the way you want&#8230;<br />
with simple numbers and lists.</p>
<p>cheers</p>
<p>g</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P message 148 52 14 196617 2;<br />
#P comment 250 236 100 196617 etc &#8230;;<br />
#P newex 219 233 29 196617 t 32;<br />
#P message 97 49 34 196617 4 5 6;<br />
#P newex 60 360 32 196617 print;<br />
#P newex 188 233 29 196617 t 76;<br />
#P newex 156 233 29 196617 t 43;<br />
#P newex 124 233 29 196617 t 23;<br />
#P newex 92 233 29 196617 t 22;<br />
#P newex 60 233 29 196617 t 10;<br />
#P newex 60 90 265 196617 t l l;<br />
#P newex 315 141 34 196617 zl len;<br />
#P newex 60 324 265 196617 zl group;<br />
#P newex 60 182 144 196617 sel 1 2 3 4 5 6 7 8 9 &#8230;;<br />
#P newex 60 131 25 196617 iter;<br />
#P message 49 52 34 196617 1 2 3;<br />
#P comment 207 184 100 196617 etc &#8230;;<br />
#P connect 16 0 6 0;<br />
#P connect 2 0 3 0;<br />
#P connect 3 0 7 0;<br />
#P connect 3 1 8 0;<br />
#P connect 3 2 9 0;<br />
#P connect 3 3 10 0;<br />
#P connect 3 4 11 0;<br />
#P connect 3 5 14 0;<br />
#P connect 14 0 4 0;<br />
#P connect 13 0 6 0;<br />
#P connect 4 0 12 0;<br />
#P connect 11 0 4 0;<br />
#P connect 10 0 4 0;<br />
#P connect 9 0 4 0;<br />
#P connect 8 0 4 0;<br />
#P connect 7 0 4 0;<br />
#P connect 5 0 4 1;<br />
#P connect 6 1 5 0;<br />
#P connect 6 0 2 0;<br />
#P connect 1 0 6 0;<br />
#P window clipboard copycount 17;</p>
<p>
2008/4/2, Peter Ostry
<po @ostry.com>:<br />
><br />
><br />
> I want to do some number transformations:<br />
> 0 -> 16<br />
> 1 -> 0<br />
> 2 -> 256<br />
><br />
> I tried with [if] but could not figure out how to nest statements. Table<br />
> works of course but looks overdone for such a simple operation. I don&#8217;t have<br />
> many values. What is the usual way to map single numbers arbitrary?<br />
> Multislider?<br />
><br />
> Second question:<br />
> What if I have three values like from a note and want to transform all<br />
> three in some variations, like this:<br />
> 1 23 45 -> 2 4 76<br />
> 3 0 5 -> 1 0 8<br />
><br />
><br />
><br />
><br />
></po></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/simple-number-mapping/#post-126050</guid>
					<title><![CDATA[Re: Simple number mapping?]]></title>
					<link>http://cycling74.com/forums/topic/simple-number-mapping/#post-126050</link>
					<pubDate>Wed, 02 Apr 2008 11:34:11 +0000</pubDate>
					<dc:creator>Peter Ostry</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Peter Ostry wrote on Wed, 02 April 2008 04:45<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> What is the usual way to map single numbers arbitrary?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Ok, I cancel the first question ;-)<br />
It is obviously [coll].</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/simple-number-mapping/#post-126051</guid>
					<title><![CDATA[Re: Simple number mapping?]]></title>
					<link>http://cycling74.com/forums/topic/simple-number-mapping/#post-126051</link>
					<pubDate>Wed, 02 Apr 2008 11:41:19 +0000</pubDate>
					<dc:creator>Peter Ostry</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: G. wrote on Wed, 02 April 2008 05:31<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> this kind of patch should work in the way you want&#8230;<br />
> with simple numbers and lists.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Many thanks!</p>
<p>This patch is not for Max babies but I see approximately how it works. Will figure it out. And yes, It does what I need.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

