[PD] [delwrite~], or "what Pd operations are/should be realtime?"

Orm Finnendahl orm.finnendahl at selma.hfmdk-frankfurt.de
Thu Nov 24 10:41:50 CET 2016


Am Mittwoch, den 23. November 2016 um 21:28:52 Uhr (-0200) schrieb Alexandre Torres Porres:
> please show us (and miller) what it is about :)

 patch against vanilla pd is attached. Also a small usage example.

Although it's trivial, adding it to pd would be quite useful for me
especially since it doesn't break any backwards compatibility. In
rehearsals of pieces with long delays/reverbs it's a real time-saver
;-)

--
Orm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: d_delay.patch
Type: text/x-diff
Size: 1002 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20161124/a55c32ab/attachment.patch>
-------------- next part --------------
#N canvas 687 316 768 484 10;
#X obj 236 123 delwrite~ d1 10000;
#X obj 238 174 delread~ d1 9000;
#X obj 238 196 *~ 0.1;
#X obj 238 218 dac~;
#X obj 237 94 osc~ 440;
#X msg 187 92 clear;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 4 0 0 0;
#X connect 5 0 0 0;


More information about the Pd-list mailing list