<?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: mapping strategies: one-to-loads an&#039; loads</title>
		<atom:link href="http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 18:26:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-62501</guid>
					<title><![CDATA[mapping strategies: one-to-loads an&#039; loads]]></title>
					<link>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-62501</link>
					<pubDate>Tue, 20 Mar 2012 16:53:38 +0000</pubDate>
					<dc:creator>n00b_meister</dc:creator>

					<description>
						<![CDATA[
						<p>Hi<br />
I recently had a discussion with a class of music students about parsing a single dynamic data stream (in MaxMSP); the subtext was the optimization of control-gesture data in a one-to-many mapping system. The variable input from a single FSR ranges from 0 (dormant) to < 250 (dependent on force). How many different mapping modes did we achieve?</p>
</p><p>1. binary state momentary: > 1 = on, < 1 = off, using [togedge]</p>
</p><p>2. binary state latching: as above, adding a [sel 1] &#8211;> [toggle]</p>
<p>3. raw velocity (dynamic or continuous data, i.e. aftertouch)</p>
<p>4. peak, using a [gate]/[delay] system</p>
<p>5. delta, using [t i i] &#8211;> [-]</p>
<p>6. contact duration (between any ON and the next OFF), [timer]</p>
<p>7. trigger frequency, [counter] to tally the ON&#8217;s and some [timer],[mstosamps] maths</p>
<p>can you think of any we missed?</p>
<p>Brendan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225764</guid>
					<title><![CDATA[Re: mapping strategies: one-to-loads an&#039; loads]]></title>
					<link>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225764</link>
					<pubDate>Tue, 20 Mar 2012 17:30:26 +0000</pubDate>
					<dc:creator>loadmess</dc:creator>

					<description>
						<![CDATA[
						<p>Coincidence your question, I&#8217;m beginning to dig this subject lately, and I was looking for some resources about this<br />
maybe they can be useful for you also.</p>
<p><a href="http://recherche.ircam.fr/equipes/analyse-synthese/wanderle/Gestes/Externe/Mapp/kansei_final.html" rel="nofollow">http://recherche.ircam.fr/equipes/analyse-synthese/wanderle/Gestes/Externe/Mapp/kansei_final.html</a><br />
<a href="http://recherche.ircam.fr/equipes/analyse-synthese/wanderle/Gestes/Externe/Mapping.html" rel="nofollow">http://recherche.ircam.fr/equipes/analyse-synthese/wanderle/Gestes/Externe/Mapping.html</a></p>
<p><a href="http://www.music.mcgill.ca/musictech/ISIDM/Editorial_Text_OS.html" rel="nofollow">http://www.music.mcgill.ca/musictech/ISIDM/Editorial_Text_OS.html</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225765</guid>
					<title><![CDATA[Re: mapping strategies: one-to-loads an&#039; loads]]></title>
					<link>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225765</link>
					<pubDate>Tue, 20 Mar 2012 17:39:02 +0000</pubDate>
					<dc:creator>n00b_meister</dc:creator>

					<description>
						<![CDATA[
						<p>Hey, thanks for these.<br />
I was really just thinking out loud, and polling the forum for their thoughts. Do you have any ideas how you would use a single number stream?</p>
<p>Brendan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225766</guid>
					<title><![CDATA[Re: mapping strategies: one-to-loads an&#039; loads]]></title>
					<link>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225766</link>
					<pubDate>Tue, 20 Mar 2012 18:48:58 +0000</pubDate>
					<dc:creator>Rodrigo</dc:creator>

					<description>
						<![CDATA[
						<p>Endless amounts of scaling/manipulation on the stream (straight scaling, using an average of the X values, or mean, or median, etc&#8230;)</p>
<p>Using delta to binary (an upward movement provides a +1, and a downward movement provides a -1, regardless of how big the move)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225767</guid>
					<title><![CDATA[Re: mapping strategies: one-to-loads an&#039; loads]]></title>
					<link>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225767</link>
					<pubDate>Tue, 20 Mar 2012 21:24:34 +0000</pubDate>
					<dc:creator>n00b_meister</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Rodrigo<br />
of course, on a single stream of values one could perform an almost infinite number of operations&#8230;&#8230;..my fault for &#8216;thinking aloud&#8217;!</p>
<p>mean/avg had occured to me (oh, wonderful [zl]), but I do like your delta to binary idea, especially as this is more intuitive and direct.</p>
<p>Thanks<br />
Brendan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225768</guid>
					<title><![CDATA[Re: mapping strategies: one-to-loads an&#039; loads]]></title>
					<link>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225768</link>
					<pubDate>Wed, 21 Mar 2012 02:20:55 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>direction of last movement, up or down, 2 bit</p>
<p>&#8220;accuracy&#8221; &#8230; how close to a perfect line is the movement of the user (per direction, one for push one for release)</p>
<p>similarity to last action (are the peak, the whole movement, or the duration of the last action similar to the last one?)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225769</guid>
					<title><![CDATA[Re: mapping strategies: one-to-loads an&#039; loads]]></title>
					<link>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225769</link>
					<pubDate>Wed, 21 Mar 2012 10:45:08 +0000</pubDate>
					<dc:creator>n00b_meister</dc:creator>

					<description>
						<![CDATA[
						<p>and thanks for these too Roman.</p>
<p>I like the &#8216;accuracy&#8217; and &#8216;repeatability&#8217; ideas, especially as my PhD context is expressive/creative gestural interaction by those with physical disabilities.</p>
<p>Brendan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225770</guid>
					<title><![CDATA[Re: mapping strategies: one-to-loads an&#039; loads]]></title>
					<link>http://cycling74.com/forums/topic/mapping-strategies-one-to-loads-an-loads/#post-225770</link>
					<pubDate>Wed, 21 Mar 2012 11:01:38 +0000</pubDate>
					<dc:creator>n00b_meister</dc:creator>

					<description>
						<![CDATA[
						<p>@loadmess</p>
<p>you will also have read Ross Kirk and Andy Hunt; see &#8220;Trends in Gestural Control&#8230;&#8221;</p>
<p>for example:</p>
<p><a href="http://recherche.ircam.fr/equipes/analyse-synthese/wanderle/Gestes/Externe/Hunt_Towards.pdf" rel="nofollow">http://recherche.ircam.fr/equipes/analyse-synthese/wanderle/Gestes/Externe/Hunt_Towards.pdf</a></p>
<p>Brendan</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

