hi,
so, to repeat myself in Pd-jargon: wouldn't it make sense to give messages with text the selecton "symbol" and messages with white space the selector "list"?
Juha
hi, scrolling the html manual just two sections back I find:
``Messages in Pd consist of a selector (a symbol) and zero or more arguments''
and further above:
``It is possible to type messages which start with a number, which cannot be used as a selector. A single number is always given the "float" selector automatically, and a message with a number followed by other arguments is given the selector "list".''
Krzysztof
Juha Vehvil?inen wrote: ...
Now, wouldn't it make sense to interpret messages with text as symbols, and messages with spaces as lists?
hi Juha,
forgive my dumbness, but do you mean, that when sending a `read ...' message to a [soundfiler], the actual message sent should be a list?
K.
Juha Vehvil?inen wrote: ...
so, to repeat myself in Pd-jargon: wouldn't it make sense to give messages with text the selecton "symbol" and messages with white space the selector "list"?
hi again,
I am dumb indeed! You probably meant ``interpreted by a [pack]''. And the answer is: probably yes -- that is how pack works in max...
K.
Krzysztof Czaja wrote: ...
forgive my dumbness, but do you mean, that when sending a `read ...' message to a [soundfiler], the actual message sent should be a list?
...
Juha Vehvil?inen wrote: ...
so, to repeat myself in Pd-jargon: wouldn't it make sense to give messages with text the selecton "symbol" and messages with white space the selector "list"?