<?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: High amplitude signals</title>
		<atom:link href="http://cycling74.com/forums/topic/high-amplitude-signals/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/high-amplitude-signals/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 11:53:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/high-amplitude-signals/#post-48972</guid>
					<title><![CDATA[High amplitude signals]]></title>
					<link>http://cycling74.com/forums/topic/high-amplitude-signals/#post-48972</link>
					<pubDate>Fri, 08 Jun 2012 21:08:52 +0000</pubDate>
					<dc:creator>marcooder...</dc:creator>

					<description>
						<![CDATA[
						<p>Hello to everyone,</p>
<p>I don&#39;t understand something going on, but maybe i&#39;m just missing a basic concept..</p>
<p>I want to separate normal amplitude signals, below 1, from higher ones. The problem is, when the amplitude rises really much over 1 (for instance 77000 billions) , it seems like the &#8220;>1&#8243; test fails, while the &#8220;&lt;1" test starts "banging" again.<br />
Actually what I test is a &#8220;meter~&#8221; output , which is always positive, with a refresh time of 50 ms&#8230; but anyway I took some screenshots, since they probably can explain the issue in a better way: the first 3 are ok, while the last shows the problem.</p>
<p>Thanks for your patience,<br />
cheers<br />
Marco</p>
<p> [attachment=196104,3997] [attachment=196104,3998] [attachment=196104,3999] [attachment=196104,4000]</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175906</guid>
					<title><![CDATA[Re: High amplitude signals]]></title>
					<link>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175906</link>
					<pubDate>Fri, 08 Jun 2012 22:30:10 +0000</pubDate>
					<dc:creator>Christopher Dobrian</dc:creator>

					<description>
						<![CDATA[
						<p>Because the argument you typed into the > and < objects does not contain a decimal point, you are doing integer comparisons with a float input. The float gets converted to int by the < and > objects. But the maximum positive number that a 32-bit int can represent is 2147483647, so if you send in any float greater than that (or greater than 2147483520, in fact), it will get converted into a negative number. (Floats that large get very imprecise, but the trade-off is that they can go higher than 2147483647.) Perhaps this little patch will exemplify it. Try dragging the float number box to output numbers greater than or less than 2147483520.</p>
<div><span id="toggle175906-0" class="patchtoggle" onmousedown="toggleMaxPatch('post175906-0', 'er175906-0');">&#8211; Pasted Max <span id="maxversion175906-0"></span> Patch, click to <span id="er175906-0">expand</span>. &#8211;</span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="110" height="14" class="clippy" ><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param NAME="FlashVars" value="copied=copied!&#038;copyto=copy to clipboard"/><param name="bgcolor" value="#FFFFFF"/><param name="wmode" value="opaque"/><embed src="/wp-content/plugins/bbpress-copy-compressed/clippy.swf"  width="110" height="14"   name="clippy"  quality="high"  allowScriptAccess="always"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  FlashVars="text=----------begin_max5_patcher----------%0A468.3ocyV10aBBCEF9Z3WAoW6VnU9P2EKY%2BNVVLEop0fERa04lw%2B6q8.L0ot%0Aw7K7lCom91Se6SJGXkqCJIeISg7dx6UOGmUtNNPJaBmpwNnYzkCynJPFRLeV%0ABSh5TNEOERlmL8Ab25jixEZAcFCl5EImlUOiYwbQFSCkBukbE%2BSPNl7n%2BFs4%0Ay00hIUYKn5gS3hwCjrg5ReShsKxC2GdD5aiDSz6sp0TVF8GErxEf3BMpiGJg%0AJFi9VUAUZ7rlIGvDzjLPqucp0tt1PmyFP3VBPUj4tGP8aI9zsDOQ8fGPEZS9%0ALJK2X8Cvm3159SDbkomei4i4HPul2fXua3Q8YVyVBFEY1zTXC2GcgWSzg%2BSz%0AgirwnF7lWEvNAnLioTzwr8nBAGDGzqaHw%2B.bI3exExkkKAPLNFXTueiKmFSN%0AxEkm87e7.vfzRvn9CXkMfLciBaR%2BmKLPNzGrZqKG8Oad.RQYbwO%2B4FX6r42E%0ARp74xg0Uq5r6sYCSYJMWP07bw1Z1UzDdZJClu9DmxU11boGuOWSsCoI1o6My%0ANwMvNj6J2fuqbS%2BalaBZfahuYtIrAtI3DcS4q7zhhELoppjfQLc.mlKsCi5.%0AC4hxgPEQR1Bds9PWa0V69EPLmNvl%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post175906-0" style="display:none;visibility:hidden;" >
<div class="patchtoggleInfo"><small>Copy <b>all</b> of the following text.Then, in Max, select <em>New From Clipboard</em>.</small></div>
<div class="patchtogglediv">
<pre><code id="pastedcode175906-0">----------begin_max5_patcher----------
468.3ocyV10aBBCEF9Z3WAoW6VnU9P2EKY+NVVLEop0fERa04lw+6q8.L0ot
w7K7lCom91Se6SJGXkqCJIeISg7dx6UOGmUtNNPJaBmpwNnYzkCynJPFRLeV
BSh5TNEOERlmL8Ab25jixEZAcFCl5EImlUOiYwbQFSCkBukbE+SPNl7n+Fs4
y00hIUYKn5gS3hwCjrg5ReShsKxC2GdD5aiDSz6sp0TVF8GErxEf3BMpiGJg
JFi9VUAUZ7rlIGvDzjLPqucp0tt1PmyFP3VBPUj4tGP8aI9zsDOQ8fGPEZS9
LJK2X8Cvm3159SDbkomei4i4HPul2fXua3Q8YVyVBFEY1zTXC2GcgWSzg+Sz
girwnF7lWEvNAnLioTzwr8nBAGDGzqaHw+.bI3exExkkKAPLNFXTueiKmFSN
xEkm87e7.vfzRvn9CXkMfLciBaR+mKLPNzGrZqKG8Oad.RQYbwO+4FX6r42E
Rp74xg0Uq5r6sYCSYJMWP07bw1Z1UzDdZJClu9DmxU11boGuOWSsCoI1o6My
NwMvNj6J2fuqbS+alaBZfahuYtIrAtI3DcS4q7zhhELoppjfQLc.mlKsCi5.
C4hxgPEQR1Bds9PWa0V69EPLmNvl
-----------end_max5_patcher-----------</code></pre></div>
</div>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175907</guid>
					<title><![CDATA[Re: High amplitude signals]]></title>
					<link>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175907</link>
					<pubDate>Fri, 08 Jun 2012 23:02:17 +0000</pubDate>
					<dc:creator>marcooder...</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks a lot Christopher! I just didn&#8217;t need float precision and so i chose to compare integers (and I thought it was less expensive for the cpu), but now, since i&#8217;m forced to, I won&#8217;t scale the &lt;1. signals at all. Well, the < =1. ones.<br />
It&#8217;s so strange that ints turn negative&#8230; is it a sort of convention, just to let you (in some way) know that the number is out of digits?<br />
thanks again,<br />
m</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175908</guid>
					<title><![CDATA[Re: High amplitude signals]]></title>
					<link>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175908</link>
					<pubDate>Sat, 09 Jun 2012 05:37:31 +0000</pubDate>
					<dc:creator>Christopher Dobrian</dc:creator>

					<description>
						<![CDATA[
						<p>No. All 32-bit signed integers &#8220;greater than&#8221; 2147483647 are actually representations of negative numbers from -2147483648 to -1.</p>
<p>Bit 31 is considered the &#8220;sign&#8221; bit; if it&#8217;s set, the number is negative and all other bits mean their opposite (&#8220;ones&#8217; complement&#8221;).</p>
<p>Do a Wikipedia search on <a HREF="http://en.wikipedia.org/wiki/Integer_(computer_science)">&#8220;Integer_(computer_science)</a> and/or <a HREF="http://en.wikipedia.org/wiki/Signed_number_representations">&#8220;Signed number representations&#8221;</a> and/or <a HREF="http://en.wikipedia.org/wiki/Signed_number_representations#Ones.27_complement">&#8220;Ones&#8217;_complement&#8221;</a> for more info.</p>
<div><span id="toggle175908-0" class="patchtoggle" onmousedown="toggleMaxPatch('post175908-0', 'er175908-0');">&#8211; Pasted Max <span id="maxversion175908-0"></span> Patch, click to <span id="er175908-0">expand</span>. &#8211;</span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="110" height="14" class="clippy" ><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param NAME="FlashVars" value="copied=copied!&#038;copyto=copy to clipboard"/><param name="bgcolor" value="#FFFFFF"/><param name="wmode" value="opaque"/><embed src="/wp-content/plugins/bbpress-copy-compressed/clippy.swf"  width="110" height="14"   name="clippy"  quality="high"  allowScriptAccess="always"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  FlashVars="text=----------begin_max5_patcher----------%0A426.3ocyU10aBBCEF9Z3WQSuFMzBHvta%2BNVLlBT0ZfBosZby3%2B8YKferv1Tm%0AN3llbNm2d3sOzO1YaASJ2RkPvKf2.VV6rsrLozIrZhsfEjso4DoQFrfJkjET%0AnScMEcqxjG0lgkYhKSVMBEzlbdIWwIETSoWELRdaE95BFOmpLcGelbI6CibD%0Adr6IskqUshQMYqHpzkL9hYBZppdofh0SBD4pG8viCb.nnwtfoMSotKp2qn05%0AgPvTck8115Am%2BHKb6hEd8EKl31mrXTmaLP8ELvQ8JLvH%2BP%2BHuI9QcPk3dBJ9%0AmwjHjd7%2BjIGQRXGHIrmPBF6ehIggOKlbvOITQGq6a8hSzsrtw%2B5kEMGShmnG%0Awt%2BzBmwUPG.LgvW.OpphHN3YEULixII4FstOR938X4y7RQAwf.u6kX0u3f8c%0AeRHyHDly3e84Zimz4ujixx0hz1uXyQIvISkQkJFmnXk7yzDbglkrrLpobKmx%0AXRs2x99%2BmWqaPACK63MrrCZPYm3AkatlcNd2oapOkQpp1PExlVZLxg6kVUJz%0AgSbLgLdcnoiPAcCqUefsta6s%2BD.V9Xom%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post175908-0" style="display:none;visibility:hidden;" >
<div class="patchtoggleInfo"><small>Copy <b>all</b> of the following text.Then, in Max, select <em>New From Clipboard</em>.</small></div>
<div class="patchtogglediv">
<pre><code id="pastedcode175908-0">----------begin_max5_patcher----------
426.3ocyU10aBBCEF9Z3WQSuFMzBHvta+NVLlBT0ZfBosZby3+8YKferv1Tm
N3llbNm2d3sOzO1YaASJ2RkPvKf2.VV6rsrLozIrZhsfEjso4DoQFrfJkjET
nScMEcqxjG0lgkYhKSVMBEzlbdIWwIETSoWELRdaE95BFOmpLcGelbI6CibD
dr6IskqUshQMYqHpzkL9hYBZppdofh0SBD4pG8viCb.nnwtfoMSotKp2qn05
gPvTck8115Am+HKb6hEd8EKl31mrXTmaLP8ELvQ8JLvH+P+HuI9QcPk3dBJ9
mwjHjd7+jIGQRXGHIrmPBF6ehIggOKlbvOITQGq6a8hSzsrtw+5kEMGShmnG
wt+zBmwUPG.LgvW.OpphHN3YEULixII4FstOR938X4y7RQAwf.u6kX0u3f8c
eRHyHDly3e84Zimz4ujixx0hz1uXyQIvISkQkJFmnXk7yzDbglkrrLpobKmx
XRs2x99+mWqaPACK63MrrCZPYm3AkatlcNd2oapOkQpp1PExlVZLxg6kVUJz
gSbLgLdcnoiPAcCqUefsta6s+D.V9Xom
-----------end_max5_patcher-----------</code></pre></div>
</div>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175909</guid>
					<title><![CDATA[Re: High amplitude signals]]></title>
					<link>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175909</link>
					<pubDate>Sat, 09 Jun 2012 12:19:09 +0000</pubDate>
					<dc:creator>marcooder...</dc:creator>

					<description>
						<![CDATA[
						<p>Ah yes! Bit depth is half positive and half negative, starting from 0 and coming back to -1. The negative half is the one with the last bit set&#8230; did you call it the 31st bit because the first is &#8220;bit 0&#8243;?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175910</guid>
					<title><![CDATA[Re: High amplitude signals]]></title>
					<link>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175910</link>
					<pubDate>Sat, 09 Jun 2012 15:45:08 +0000</pubDate>
					<dc:creator>Christopher Dobrian</dc:creator>

					<description>
						<![CDATA[
						<p>Yes. I think I should have more correctly said either &#8220;bit 31&#8243; or &#8220;the 32nd bit&#8221;.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175911</guid>
					<title><![CDATA[Re: High amplitude signals]]></title>
					<link>http://cycling74.com/forums/topic/high-amplitude-signals/#post-175911</link>
					<pubDate>Sat, 09 Jun 2012 16:08:55 +0000</pubDate>
					<dc:creator>marcooder...</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

