[PD-dev] dual float/signal abstractions

Mathieu Bouchard matju at artengine.ca
Mon Jan 2 16:19:51 CET 2006


It is now possible for a same abstraction to have message inlets/outlets
in some instances, and dsp inlet/outlets in some others, while also 
changing all other relevant objects. Compare:

Old way:

[inlet]       [inlet~]
 | [inlet]     | [inlet~]
 |  |          |  |
[+   ]        [+~  ]
 |             |
[inlet]       [outlet~]

New way, using PureUnity (just renaming):

for floats,     for signals,    both

[f.inlet]       [~.inlet]       [$1.inlet]
 | [f.inlet]     | [~.inlet]     | [$1.inlet]
 |  |            |  |            |  |
[f.do +]        [~.do +]        [$1.do +]
 |               |               |
[f.outlet]      [~.outlet]      [$1.outlet]

Evil?

 _ _ __ ___ _____ ________ _____________ _____________________ ...
| 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-dev mailing list