Re: [PD] [clone] settable instance number?

2021-01-25 Thread João Pais
It would be quite useful to be able to do that. For now the only workaround is to allocate the maximum number of voices, and switch off audio/data to the ones that aren't active. Hi, > > how would I be able to set [clone]'s instance number, currently an > argument, using a message? I am trying

Re: [PD] [clone] settable instance number?

2021-01-25 Thread Peter P.
* Christof Ressi [2021-01-25 13:28]: > So far, it's not possible (without dynamic patching), but there's a WIP PR > which I should probably reactivate: > https://github.com/pure-data/pure-data/pull/1069 Yes, please reactivate! DSP switching itself is not so much of an issue as you say yourself in

Re: [PD] [clone] settable instance number?

2021-01-25 Thread Christof Ressi
So far, it's not possible (without dynamic patching), but there's a WIP PR which I should probably reactivate: https://github.com/pure-data/pure-data/pull/1069 In the meantime, just set the maximum number of instances you would possibly need and then deactivate the ones you don't need (e.g.

[PD] [clone] settable instance number?

2021-01-25 Thread Peter P.
Hi, how would I be able to set [clone]'s instance number, currently an argument, using a message? I am trying to create voices dynamically, which furthermore would introduce clicks, but make the number of voices dependent on some other conditions/calculations in an abstraction at creation time.