<div dir="ltr">&gt;&gt;<span style="background-color:transparent;font-family:verdana,helvetica,sans-serif;font-size:13.3333px">I&#39;m just wondering how I would have to modify the saving mechanism in the rj abstraction so that I could have two running side by side?</span><div>
<span style="background-color:transparent;font-family:verdana,helvetica,sans-serif;font-size:13.3333px">&lt;&lt;</span></div><div><span style="background-color:transparent;font-family:verdana,helvetica,sans-serif;font-size:13.3333px"><br>
</span></div><div style><span style="background-color:transparent;font-family:verdana,helvetica,sans-serif;font-size:13.3333px">it&#39;s been a long time since i looked at rj, but from memory it uses something similar to sssad for statesaving, doesn&#39;t it?  So, you assign keys to each of your abstractions and save according to those keys, yeah?</span></div>
<div style><span style="background-color:transparent;font-family:verdana,helvetica,sans-serif;font-size:13.3333px"><br></span></div><div style><span style="background-color:transparent;font-family:verdana,helvetica,sans-serif;font-size:13.3333px">in that case, i would just bundle my entire &#39;scene&#39; into a bigger parent abstraction, and use a $0 (or similar) prefix to all my state saving keys so that state loading would be local only to that parent, and not to the other channel&#39;s parent.</span></div>
<div style><span style="background-color:transparent;font-family:verdana,helvetica,sans-serif;font-size:13.3333px"><br></span></div><div style><span style="background-color:transparent;font-family:verdana,helvetica,sans-serif;font-size:13.3333px"><br>
</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 13, 2013 at 11:27 PM, Frank Barknecht <span dir="ltr">&lt;<a href="mailto:fbar@footils.org" target="_blank">fbar@footils.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div class="im"><br>
On Mon, May 13, 2013 at 01:44:39AM -0700, JF wrote:<br>
&gt; Coming back to pd after a stint in the real world. Have an idea for a patch.<br>
&gt;<br>
&gt; Would it be possible to crossfade between 2 rj lib save states?<br>
<br>
</div>The rj saving (or sssad saving, which is at rj&#39;s core) can manage parameters of<br>
various character - symbols, for example, ot lists with symbols or numbers,<br>
that maybe are intended to be used as integers. So crossfading everything<br>
blindly is impossible.<br>
<div class="im"><br>
&gt; I&#39;m just wondering how I would have to modify the saving mechanism in the rj<br>
&gt; abstraction so that I could have two running side by side?<br>
<br>
</div>I would suggest you make some kind of wrapper. You can remote-control all rj<br>
parameters via sends and receives, so it&#39;s probably not necessary to change the<br>
rj state management itself.<br>
<br>
Ciao<br>
<span class="HOEnZb"><font color="#888888">--<br>
 Frank Barknecht                                     _ ______footils.org__<br>
<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>
</font></span></blockquote></div><br></div>