Hi all,
Look this very very small patch and scroll the number box. http://www.th-th.fr/DOCS/Patch/test-value-send.pd
See the console : error: value: no method for 'float'
Is it normal? Thomas
Don't you want to do:
| number box| | | s tutu |
| r tutu | [bang] <- hit this bang and it works, it has stored your var. | / | value myvar | | | numberbox |
You were naming the var tutu, expecting it to receive directly the value. But as far as I'm concerned you always need a | r | to receive.
Best regards, I hope it helps, Pedro Lopes
On Wed, Aug 11, 2010 at 4:30 PM, matohawk matohawk@gmail.com wrote:
Hi all,
Look this very very small patch and scroll the number box. http://www.th-th.fr/DOCS/Patch/test-value-send.pd
See the console : error: value: no method for 'float'
Is it normal? Thomas
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Pedro,
Yes I know how can I use value and send, thanks!
But I see this problem with the same value's name and send and I would like to ask about this on this mailing list.
Thomas
Pedro Lopes a écrit :
Don't you want to do:
| number box| | | s tutu |
| r tutu | [bang] <- hit this bang and it works, it has stored your var. | / | value myvar | | | numberbox |
You were naming the var tutu, expecting it to receive directly the value. But as far as I'm concerned you always need a | r | to receive.
Best regards, I hope it helps, Pedro Lopes
On Wed, Aug 11, 2010 at 4:30 PM, matohawk <matohawk@gmail.com mailto:matohawk@gmail.com> wrote:
Hi all, Look this very very small patch and scroll the number box. http://www.th-th.fr/DOCS/Patch/test-value-send.pd See the console : error: value: no method for 'float' Is it normal? Thomas _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes (ongoing MSc) contact: pedro.lopes@ist.utl.pt mailto:pedro.lopes@ist.utl.pt website: http://web.ist.utl.pt/Pedro.Lopes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/11/2010 05:30 PM, matohawk wrote:
Is it normal?
at least it's a known bug.
http://sourceforge.net/tracker/?func=detail&aid=1560895&group_id=557...
fmgasdr IOhannes