[PD] no "clear" message option in [cyclone/delay~], [delwrite~] and [z~]

Peter P. peterparker at fastmail.com
Tue Dec 8 20:28:50 CET 2015


* Alexandre Torres Porres <porres at gmail.com> [2015-12-08 19:38]:
> 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.



More information about the Pd-list mailing list