Hi
Still a lot to learn...
With the attached patch as an example, how do I make it possible to use
the numbers 2000, 4000 and 5200 a creations arguments, but still use the
said numbers as defaults, should no arguments be supplied?
Confused at a very basic level, unfortunately :-)
I seem to get most of the other stuff with pd, esp the audio part, but
I'm always messing up when it comes to creation arguments in
abstractions. What would be required read-up (besides the
*dollarsign*.pd files under doc/2.control.examples) that'll allow me to
grasp this aspect?
--
peace, love & harmony
Atte
http://atte.dk |
http://myspace.com/attejensen
http://anagrammer.dk |
http://modlys.dk
#N canvas 324 175 463 402 10;
#X obj 106 266
*~;
#X obj 48 32 inlet;
#X obj 83 312 outlet~;
#X obj 139 312 outlet~;
#X text 85 330 left;
#X text 139 329 right;
#X obj 103 32 inlet;
#X text 48 13 note;
#X text 103 13 velocity;
#X obj 53 146 noise~;
#X obj 53 215 hip~ 5200;
#X obj 48 53 unpack;
#X obj 53 189 vcf~ 17;
#X obj 140 80 moses 1;
#X obj 184 124 vline~;
#X obj 122 245 *~ 0.1;
#X obj 75 169 *~ 2000;
#X msg 184 104 1 30 , 0.1 4000 30;
#X connect 0 0 2 0;
#X connect 0 0 3 0;
#X connect 1 0 11 0;
#X connect 6 0 13 0;
#X connect 9 0 12 0;
#X connect 10 0 0 0;
#X connect 11 1 13 0;
#X connect 12 0 10 0;
#X connect 13 1 17 0;
#X connect 14 0 15 0;
#X connect 14 0 16 0;
#X connect 15 0 0 1;
#X connect 16 0 12 1;
#X connect 17 0 14 0;