well I keep working on this patch on the working PD and I need help about how I can pass the $3 variable to the second [ctlin] (the one that uses $3 as an argument) ?
see the attached patches (open main, the other is the abstraction)
thanks
derek holzer wrote:
Works here. Try the attached patches. Save both somewhere and load "main.pd". The [bang< message should output $1's value (i.e. "1").
If those don't work for you, you might have some trouble with your number box. In that case, info on your OS, PD version and possibly also your Tcl/Tk versions would be useful, as the problem would be somewhere in there.
d.
AshK wrote:
yes that's exactly what I mean and I have tried that already but the number box remains empty.
Georg Holzmann wrote:
Hallo!
I couldn't find it in the doc. I have an abstraction with 2 arguments : [abstraction 1 2], inside the abstraction I send $1 to [print] and it returns 1. That's perfect but instead of the [print] I want a number box. When I try nothing happens. How can I get my variable in a number box?
I don't know if I understand you correct, but maybe you mean this:
[bang( | [f $1] | [numberbox]
LG Georg
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
#N canvas 0 22 454 304 10; #X obj 214 90 f $1; #X obj 219 50 inlet; #X obj 211 144 outlet; #X connect 0 0 2 0; #X connect 1 0 0 0;
#N canvas 0 22 454 304 10; #X obj 249 128 abst 1 2; #X floatatom 249 177 5 0 0 0 - - -; #X msg 253 91 bang; #X connect 0 0 1 0; #X connect 2 0 0 0;
#N canvas 674 31 273 207 10; #X floatatom 97 111 5 0 0 0 - - -; #X obj 97 58 ctlin14 1 1; #X connect 1 0 0 0;
#N canvas 603 366 579 334 10; #X obj 40 62 f $1; #X msg 37 35 bang; #X obj 16 5 ctlin $1 $2; #X obj 40 85 + 32; #X obj 20 133 ctlin $1 $2; #X obj 19 157 * 128; #X obj 68 230 +; #X obj 131 174 ctlin $3 $2; #X msg 73 197 bang; #X obj 68 254 outlet; #X text 86 36 when the specified MIDI slider is moved it bangs and loads the value of the MIDI parameter + 32 in $3; #X text 115 225 add them and you get 14bits MIDI; #X text 114 131 here you have the MSB (the first 7 bits of the MIDI message); #X text 134 193 and here the LSB (the last 7 bits); #X obj 39 106 f $3; #X connect 0 0 3 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 14 0; #X connect 4 0 5 0; #X connect 5 0 6 0; #X connect 6 0 9 0; #X connect 7 0 6 1; #X connect 7 0 8 0; #X connect 8 0 6 0;