<div dir="ltr">Hi, so, I'm working on my variant of delread/write with more features like "freezing", for reference => <a href="https://lists.puredata.info/pipermail/pd-list/2021-03/129181.html">https://lists.puredata.info/pipermail/pd-list/2021-03/129181.html</a><div><br></div><div>So, here's another question, thought I'd open a new thread. I'm now at the point of setting the delay name to delread-like object, the problem is that I need to force a dsp call, which can be done by creating a new object or something like that before the new delay name takes effect.</div><div><br></div><div>This is because the delay line to read is passed via the dsp_add function in "sigdelread_dsp" or "sigvd_dsp", for example see <a href="https://github.com/pure-data/pure-data/blob/master/src/d_delay.c#L330">https://github.com/pure-data/pure-data/blob/master/src/d_delay.c#L330</a></div><div><br></div><div>someone once asked about this on the list and the answer was to find an alternative solution that didn't need to force the call, see <a href="https://lists.puredata.info/pipermail/pd-list/2020-11/128514.html">https://lists.puredata.info/pipermail/pd-list/2020-11/128514.html</a> - so I don't know if this is possible, or dangerous or something. I wouldn't know of a possible alternative as well.</div><div><br></div><div>I don't know if other people out there would love the idea of being able to set a new delay name to [delread~]/[delread4~]. If so, we can also make that request, but then the problem would be the same.</div><div><br></div><div>thanks</div></div>