[PD] storing parameters in message with sprintf

Olivier Baudry olivierbaudry.eba at hotmail.fr
Tue Oct 15 22:05:35 CEST 2013


Dear all, 

Is it possible to write message after sprintf set;  function
you can see below detail of patcher :

#N canvas 0 22 1157 404 12;
#N canvas 461 290 450 300 listiter 0;
#X obj 32 33 inlet;
#X obj 87 32 inlet;
#X obj 46 105 outlet;
#X obj 47 70 zl iter \$1;
#X connect 0 0 3 0;
#X connect 1 0 3 1;
#X connect 3 0 2 0;
#X restore -3669 -1701 pd listiter 2;
#X msg -3674 -1674 \$1;
#X msg -3742 -1745 store;
#X msg -3573 -1667 \$1;
#N canvas 461 290 450 300 listiter 0;
#X obj 32 33 inlet;
#X obj 87 32 inlet;
#X obj 46 105 outlet;
#X obj 47 70 zl iter \$1;
#X connect 0 0 3 0;
#X connect 1 0 3 1;
#X connect 3 0 2 0;
#X restore -3566 -1702 pd listiter 2;
#X msg -3459 -1665 \$1;
#N canvas 461 290 450 300 listiter 0;
#X obj 32 33 inlet;
#X obj 87 32 inlet;
#X obj 46 105 outlet;
#X obj 47 71 zl iter \$1;
#X connect 0 0 3 0;
#X connect 1 0 3 1;
#X connect 3 0 2 0;
#X restore -3452 -1700 pd listiter 2;
#X msg -3597 -1494;
#X obj -3738 -1623 f;
#X obj -3673 -1748 route /harmonizer/hamp /harmonizer/hdelay
/harmonizer/hfreq
/harmonizer/hwin;
#X obj -3672 -1776 r harmonizer;
#X obj -3647 -1630 sprintf set \; /harmonizer/hamp %f 10 \;
/harmonizer/hdelay
%f 10 \; /harmonizer/hfreq %f 10 \; /harmonizer/hwin %f 10 \;;
#X msg -3862 -1584 \$1;
#X obj -3856 -1522 s harmonizer;
#X obj -3864 -1685 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8
0 10 -262144 -1 -1 110 256;
#X obj -3855 -1552 prepend /harmonizer/hamp;
#X msg -4068 -1597 \$1;
#X obj -4072 -1638 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8
0 10 -262144 -1 -1 0 256;
#X obj -4054 -1556 prepend /harmonizer/hdelay;
#X text -3353 -1696 equivalent to zl iter #2;
#X text -3546 -1503 writing message after bang on store like
/harmonizer/hamp
200 10 \; etc \;;
#X connect 0 0 1 0;
#X connect 1 0 8 1;
#X connect 2 0 8 0;
#X connect 3 0 11 1;
#X connect 4 0 3 0;
#X connect 5 0 11 2;
#X connect 6 0 5 0;
#X connect 8 0 11 0;
#X connect 9 0 0 0;
#X connect 9 1 4 0;
#X connect 9 2 6 0;
#X connect 10 0 9 0;
#X connect 11 0 7 0;
#X connect 12 0 15 0;
#X connect 14 0 12 0;
#X connect 15 0 13 0;
#X connect 16 0 18 0;
#X connect 17 0 16 0;
#X connect 18 0 13 0;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: olivierbaudry_eba.vcf
Type: text/x-vcard
Size: 184 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20131015/323d3746/attachment-0001.vcf>


More information about the Pd-list mailing list