It's fine to report problems on the mailing list - that's actually the easiest way for me to deal with them.
I changed the language slightly in the help file... I uusally use the work "subpatch" for eitehr abstractions or for "one-off subpatches" but the language isn't very clear. Also, I thiught at first to name the thing "clone~ but realized later that there are many reasons to make non-DSP clones. One example: sending messages to receivers with 100s or 1000s of different names. I hadn't noticed teh crash-on-DSP bug - thanks. It should be fixed now. I hope to get the next "test" release out tomorrow-ish - I have one or two more problems to try to solve. cheers Miller On Sun, Apr 24, 2016 at 06:05:02PM -0700, Alex wrote: > 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: > > 1) the help file references a clone~ [tilde] object but the object itself > doesn't have a tilde > 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. > 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") > > On linux, commit f1c7fe35a8e2105086958e2e2910345006512585 PD crashes when I > have a [clone] object with no arguments and I turn DSP on (as previously > noted). > > Super excited to play with this though, curious to see how people go wild > with it. > > On Sun, Apr 24, 2016 at 2:28 PM, Miller Puckette <[email protected]> wrote: > > > Cool, thanks. > > > > M > > > > On Sun, Apr 24, 2016 at 11:26:41PM +0200, IOhannes m zmölnig wrote: > > > On 04/24/2016 11:11 PM, Miller Puckette wrote: > > > > > > > > > > >> > > > > Aha... in that case my only remaining problem is that I never could > > fin the > > > > patch you're talking about that fixes po/eu.po,,, > > > > > > > > > attaching again :-) > > > it's really just disabling the translation for "Font weight not found" > > > in po/eu.po:570 by replacing > > > > msgstr "ADI: " > > > with > > > > msgstr "" > > > > > > mdsa > > > IOhannes > > > > > > > > From 777b9107ca22e75d3199af4ad33f205ba2e33461 Mon Sep 17 00:00:00 2001 > > > From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= > > > <[email protected]> > > > Date: Sun, 24 Apr 2016 20:18:34 +0200 > > > Subject: [PATCH] fixed error with basque translation-file > > > > > > it seems that no translation was done ("ADI" obviously being only the > > > generic "WARNING" prefix), and this msg-string requires two format > > > specifiers ("%s"); since these are missing `msgfmt` errors out) > > > --- > > > po/eu.po | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/po/eu.po b/po/eu.po > > > index 4cebc1c..bda4dd3 100644 > > > --- a/po/eu.po > > > +++ b/po/eu.po > > > @@ -567,7 +567,7 @@ msgstr "ADI: Letraren familia '%s' aurkiturik ez, > > (%s) lehenetsi erabiltzen" > > > #: ../src/pd-gui.tcl:278 ../src/pd-gui.tcl:298 > > > #, tcl-format > > > msgid "WARNING: Font weight '%s' not found, using default (%s)" > > > -msgstr "ADI: " > > > +msgstr "" > > > > > > #: ../src/pd-gui.tcl:303 ../src/pd-gui.tcl:323 > > > #, tcl-format > > > -- > > > 2.8.1 > > > > > > > > > > > > > > > > _______________________________________________ > > > Pd-dev mailing list > > > [email protected] > > > https://lists.puredata.info/listinfo/pd-dev > > > > > > _______________________________________________ > > Pd-dev mailing list > > [email protected] > > https://lists.puredata.info/listinfo/pd-dev > > > _______________________________________________ > Pd-dev mailing list > [email protected] > https://lists.puredata.info/listinfo/pd-dev _______________________________________________ Pd-dev mailing list [email protected] https://lists.puredata.info/listinfo/pd-dev
