[PD] expr and expr(~) vs individual operators

Jamie Bullock jamie at postlude.co.uk
Sat Jan 15 23:48:16 CET 2005


Dear all,

Can anyone tell me what is more computationally efficient, the use of
chains of individual mathematical operator objects or their equivalent
in a single expr(~) object. For example, what would be quicker:

|   |
[+~ ]
|
[*~ 20]
 
or

[expr~ ($v1 + $v2) * 20]


Jamie








More information about the Pd-list mailing list