[Pd] Infernal symbols

Mathieu Bouchard matju at artengine.ca
Sun Aug 6 20:21:41 CEST 2006


On Sun, 6 Aug 2006, Frank Barknecht wrote:

> meta-message:
>
>  * (almost) everything else. ("almost" because there also are things
>    like pointers or GemLists, which are even more special)

pointers are essentially on the same level as floats and symbols. 
Together they are the three main atom types of Pd and have corresponding 
reserved selectors and all assumed to have one argument.

gemstate messages (GEM), grid messages (GridFlow) and packet messages 
(PDP) are normal "meta-messages" in the sense that they don't correspond 
to one atom type of the same name. However, those three meta-messages 
carry abnormal pointer atoms: such pointers are not accepted by [get], 
[set] and even [list] ! That is because Pd's concept of pointer is too 
limited and also it doesn't allow externals to define their own 
atom-types.

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
| Freelance Digital Arts Engineer, Montréal QC Canada


More information about the Pd-list mailing list