As discussed in the previous thread, we can't clear delay buffers in Pd
You could build an abstraction that implements a delay using Pd tables (arrays). Don't forget about order-forcing the objects to allow sub-vectorsize delays. Then you can clear it by sending a ; mytable const 0 message.