<div dir="ltr"><br><div class="gmail_quote"><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></blockquote><div><br></div><div>that is usually enough, but in some cases there is no limit, and it has to be tried out what the best results are - not necessarily in realtime. For now I'm doing that by calling clone dynamically in a dedicated subpatch.<br></div></div></div>