<?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: Issues with controlling sound using a potentiometer, suggestions PLEASE!</title>
		<atom:link href="http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 09:18:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/#post-64067</guid>
					<title><![CDATA[Issues with controlling sound using a potentiometer, suggestions PLEASE!]]></title>
					<link>http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/#post-64067</link>
					<pubDate>Thu, 23 Aug 2012 08:50:04 +0000</pubDate>
					<dc:creator>HenrySwadesir</dc:creator>

					<description>
						<![CDATA[
						<p>Im very very new to MAX so please excuse my lack of knowledge and terminology. Im currently working on a project which uses the input data from an Arduino board using different sensors to communicate with MAX via Maxuino. I have managed to patch my Potentiometer to a basic LFO in MAX using MAXUINO. I intend on eventually using other sensors but i have one hurdle to get over first. </p>
<p>here lies my problem, the &#39;analog&#39; data from my Potentiometer gives me a range from [ 0.00 to 1 ],  i can only make noise by multiply my LFO by *1000   (< like that). So, when i twist the knob on the potentiometer, at 0.00  there is no sound and then suddenly sound when it reaches the other side and goes from 0.99 to 1 there is sound. I want to make my sound increase or decrease as the Potentiometer is twisted.  </p>
</p><p>Im really stuck and im a total noob when it comes to MAX, I&#39;m just looking for any advice or suggestions that could help me with my project.</p>
<p>ive included a screen shot of my set up and a sketch of how the connection between the potentiometer and MAX works or how i think it should work&#8230; </p>
<p>thankyou</p>
<p> [attachment=201994,4326] [attachment=201994,4327]</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/#post-231053</guid>
					<title><![CDATA[Re: Issues with controlling sound using a potentiometer, suggestions PLEASE!]]></title>
					<link>http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/#post-231053</link>
					<pubDate>Thu, 23 Aug 2012 10:22:31 +0000</pubDate>
					<dc:creator>Richard Garrett</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I think I&#8217;ve spotted your problem.</p>
<p>The box that multiplies the input value reads [* 1000] &#8211; This is integer multiplication, therefore any value between 0.00 and 0.99999&#8230; will return 0; a value >=1 and &lt;2 will give 1 and so on. </p>
<p>If you change the multiplication to [* 1000.] &#8211; note the decimal point- you will get floating-point multiplication and, I think, the values you&#8217;re looking for.</p>
<p>everybody does this from time to time :)</p>
<p>best </p>
<p>richard</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/#post-231054</guid>
					<title><![CDATA[Re: Issues with controlling sound using a potentiometer, suggestions PLEASE!]]></title>
					<link>http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/#post-231054</link>
					<pubDate>Thu, 23 Aug 2012 15:53:54 +0000</pubDate>
					<dc:creator>n00b_meister</dc:creator>

					<description>
						<![CDATA[
						<p>And in addition to Richard&#8217;s clear advice, ensure that the pot you&#8217;re using is linear: rotate the pot to approx. halfway; it should read approx. 0.5 in the Maxuino segment, if it reads significantly less than 0.5 then it may well be a logarithmic pot, where the resistivity is not linear, but exhibits a &#8216;jump&#8217; at the upper limit. Or use a multimeter.</p>
<p>And look at the [split] object if you want to create some arc sectors.</p>
<p>Brendan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/#post-231055</guid>
					<title><![CDATA[Re: Issues with controlling sound using a potentiometer, suggestions PLEASE!]]></title>
					<link>http://cycling74.com/forums/topic/issues-with-controlling-sound-using-a-potentiometer-suggestions-please/#post-231055</link>
					<pubDate>Fri, 24 Aug 2012 03:27:51 +0000</pubDate>
					<dc:creator>Steven Miller</dc:creator>

					<description>
						<![CDATA[
						<p>In reply to Brendan&#8217;s post: Except that, to get linear behavior of frequency or amplitude controls you&#8217;ll actually want to use a pot with logarithmic taper (or convert linear to log inside MAX). Both pitch and loudness perception mechanisms in humans are ratiometric or logarithmic.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

