<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.1.1">
</HEAD>
<BODY>
On Sun, 2008-11-30 at 21:49 +0100, Frank Barknecht wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hallo,
Dan Wilcox hat gesagt: // Dan Wilcox wrote:
Are you using the latest version of sssad? Because new versions have
local saving already built in - you activate it by giving the
sssad-instances an additional argument, usually $0, like this: 

 [sssad somename $0]

</PRE>
</BLOCKQUOTE>
Before I begin, I'm sure this has all been done before but I'm not aware of it so I'll re-reinvent the wheel.&nbsp; Besides, you know how the wheel works when you build it.<BR>
<BR>
Ahh I see, I think I'm using the wrong terminology then.&nbsp; I'm using &quot;local&quot; as in objects with a certain osc-style prefix.&nbsp; I'm using sssad to save state values within reusable abstractions and there may be a number of them on one song patch.&nbsp; The sssad keys are set using the objects assigned name which is $1, so <BR>
<BR>
&nbsp;&nbsp;&nbsp; [rc-delay~ p] has keys [sssad p/delay], [sssad p/feedback], etc...<BR>
<BR>
Let's say SongA has a delay and 2 oscillators of some kind and SongB has another delay and 2 drum samples.&nbsp; The way I had it before, I could not work on SongA and SongB at the same time because if I saved one, it would also have the values of the second.&nbsp; Now I add a prefix to each object's name in SongA, say [rc-delay~ /songa/p] and the same with Song B [rc-delay~ /songb/p].&nbsp; then I just check for each prefix using [rc-sssad /songa] in SongA.pd and [rc-sssad /songb] in SongB.pd, and saving one will only save it's objects.<BR>
<BR>
... anyway, thanks for sssad, it makes using my abstractions soooo much easier since I can just create, fiddle, and save. <BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
---<BR>
Dan Wilcox<BR>
<A HREF="http://danomatika.com">danomatika.com</A><BR>
<A HREF="http://www.robotcowboy.com">robotcowboy.com</A>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>