I'm trying to follow the struct tutorial here: http://puredata.info/Members/ggkarman/Tutoriales/datastruct_en_02/view
It's not working.
I'm attaching my test patch, which replicates the tutorial's objects through page 3, as far as I can see. I only changed the names and included just one float in the struct instead of 3.
~~ test patch contents
[pd struct1] contains [struct struct1 float x]
[pd data1] contains nothing
[traverse data1(
|
| [button]
|/
[pointer]
~~
Sending the "traverse" message causes the pointer to say "pointer: list 'data1' not found." That's rather different from what the tutorial says it should do.
pd extended 0.43.3 on Ubuntu
Thanks.
hjh