<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Do you mean one [text] loader into each abstractions ?</blockquote><div>I just meant loadbanging a symbol (or a message).<br></div><div>e.g:<br><br>shared_symbol.pd:<br><br></div><div>[loadbang]<br>|<br></div><div>[symbol MySharedSymbol]<br>|<br></div><div>[outlet]<br><br></div><div>Then patches calling  [shared_symbol] will get the symbol at load time.<br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font face="arial, helvetica, sans-serif"> Antoine Rousseau </font></div><div dir="ltr"><font face="arial, helvetica, sans-serif">  <a href="http://metalu.net" target="_blank">http://www.metalu.net</a> __ <a href="http://www.metaluachahuter.com/compagnies/al1-ant1/" target="_blank">http://www.metaluachahuter.com/</a><br><br></font></div></div></div></div></div></div>
<br><div class="gmail_quote">2017-01-06 18:30 GMT+01:00 Jack <span dir="ltr"><<a href="mailto:jack@rybn.org" target="_blank">jack@rybn.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Jérôme,<br>
<br>
Did you try to use a server with that value. And then use clients in<br>
your patches/abstractions to query this value to the server at startup ?<br>
I could be a possibility...<br>
++<br>
<span class="HOEnZb"><font color="#888888"><br>
Jack<br>
</font></span><span class="im HOEnZb"><br>
<br>
<br>
Le 06/01/2017 à 16:05, Jérôme Abel a écrit :<br>
>> a [text] (and get its first line from your abs)<br>
><br>
> Inside the main patch, I use [text] to read constant values from a<br>
> textfile. Then I could store them in containers like [symbol], [float],<br>
> [list] in each abstractions but it seems (for me) not flexible. It does<br>
> not allow to open a patch or an abstraction which needs thoses values. I<br>
> can reload the textfile when the patch is opened but I don't like this<br>
> design : when I reload the textfile I trigger values into the 2 patches.<br>
><br>
> My way now is a [text] loader of the same textfile into my main patches,<br>
> called once at the startup.<br>
><br>
> The [pv] object from cyclone is a good choice, thanks for the tip. It<br>
> just needs to be created in a parent level.<br>
><br>
>> But if you only have to get its constant value (and not to modify it)<br>
>> then<br>
>> you could just call a shared abstraction in your abs, that would just<br>
>> send<br>
>> the symbol to an outlet?<br>
><br>
> Do you mean one [text] loader into each abstractions ?<br>
><br>
<br>
<br>
</span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>