<?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[Creating variable line argument]]></title><description><![CDATA[<p>hi,</p>
<p>just trying to create a variable or changing argument for a line object when a sample is loaded...</p>
<p>basically want the line to control payback through a scrubber - want the target value to change when a new sample is loaded... i'm not sure how to create the variable 2nd argument within the message box.</p>
<p>patch is attached.</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/tilt_sample_playback.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/tilt_sample_playback.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5917/creating-variable-line-argument</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 12:30:04 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/5917.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Jan 2012 23:31:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Creating variable line argument on Wed, 25 Jan 2012 23:31:00 GMT]]></title><description><![CDATA[<p>hi,</p>
<p>just trying to create a variable or changing argument for a line object when a sample is loaded...</p>
<p>basically want the line to control payback through a scrubber - want the target value to change when a new sample is loaded... i'm not sure how to create the variable 2nd argument within the message box.</p>
<p>patch is attached.</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/tilt_sample_playback.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/tilt_sample_playback.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5917/creating-variable-line-argument</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5917/creating-variable-line-argument</guid><dc:creator><![CDATA[bonehead696]]></dc:creator><pubDate>Wed, 25 Jan 2012 23:31:00 GMT</pubDate></item><item><title><![CDATA[Reply to Creating variable line argument on Thu, 26 Jan 2012 00:14:38 GMT]]></title><description><![CDATA[<p>You could just change that message box to a [pack] object, and store the length in ms to in the second inlet of [pack]. Then, when you send the target value to the first inlet of [pack], it will output the target value and length together, which you can just connect straight to [line].</p>
<p>Also, the whole thing you're doing with having [line] go from 0 to 1000 and then dividing by 1000 to normalize it is completely unnecessary and convoluted. It would be much easier to just have [line] go from 0 to 1.</p>
<p>[tgl] [r length_in_ms]<br />
| /<br />
[pack f f]<br />
|<br />
[line]<br />
|<br />
[hslider]</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5917/creating-variable-line-argument/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5917/creating-variable-line-argument/2</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Thu, 26 Jan 2012 00:14:38 GMT</pubDate></item><item><title><![CDATA[Reply to Creating variable line argument on Thu, 26 Jan 2012 02:08:42 GMT]]></title><description><![CDATA[<p>thanks, got it -ta...</p>
<p>will definately de-convolute the 0-1000/1000 - at 1st seemed to have trouble goin 0-1, but I think it works fine now. Thanks eaps</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/5917/creating-variable-line-argument/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/5917/creating-variable-line-argument/3</guid><dc:creator><![CDATA[bonehead696]]></dc:creator><pubDate>Thu, 26 Jan 2012 02:08:42 GMT</pubDate></item></channel></rss>