<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op za 18 jan. 2020 om 18:03 schreef Christof Ressi <<a href="mailto:christof.ressi@gmx.at">christof.ressi@gmx.at</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I always use [clone] when I need several instances of an abstraction. Dynamic patching is a hack and shouldn't be used anymore for this purpose.<br>
<br></blockquote><div>Is there a way to make other kinds of structures inside [clone] though?</div><div>Two abstractions a and b for example, with the output of a connected to b and b connected to [clone]s outlet,</div><div>rather than having parallel copies of one abstraction...?</div><div></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> one feature badly missing is the possibility ta allocate dynamic "voice" <br>
> (or "instance") numbers (i.e. how many instances of an abstraction are <br>
> created).<br>
<br>
That would be useful and it's actually on my to-do-list :-). But usually I just allocate the max. number of instances I need and simply "disable" instances I don't need. I think this is generally the better approach for cloned DSP objects (using [switch~], because dynamically changing the number of voices wouldn't be realtime safe anyway...<br>
<br>
Christof<br>
<br>
> Gesendet: Samstag, 18. Januar 2020 um 16:46 Uhr<br>
> Von: "oliver" <<a href="mailto:oliver@klingt.org" target="_blank">oliver@klingt.org</a>><br>
> An: Pd-List <<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>><br>
> Betreff: Re: [PD] clone vs. dynamic patching<br>
><br>
> João Pais wrote:<br>
> > Hello list,<br>
> > <br>
> > I didn't try clone yet, I always worked with dynamic patching for <br>
> > similar issues. For those who are knowledgeable, I would like to ask: is <br>
> > there any advantage of clone against dynamic patching when using the <br>
> > same circuit, or is it the same?<br>
> > This pertains to patches working on both control and signal input/output.<br>
> > <br>
> <br>
> if you are familiar with MAX:<br>
> <br>
> [clone] is nearly the same as [poly~]<br>
> <br>
> one feature badly missing is the possibility ta allocate dynamic "voice" <br>
> (or "instance") numbers (i.e. how many instances of an abstraction are <br>
> created). i hope miller has plans to implement this in the future.<br>
> <br>
> right now, all you can do is a combination of using [clone] and dynamic <br>
> patching if you want to change the number of instances on the fly <br>
> (destroy the old clone object and re-create it with new arguments with <br>
> PD messages).<br>
> <br>
> i used [clone] on several occasions and find it extremely useful, as you <br>
> can directly edit the original source and see the results (as opposed to <br>
> MAX).<br>
> <br>
> i would say the best use case is a situation, where you need let's say <br>
> 10 or more copies of a patch (i.e. for parameter organisation, <br>
> oscillator banks etc...). basically it's the same as creating multiple <br>
> abstractions where you do the message routing internally with a creation <br>
> argument<br>
> <br>
> [abs 1]<br>
> [abs 2]<br>
> [abs 3]<br>
> [abs 4] etc...<br>
> <br>
> so, no - there's no direct ADVANTAGE over dynamic patching but in <br>
> general i think it's the better and clearer concept<br>
> <br>
> best<br>
> <br>
> oliver<br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at" target="_blank">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/listinfo/pd-list</a><br>
><br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">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/listinfo/pd-list</a><br>
</blockquote></div></div>