<div dir="ltr"><div><div><div><div>I'm only seeing 1 issue in the github issue tracker so I figure you're not doing that. The clone object is great, but there are a few issues with the documentation:<br><br></div>1) the help file references a clone~ [tilde] object but the object itself doesn't have a tilde<br></div>2) the first line of the documentation says 'make multiple copies of a subpatch' but then the next line indicates that it creates copies of an 'abstraction'. My understanding is that abstractions are their own files and subpatches are part of the parent file/canvas and just a way to modularize/tidy things.<br></div><div>3) if I do create a subpatch [pd test] and then create an object [clone 14 test] I get the error "clone: can't create subpatch 'test'" (instead of abstraction "test")<br></div><div><br></div>On linux, commit f1c7fe35a8e2105086958e2e2910345006512585 PD crashes when I have a [clone] object with no arguments and I turn DSP on (as previously noted).<br><br></div>Super excited to play with this though, curious to see how people go wild with it.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 24, 2016 at 2:28 PM, Miller Puckette <span dir="ltr"><<a href="mailto:msp@ucsd.edu" target="_blank">msp@ucsd.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Cool, thanks.<br>
<span class="HOEnZb"><font color="#888888"><br>
M<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Sun, Apr 24, 2016 at 11:26:41PM +0200, IOhannes m zmölnig wrote:<br>
> On 04/24/2016 11:11 PM, Miller Puckette wrote:<br>
> ><br>
><br>
> >><br>
> > Aha... in that case my only remaining problem is that I never could fin the<br>
> > patch you're talking about that fixes po/eu.po,,,<br>
><br>
><br>
> attaching again :-)<br>
> it's really just disabling the translation for "Font weight not found"<br>
> in po/eu.po:570 by replacing<br>
> > msgstr "ADI: "<br>
> with<br>
> > msgstr ""<br>
><br>
> mdsa<br>
> IOhannes<br>
><br>
<br>
</div></div><div class="HOEnZb"><div class="h5">> From 777b9107ca22e75d3199af4ad33f205ba2e33461 Mon Sep 17 00:00:00 2001<br>
> From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?=<br>
>  <<a href="mailto:zmoelnig@umlautQ.umlaeute.mur.at">zmoelnig@umlautQ.umlaeute.mur.at</a>><br>
> Date: Sun, 24 Apr 2016 20:18:34 +0200<br>
> Subject: [PATCH] fixed error with basque translation-file<br>
><br>
> it seems that no translation was done ("ADI" obviously being only the<br>
> generic "WARNING" prefix), and this msg-string requires two format<br>
> specifiers ("%s"); since these are missing `msgfmt` errors out)<br>
> ---<br>
>  po/eu.po | 2 +-<br>
>  1 file changed, 1 insertion(+), 1 deletion(-)<br>
><br>
> diff --git a/po/eu.po b/po/eu.po<br>
> index 4cebc1c..bda4dd3 100644<br>
> --- a/po/eu.po<br>
> +++ b/po/eu.po<br>
> @@ -567,7 +567,7 @@ msgstr "ADI: Letraren familia '%s' aurkiturik ez, (%s) lehenetsi erabiltzen"<br>
>  #: ../src/pd-gui.tcl:278 ../src/pd-gui.tcl:298<br>
>  #, tcl-format<br>
>  msgid "WARNING: Font weight '%s' not found, using default (%s)"<br>
> -msgstr "ADI: "<br>
> +msgstr ""<br>
><br>
>  #: ../src/pd-gui.tcl:303 ../src/pd-gui.tcl:323<br>
>  #, tcl-format<br>
> --<br>
> 2.8.1<br>
><br>
<br>
<br>
<br>
<br>
<br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> Pd-dev mailing list<br>
> <a href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a><br>
> <a href="https://lists.puredata.info/listinfo/pd-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-dev</a><br>
<br>
<br>
_______________________________________________<br>
Pd-dev mailing list<br>
<a href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a><br>
<a href="https://lists.puredata.info/listinfo/pd-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-dev</a><br>
</div></div></blockquote></div><br></div>