[PD] object that only outputs list when it changes?

Mathieu Bouchard matju at artengine.ca
Tue Aug 17 16:24:12 CEST 2010


On Tue, 17 Aug 2010, IOhannes m zmoelnig wrote:

> try [!=]

you mean [!= 1]

> try "1-x"

that would be [swap 1] with [-] using builtins
or [expr 1-$f1] with expr
or [inv+ 1] with GridFlow

> try [select 0]

[listread 1 0] also swaps 0 and 1

[listfind 1 0] also swaps 0 and 1 because listfind is the inverse 
function of listread, and because the swapping of 0 and 1 is its own 
inverse.

the latter two are in GridFlow.

   http://gridflow.ca/help/inv+-help.html
   http://gridflow.ca/help/inv*-help.html
   http://gridflow.ca/help/listread-help.html
   http://gridflow.ca/help/listfind-help.html

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


More information about the Pd-list mailing list