Thanks for that demonstration, Frank, and though I think the concept is pretty straightforward, I still can&#39;t get my particular implementation working right. <br><br>I can see in your example how the SSSAD messages are being sent and received locally. But I&#39;m having trouble making the leap from there to saving and loading lists to textfiles.<br>
<br>I have Chris McCormick&#39;s global sssad implementation working perfectly in my parent patch. And I can get robotcowboy&#39;s rc-sssad collecting local data from my subpatch in a message object. But I can&#39;t seem to figure out how to combine the two concepts to that I can save local data to a text file (and load from a text file).<br>
<br>In the s-abstraction version, simply replacing all SSSAD with $0-SSSAD and SSSAD_ADMIN with $0-SSSAD_ADMIN doesn&#39;t do the trick (not sure whether SSSAD_SAVE should be $0-SSSAD_SAVE, but I&#39;ve tried it both ways with no success). Ultimately I get an un-findable &quot;write failed&quot; error, I assume from the [textfile].<br>
<br>I&#39;ve tried chasing the data from the &quot;save as&quot; down the line, and I get lost at the [s SSSAD-SAVE] because I can&#39;t figure out where it&#39;s sending to.<br><br>I notice that in the sssad objects in abs-number-local you don&#39;t add variables to the SSSAD objects, which also has me a little confused.<br>
<br>I&#39;m approaching PD as an instrumentalist, not a programmer, so I appreciate your patience.<br><br>JN<br><br><div class="gmail_quote">On Sat, Dec 6, 2008 at 2:43 AM, Frank Barknecht <span dir="ltr">&lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hallo Joe,<br>
<div class="Ih2E3d">Joe Newlin hat gesagt: // Joe Newlin wrote:<br>
<br>
&gt; I&#39;ve looked at the sssad examples and searched the list (including a<br>
&gt; discussion this week on the topic) and I still have questions about using<br>
&gt; sssad to save settings of GUI objects in a particular abstraction or<br>
&gt; subpatch while ignoring sssad objects used in other subpatches or<br>
&gt; abstractions within the parent patch. I&#39;ve looked through the sssad<br>
&gt; abstractions to try to figure out how arguments are passed along, and just<br>
&gt; kind of got lost without understanding what was doing what.<br>
<br>
</div>Yeah, the documentation of that part can be enhanced...<br>
<br>
I put together a little example in the attachement: Basically what a<br>
local sssad created with $0 as second argument [sssad NAME $0] does is<br>
exchange the global receivers [r SSSAD] and [r SSSAD_ADMIN] with local<br>
ones calle [r $0-SSSAD] and [r $0-SSSAD_ADMIN]. Then you use these<br>
just like the global ones.<br>
<br>
Ciao<br>
<font color="#888888">--<br>
&nbsp;Frank Barknecht &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do You RjDj.me? &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;_ ______footils.org__<br>
</font><br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br>