[PD] Finding "$0" and dealing with it in messages

Mathieu Bouchard matju at artengine.ca
Mon Nov 16 20:23:19 CET 2009


On Mon, 16 Nov 2009, Jonathan Wilkes wrote:

> You can already use [symbol] to get the selector of an incoming message.

It doesn't work for those selectors:

   bang
   symbol
   list

To handle these cases, you need to also have [route bang symbol list], 
three messageboxes that say «symbol bang» «symbol symbol» and «symbol 
list», and three [b] to protect those messageboxes from whatever comes out 
of [route]. then the else-case of [route] goes to [symbol].

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801


More information about the Pd-list mailing list