<?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[write sliders value to a block ?]]></title><description><![CDATA[<p>Hello,</p>
<p>I would have wanted to create an array from sliders values (let's say 64 wide)</p>
<p>so that I could multiply it with ~ operations</p>
<p>how can I do this ?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 21:39:03 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/11565.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Aug 2018 11:38:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to write sliders value to a block ? on Sun, 19 Aug 2018 11:38:40 GMT]]></title><description><![CDATA[<p>Hello,</p>
<p>I would have wanted to create an array from sliders values (let's say 64 wide)</p>
<p>so that I could multiply it with ~ operations</p>
<p>how can I do this ?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block</guid><dc:creator><![CDATA[phil123456]]></dc:creator><pubDate>Sun, 19 Aug 2018 11:38:40 GMT</pubDate></item><item><title><![CDATA[Reply to write sliders value to a block ? on Sun, 19 Aug 2018 11:55:04 GMT]]></title><description><![CDATA[<p>This sounds like a case for abstractions.</p>
<p>You can build a single patch which does all the operations you need, then multiply it as many times as you need in the main patch. Since you want to use the slider, you'll need to make it a GOP abstraction. And since there's a lot of them, it will be best to distinguish them using creation arguments.</p>
<p>If you're not familiar with abstractions, take a look here:</p>
<p><a href="https://guitarextended.wordpress.com/2012/01/12/tip-use-abstractions-and-sub-patches/" rel="nofollow">https://guitarextended.wordpress.com/2012/01/12/tip-use-abstractions-and-sub-patches/</a></p>
<p>And ask if any of this does make sense.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block/2</guid><dc:creator><![CDATA[LiamG]]></dc:creator><pubDate>Sun, 19 Aug 2018 11:55:04 GMT</pubDate></item><item><title><![CDATA[Reply to write sliders value to a block ? on Sun, 19 Aug 2018 12:14:27 GMT]]></title><description><![CDATA[<p>I think you got me wrong... I know about abstractions,,, but it's not related to what I want</p>
<p>my problem : I dont know how to write a slider value into an array, and how to write all 64 sliders to the array</p>
<p>slider A value would go to array index 0<br />
slider B value would go to array index 1<br />
slider C value would go to array index 2<br />
,,,,</p>
<p>tabwrite does not seem to be apropriate</p>
<p>-&gt; how do I write  a single slider value to a particular index ?<br />
-&gt; and will it be trigerred when I move the slider or would I have to use a [metro] ?<br />
-&gt; I would need this to be synked to internal block processing of pd since I would use the final array with math operations</p>
<p>regards</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block/3</guid><dc:creator><![CDATA[phil123456]]></dc:creator><pubDate>Sun, 19 Aug 2018 12:14:27 GMT</pubDate></item><item><title><![CDATA[Reply to write sliders value to a block ? on Sun, 19 Aug 2018 13:00:02 GMT]]></title><description><![CDATA[<p>ok I got it , works with tabwrite<br />
still dont understand why index 0 corresponds to end of array graph instead of beginning</p>
<p>the problem is that if I create abstractions, how would they kow which array to write to ?</p>
<p><img src="/uploads/files/1534683567225-untitled.png" alt="Untitled.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block/4</guid><dc:creator><![CDATA[phil123456]]></dc:creator><pubDate>Sun, 19 Aug 2018 13:00:02 GMT</pubDate></item><item><title><![CDATA[Reply to write sliders value to a block ? on Sun, 19 Aug 2018 13:08:51 GMT]]></title><description><![CDATA[<p>now I realize what I do is f@#king retarded, I'd be better off writing data to an array directly</p>
<p>just trying to make a band eq</p>
<p>nevermind</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11565/write-sliders-value-to-a-block/5</guid><dc:creator><![CDATA[phil123456]]></dc:creator><pubDate>Sun, 19 Aug 2018 13:08:51 GMT</pubDate></item></channel></rss>