hi
is it possible to set a [value] by a message? i.e.
[value foo]
[; foo 27(
error: value: no method for 'float' ... you might be able to track this down from the Find menu.
sorry if this has been asked before. all i found in the archives is http://lists.puredata.info/pipermail/pd-list/2001-10/003328.html
eni
Hallo, Enrique Erne hat gesagt: // Enrique Erne wrote:
is it possible to set a [value] by a message? i.e.
[value foo]
[; foo 27(
error: value: no method for 'float' ... you might be able to track this down from the Find menu.
Well, obviously it's not possible. :)
You can use a [r foo] receiver in parallel to [value foo] and it will receive the 27, but you still get the error message from [value], so I would avoid that.
You can use a second [value foo] if you want to remotely set another [value foo], in fact, that's how [value] is designed to work.
Frank
Frank Barknecht wrote:
Hallo, Enrique Erne hat gesagt: // Enrique Erne wrote:
is it possible to set a [value] by a message? i.e.
[value foo]
[; foo 27(
error: value: no method for 'float' ... you might be able to track this down from the Find menu.
Well, obviously it's not possible. :)
You can use a [r foo] receiver in parallel to [value foo] and it will receive the 27, but you still get the error message from [value], so I would avoid that.
You can use a second [value foo] if you want to remotely set another [value foo], in fact, that's how [value] is designed to work.
ciao
i guess was just lazzy and wanted to put all my initialization in one message. this works for arrays and receives but not for values.
thanks anyway
Enrique Erne wrote:
hi
is it possible to set a [value] by a message? i.e.
[value foo]
[; foo 27(
error: value: no method for 'float' ... you might be able to track this down from the Find menu.
this is a known bug in Pd which i have asked to be fixed some time ago.
https://sourceforge.net/tracker/index.php?func=detail&aid=1560895&gr...
fmgas IOhannes