<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Value change trigger]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<div>Can anybody suggest a solution to this?</div>
<div>I have a Wii controller that outputs the pitch value 0-127 and the values are constantly fluctiating slightly along that scale.</div>
<div>I want to trigger an event when the value changes by more than 10.</div>
<div>e.g. I hold the controller 'still' with a pitch value fluctiating between 55-58\. I want to send a trigger next time the pitch moves + / - 10. </div>
<div>I can't use inside range as the range needs to constantly change....</div>]]></description><link>https://community.troikatronix.com/topic/1224/value-change-trigger</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 20:38:39 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/1224.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Apr 2014 02:12:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Value change trigger on Wed, 30 Apr 2014 01:15:54 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/170">@simon</a>,</p>
<p dir="auto">The actor I would use in this situation is "Compare Guarded." You specify a range within which nothing happens; if it goes above or below this range, you'll get a trigger.</p>
<p dir="auto">In your case, I'd set 'low' to 53 and 'high' to 60 or something like that.</p>
<p dir="auto">The smoother is also helpful to get rid of the jitter, but will also (by its nature) introduce some amount of delay.</p>
<p dir="auto">Best,<br />
Mark</p>
]]></description><link>https://community.troikatronix.com/post/10787</link><guid isPermaLink="true">https://community.troikatronix.com/post/10787</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Wed, 30 Apr 2014 01:15:54 GMT</pubDate></item><item><title><![CDATA[Reply to Value change trigger on Sat, 17 Jan 1970 04:24:47 GMT]]></title><description><![CDATA[<p dir="auto">If Smoother will not do what you need I would Calculate(divide by 10) the value to the range of 0-12,7 to trigger next read (separate from the reading from the Wii if needed). You may need to add Float to Integer and something (like Scaler) to get accurate triggers.  <a href="/uploads/files/FileUpload/99/56f66b-smoothing-test.izz">56f66b-smoothing-test.izz</a></p>
]]></description><link>https://community.troikatronix.com/post/10723</link><guid isPermaLink="true">https://community.troikatronix.com/post/10723</guid><dc:creator><![CDATA[vanakaru]]></dc:creator><pubDate>Sat, 17 Jan 1970 04:24:47 GMT</pubDate></item></channel></rss>